Changeset 44370
- Timestamp:
- 12/28/2018 08:14:26 PM (6 years ago)
- Location:
- trunk/src/wp-content/themes/twentynineteen
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss
r44305 r44370 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 } -
trunk/src/wp-content/themes/twentynineteen/style-rtl.css
r44369 r44370 3665 3665 } 3666 3666 3667 .entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover:not(.has-background) { 3668 color: #111; 3669 } 3670 3667 3671 .entry .entry-content .wp-block-archives, 3668 3672 .entry .entry-content .wp-block-categories, -
trunk/src/wp-content/themes/twentynineteen/style.css
r44369 r44370 3677 3677 } 3678 3678 3679 .entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover:not(.has-background) { 3680 color: #111; 3681 } 3682 3679 3683 .entry .entry-content .wp-block-archives, 3680 3684 .entry .entry-content .wp-block-categories,
Note: See TracChangeset
for help on using the changeset viewer.