Making WordPress.org


Ignore:
Timestamp:
08/23/2016 05:22:16 PM (10 years ago)
Author:
obenland
Message:

Plugin Directory: Add focus styles to search button.

Also consolidates search form stiles in its own module.

See #1841.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_main.scss

    r3459 r3843  
    3232        padding: 0 32px;
    3333        padding: 0 2rem;
    34 
    35         .search-form {
    36             margin: 32px auto;
    37             margin: 2rem auto;
    38             position: relative;
    39 
    40             &:after {
    41                 content: "\f179";
    42                 font-family: dashicons;
    43                 position: absolute;
    44                 right: 16px;
    45                 top: 11px;
    46             }
    47         }
    48 
    49         .search-field {
    50             @include font-size( ms-unitless( ms(0) ) );
    51             padding: 8px 40px 8px 8px;
    52             padding: 0.5rem 40px 0.5rem 0.5rem;
    53             width: 100%;
    54         }
    55 
    56         .button-search {
    57             display: none;
    58         }
    5934    }
    6035}
Note: See TracChangeset for help on using the changeset viewer.