Ticket #52257: 52257.patch
File 52257.patch, 6.9 KB (added by , 4 years ago) |
---|
-
wp-content/themes/twentytwentyone/assets/css/ie-editor.css
379 379 background-color: #f1f1f1; 380 380 } 381 381 382 .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).custom-logo-link:focus { 383 background: none; 384 } 385 382 386 .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img { 383 387 outline: 2px dotted #28303d; 384 388 } -
wp-content/themes/twentytwentyone/assets/css/ie.css
2222 2222 background-color: #f1f1f1; 2223 2223 } 2224 2224 2225 .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).custom-logo-link:focus { 2226 background: none; 2227 } 2228 2225 2229 .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img { 2226 2230 outline: 2px dotted #28303d; 2227 2231 } … … 5553 5557 line-height: 1.4; 5554 5558 } 5555 5559 5556 a.custom-logo-link {5557 text-decoration: none;5558 }5559 5560 .has-background-white a.custom-logo-link:focus,5561 .is-dark-theme a.custom-logo-link:focus {5562 background: none;5563 }5564 5565 5560 .site-title > a { 5566 5561 text-decoration-color: #39414d; 5567 5562 } -
wp-content/themes/twentytwentyone/assets/css/style-dark-mode-rtl.css
24 24 text-decoration: none; 25 25 } 26 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; 30 } 31 27 32 .is-dark-theme.is-dark-theme img { 28 33 filter: brightness(0.85) contrast(1.1); 29 34 } -
wp-content/themes/twentytwentyone/assets/css/style-dark-mode.css
24 24 text-decoration: none; 25 25 } 26 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; 30 } 31 27 32 .is-dark-theme.is-dark-theme img { 28 33 filter: brightness(0.85) contrast(1.1); 29 34 } -
wp-content/themes/twentytwentyone/assets/css/style-editor.css
514 514 background-color: #f1f1f1; 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)); 519 523 } -
wp-content/themes/twentytwentyone/assets/sass/04-elements/links.scss
52 52 } 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)); 57 64 } -
wp-content/themes/twentytwentyone/assets/sass/06-components/header.scss
77 77 line-height: 1.4; 78 78 } 79 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 }91 92 80 .site-title > a { 93 81 text-decoration-color: var(--global--color-secondary); 94 82 } -
wp-content/themes/twentytwentyone/assets/sass/style-dark-mode.scss
21 21 background: #000; 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 26 33 img { -
wp-content/themes/twentytwentyone/style-rtl.css
1686 1686 background-color: #f1f1f1; 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)); 1691 1695 } … … 3891 3895 line-height: 1.4; 3892 3896 } 3893 3897 3894 a.custom-logo-link {3895 text-decoration: none;3896 }3897 3898 .has-background-white a.custom-logo-link:focus,3899 .is-dark-theme a.custom-logo-link:focus {3900 background: none;3901 }3902 3903 3898 .site-title > a { 3904 3899 text-decoration-color: var(--global--color-secondary); 3905 3900 } -
wp-content/themes/twentytwentyone/style.css
1696 1696 background-color: #f1f1f1; 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)); 1701 1705 } … … 3911 3915 line-height: 1.4; 3912 3916 } 3913 3917 3914 a.custom-logo-link {3915 text-decoration: none;3916 }3917 3918 .has-background-white a.custom-logo-link:focus,3919 .is-dark-theme a.custom-logo-link:focus {3920 background: none;3921 }3922 3923 3918 .site-title > a { 3924 3919 text-decoration-color: var(--global--color-secondary); 3925 3920 }