Changeset 10457 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/css/components/_main.scss
- Timestamp:
- 11/18/2020 08:16:23 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/css/components/_main.scss
r10451 r10457 169 169 // Bit of a hack, checks the `nojs` class on the admin bar (also shown to logged out users). 170 170 .nojs ~ .wrap &, 171 .show-filters & { 171 // The feature filter drawer is open. 172 .show-filters:not(.filters-applied) &, 173 // A single theme is selected. 174 .modal-open & { 172 175 display: none; 173 176 }
Note: See TracChangeset
for help on using the changeset viewer.