Ticket #45726: 45726.patch
| File 45726.patch, 1.7 KB (added by , 7 years ago) |
|---|
-
src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss
215 215 &.is-style-outline .wp-block-button__link:hover { 216 216 color: white; 217 217 border-color: $color__background-button-hover; 218 &:not(.has-background) { 219 color: $color__background-button-hover; 220 } 218 221 } 219 222 } 220 223 -
src/wp-content/themes/twentynineteen/style-rtl.css
3658 3658 border-color: #111; 3659 3659 } 3660 3660 3661 .entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover:not(.has-background) { 3662 color: #111; 3663 } 3664 3661 3665 .entry .entry-content .wp-block-archives, 3662 3666 .entry .entry-content .wp-block-categories, 3663 3667 .entry .entry-content .wp-block-latest-posts { -
src/wp-content/themes/twentynineteen/style.css
3670 3670 border-color: #111; 3671 3671 } 3672 3672 3673 .entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover:not(.has-background) { 3674 color: #111; 3675 } 3676 3673 3677 .entry .entry-content .wp-block-archives, 3674 3678 .entry .entry-content .wp-block-categories, 3675 3679 .entry .entry-content .wp-block-latest-posts {