Changeset 49728 for branches/5.6/src/wp-content/themes/twentytwentyone/assets/sass/06-components/navigation.scss
- Timestamp:
- 12/01/2020 07:25:43 PM (4 years ago)
- Location:
- branches/5.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
-
branches/5.6/src/wp-content/themes/twentytwentyone/assets/sass/06-components/navigation.scss
r49574 r49728 375 375 376 376 + .sub-menu-toggle { 377 margin-left: calc( 0px - var(--primary-nav--padding));377 margin-left: calc(5px - var(--primary-nav--padding)); 378 378 } 379 379 } … … 417 417 z-index: 99999; // Ensure focus styles appear above absolute positioned elements 418 418 outline-offset: 0; 419 text-decoration-thickness: 2px; 419 420 } 420 421 }
Note: See TracChangeset
for help on using the changeset viewer.