Making WordPress.org


Ignore:
Timestamp:
07/05/2021 02:39:24 PM (4 years ago)
Author:
ryelle
Message:

Pattern Directory: Sync with git WordPress/pattern-directory@5406d0cf8a00f8634baa6804ff4d9bd243ef8930

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/css/components/_pattern-menu.scss

    r11023 r11091  
    7070        // End
    7171    }
    72 
    73     &.is-loading {
    74         height: 24px;
    75         position: relative;
    76     }
    77 
    78     &.is-loading::after {
    79         content: "";
    80         position: absolute;
    81         background: $color-gray-light-200;
    82         border-radius: 4px;
    83         width: 80%;
    84         height: 24px;
    85         left: 0;
    86         top: calc(50% - 12px);
    87         transition: none;
    88     }
    8972}
Note: See TracChangeset for help on using the changeset viewer.