Making WordPress.org

Changeset 14049


Ignore:
Timestamp:
09/12/2024 02:34:05 AM (5 months ago)
Author:
adamwood
Message:

Make 2024: Update sidebar styles

See https://github.com/WordPress/wordpress.org/issues/363

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe-2024/style.css

    r14044 r14049  
    545545#secondary-content a {
    546546    overflow-wrap: anywhere;
     547}
     548
     549#secondary-content .textwidget a,
     550#secondary-content .widget_team_pledges a,
     551#secondary-content a:hover {
    547552    text-decoration: underline;
     553}
     554
     555#secondary-content .widget-title,
     556#secondary-content h3 {
     557    margin: 0 0 var(--wp--preset--spacing--10);
     558    line-height: var(--wp--custom--heading--level-5--typography--line-height);
     559    font-size: var(--wp--preset--font-size--heading-5);
    548560}
    549561
     
    567579}
    568580
    569 #secondary-content .navigation-main ul li:hover > a,
    570 #secondary-content .navigation-main ul li.current-menu-item a {
     581#secondary #subscribe-submit.is-link {
     582    text-align: start;
     583}
     584
     585li.o2-filter-widget-item a {
     586    padding: unset;
     587    margin-bottom: 5px;
     588}
     589
     590li.o2-filter-widget-item a:hover {
     591    background: unset;
     592    color: var(--wp--custom--link--color--text);
     593}
     594
     595li.o2-filter-widget-item a.o2-filter-widget-selected {
     596    background: unset;
     597    font-weight: 600;
     598    color: var(--wp--custom--link--color--text);
     599}
     600
     601li.o2-filter-widget-item a:hover:before,
     602li.o2-filter-widget-item a.o2-filter-widget-selected:before {
     603    color: inherit;
    571604}
    572605
     
    754787}
    755788
    756 .widget-title {
    757     line-height: inherit;
    758     font-size: inherit;
    759 }
    760 
    761789.post-type-archive-handbook aside[id^="handbook"] .widget-title,
    762790.post-type-archive-handbook aside[id^="nav_menu"] .widget-title,
     
    772800}
    773801
    774 .widget.widget_search {
    775     margin-bottom: 3rem;
    776 }
    777 .widget_search input[type="search"], #subscribe-email input[type="email"] {
     802.widget_search input[type="search"],
     803#subscribe-email input[type="email"] {
     804    box-sizing: border-box;
    778805    width: 100%;
    779     box-sizing: border-box;
    780     padding: 1rem;
    781     font-size: 14px;
    782     border-radius: 2px;
    783806}
    784807
     
    10741097.widget {
    10751098    margin: 0 0 var(--wp--preset--spacing--40);
    1076     padding: 0;
     1099    padding: unset;
    10771100}
    10781101
Note: See TracChangeset for help on using the changeset viewer.