Changeset 50154
- Timestamp:
- 02/02/2021 06:27:20 PM (4 years ago)
- Location:
- trunk/src/wp-content/themes/twentytwentyone
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/assets/css/ie-editor.css
r49987 r50154 378 378 color: #21759b; 379 379 background-color: #f1f1f1; 380 } 381 382 .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).custom-logo-link:focus { 383 background: none; 380 384 } 381 385 -
trunk/src/wp-content/themes/twentytwentyone/assets/css/ie.css
r50026 r50154 2219 2219 } 2220 2220 2221 .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).custom-logo-link:focus { 2222 background: none; 2223 } 2224 2221 2225 .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img { 2222 2226 outline: 2px dotted #28303d; … … 5401 5405 font-size: 1.125rem; 5402 5406 line-height: 1.4; 5403 }5404 5405 a.custom-logo-link {5406 text-decoration: none;5407 }5408 5409 .has-background-white a.custom-logo-link:focus,5410 .is-dark-theme a.custom-logo-link:focus {5411 background: none;5412 5407 } 5413 5408 -
trunk/src/wp-content/themes/twentytwentyone/assets/css/style-dark-mode-rtl.css
r49864 r50154 23 23 color: #fff; 24 24 text-decoration: none; 25 } 26 27 .is-dark-theme.is-dark-theme .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).custom-logo-link:focus, 28 .is-dark-theme.is-dark-theme .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) .meta-nav.custom-logo-link:focus { 29 background: none; 25 30 } 26 31 -
trunk/src/wp-content/themes/twentytwentyone/assets/css/style-dark-mode.css
r49864 r50154 23 23 color: #fff; 24 24 text-decoration: none; 25 } 26 27 .is-dark-theme.is-dark-theme .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).custom-logo-link:focus, 28 .is-dark-theme.is-dark-theme .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) .meta-nav.custom-logo-link:focus { 29 background: none; 25 30 } 26 31 -
trunk/src/wp-content/themes/twentytwentyone/assets/css/style-editor.css
r49987 r50154 515 515 } 516 516 517 .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).custom-logo-link:focus { 518 background: none; 519 } 520 517 521 .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img { 518 522 outline: 2px dotted var(--wp--style--color--link, var(--global--color-primary)); -
trunk/src/wp-content/themes/twentytwentyone/assets/sass/04-elements/links.scss
r49726 r50154 53 53 } 54 54 55 &.custom-logo-link { 56 57 &:focus { 58 background: none; 59 } 60 } 61 55 62 img { 56 63 outline: 2px dotted var(--wp--style--color--link, var(--global--color-primary)); -
trunk/src/wp-content/themes/twentytwentyone/assets/sass/06-components/header.scss
r49726 r50154 76 76 font-size: var(--branding--description--font-size); 77 77 line-height: 1.4; 78 }79 80 a.custom-logo-link {81 text-decoration: none;82 83 &:focus {84 // Change colors when the body background is white.85 .has-background-white &,86 .is-dark-theme & {87 background: none;88 }89 }90 78 } 91 79 -
trunk/src/wp-content/themes/twentytwentyone/assets/sass/style-dark-mode.scss
r49864 r50154 22 22 color: #fff; 23 23 text-decoration: none; 24 25 &.custom-logo-link { 26 27 &:focus { 28 background: none; 29 } 30 } 24 31 } 25 32 -
trunk/src/wp-content/themes/twentytwentyone/style-rtl.css
r50026 r50154 1687 1687 } 1688 1688 1689 .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).custom-logo-link:focus { 1690 background: none; 1691 } 1692 1689 1693 .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img { 1690 1694 outline: 2px dotted var(--wp--style--color--link, var(--global--color-primary)); … … 3806 3810 font-size: var(--branding--description--font-size); 3807 3811 line-height: 1.4; 3808 }3809 3810 a.custom-logo-link {3811 text-decoration: none;3812 }3813 3814 .has-background-white a.custom-logo-link:focus,3815 .is-dark-theme a.custom-logo-link:focus {3816 background: none;3817 3812 } 3818 3813 -
trunk/src/wp-content/themes/twentytwentyone/style.css
r50026 r50154 1697 1697 } 1698 1698 1699 .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).custom-logo-link:focus { 1700 background: none; 1701 } 1702 1699 1703 .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img { 1700 1704 outline: 2px dotted var(--wp--style--color--link, var(--global--color-primary)); … … 3826 3830 font-size: var(--branding--description--font-size); 3827 3831 line-height: 1.4; 3828 }3829 3830 a.custom-logo-link {3831 text-decoration: none;3832 }3833 3834 .has-background-white a.custom-logo-link:focus,3835 .is-dark-theme a.custom-logo-link:focus {3836 background: none;3837 3832 } 3838 3833
Note: See TracChangeset
for help on using the changeset viewer.