Changeset 10924 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/css/components/_category-search.scss
- Timestamp:
- 04/26/2021 05:12:15 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/css/components/_category-search.scss
r10882 r10924 13 13 box-shadow: none; 14 14 font-size: 0.8125rem; 15 16 &:focus { 17 outline: $color__wp-blue auto 1px; 18 } 15 19 } 16 20 … … 20 24 border: none; 21 25 color: $color__text-lighter; 26 27 &:active { 28 background: $color-gray-light-600; 29 } 30 31 &:focus { 32 outline: $color__wp-blue auto 1px; 33 } 22 34 } 23 35 … … 30 42 31 43 @media only screen and (min-width: $breakpoint-mobile) { 32 width: 224px; 44 width: 224px !important; 45 min-width: auto !important; 33 46 } 34 47
Note: See TracChangeset
for help on using the changeset viewer.