Making WordPress.org


Ignore:
Timestamp:
04/26/2021 05:12:15 PM (5 years ago)
Author:
ryelle
Message:

Pattern Directory: Sync with git WordPress/pattern-directory@1c878592553a9dcc8f4f2c8cde05952436fe3f46

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  
    1313        box-shadow: none;
    1414        font-size: 0.8125rem;
     15
     16        &:focus {
     17            outline: $color__wp-blue auto 1px;
     18        }
    1519    }
    1620
     
    2024        border: none;
    2125        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        }
    2234    }
    2335
     
    3042
    3143        @media only screen and (min-width: $breakpoint-mobile) {
    32             width: 224px;
     44            width: 224px !important;
     45            min-width: auto !important;
    3346        }
    3447
Note: See TracChangeset for help on using the changeset viewer.