Making WordPress.org


Ignore:
Timestamp:
05/17/2021 06:57:24 PM (4 years ago)
Author:
ryelle
Message:

Pattern Directory: Sync with git WordPress/pattern-directory@4325f4c27e58232cc4a5553bad65ba258947742f

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  
    33    padding: 0;
    44    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;
    125
    136    li {
     
    1912    a {
    2013        display: block;
    21         padding: $gutter-default / 2;
     14        padding: $gutter-default / 3 $gutter-default / 2;
    2215        color: $color-gray-600;
    2316        font-size: 0.875rem;
     
    3225
    3326    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        }
    3535    }
    3636
Note: See TracChangeset for help on using the changeset viewer.