Making WordPress.org


Ignore:
Timestamp:
04/11/2024 10:42:01 PM (20 months ago)
Author:
adamwood
Message:

wporg-support-2024: Fix topic actions

Revert hiding the search this forum form, and update styles to match global search field
Style Create Topic button as primary

Fixes #7572
Fixes https://github.com/WordPress/wordpress.org/issues/245

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sass/forms/_buttons.scss

    r13470 r13501  
    5353    cursor: pointer;
    5454    display: inline-block;
    55     font-size: ms(-2);
    5655    height: auto;
    57     line-height: 1;
     56    line-height: var(--wp--custom--button--typography--line-height);
    5857    margin: 0;
    5958    padding: 0 0.8rem;
    6059    text-decoration: none;
    6160    white-space: nowrap;
    62     -webkit-appearance: none;
     61    appearance: none;
    6362    box-shadow: none;
    6463}
     
    8685    line-height: 1;
    8786    padding: 0 0.5rem;
    88 }
    89 
    90 a.button,
    91 a.button-primary,
    92 a.button-secondary {
    93     line-height: ms(4);
    9487}
    9588
Note: See TracChangeset for help on using the changeset viewer.