Make WordPress Core

Ticket #45726: 45726.patch

File 45726.patch, 1.7 KB (added by kjellr, 7 years ago)
  • src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss

     
    215215                &.is-style-outline .wp-block-button__link:hover {
    216216                        color: white;
    217217                        border-color: $color__background-button-hover;
     218                        &:not(.has-background) {
     219                                color: $color__background-button-hover;
     220                        }
    218221                }
    219222        }
    220223
  • src/wp-content/themes/twentynineteen/style-rtl.css

     
    36583658  border-color: #111;
    36593659}
    36603660
     3661.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover:not(.has-background) {
     3662  color: #111;
     3663}
     3664
    36613665.entry .entry-content .wp-block-archives,
    36623666.entry .entry-content .wp-block-categories,
    36633667.entry .entry-content .wp-block-latest-posts {
  • src/wp-content/themes/twentynineteen/style.css

     
    36703670  border-color: #111;
    36713671}
    36723672
     3673.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover:not(.has-background) {
     3674  color: #111;
     3675}
     3676
    36733677.entry .entry-content .wp-block-archives,
    36743678.entry .entry-content .wp-block-categories,
    36753679.entry .entry-content .wp-block-latest-posts {