Make WordPress Core

Ticket #61846: 61846.1.patch

File 61846.1.patch, 593 bytes (added by sabernhardt, 10 months ago)

sets Outline style text color to currentColor in theme's blocks.css stylesheet

  • src/wp-content/themes/twentytwelve/css/blocks.css

     
    263263        color: #7c7c7c;
    264264}
    265265
     266.is-style-outline .wp-block-button__link,
     267.is-style-outline .wp-block-button__link:visited {
     268        color: currentColor;
     269}
     270
    266271.wp-block-button.is-style-outline .wp-block-button__link,
    267272.wp-block-button.is-style-outline .wp-block-button__link:visited {
    268273        background-color: inherit;