Changeset 10983 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/css/components/_category-menu.scss
- Timestamp:
- 05/17/2021 06:57:24 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/css/components/_category-menu.scss
r10924 r10983 3 3 padding: 0; 4 4 position: relative; 5 6 background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 94%, $color__wp-blue 0);7 background-repeat: no-repeat;8 background-size: 0;9 background-position-x: 0;10 transition: all 75ms ease-out;11 min-height: 45px;12 5 13 6 li { … … 19 12 a { 20 13 display: block; 21 padding: $gutter-default / 2;14 padding: $gutter-default / 3 $gutter-default / 2; 22 15 color: $color-gray-600; 23 16 font-size: 0.875rem; … … 32 25 33 26 li &--is-active { 34 color: $color-black; 27 color: $color-white; 28 background: $color__wp-blue; 29 border-radius: 2px; 30 31 &:hover, 32 &:focus { 33 color: $color-white; 34 } 35 35 } 36 36
Note: See TracChangeset
for help on using the changeset viewer.