Changeset 49728 for branches/5.6/src/wp-content/themes/twentytwentyone/assets/sass/04-elements/links.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/04-elements/links.scss
r49574 r49728 16 16 } 17 17 18 .site a:focus {18 .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) { 19 19 20 20 /* Only visible in Windows High Contrast mode */ 21 21 outline: 2px solid transparent; 22 22 23 text-decoration: underline 1px dotted currentColor; 24 text-decoration-skip-ink: none; 23 25 background: rgba(255, 255, 255, .9); 24 26 … … 58 60 // Enforce the custom link color even if a custom background color has been set. 59 61 // The extra specificity here is required to override the background color styles. 60 .has-background :not(.has-background-background-color){62 .has-background { 61 63 // Target both current level and nested block. 62 64 .has-link-color a,
Note: See TracChangeset
for help on using the changeset viewer.