Make WordPress Core

Ticket #55824: #55824.patch

File #55824.patch, 585 bytes (added by umesh84, 3 years ago)

added patch

  • wp-content/themes/twentytwenty/style.css

     
    30353035.is-style-outline .wp-block-button__link:not(.has-text-color) {
    30363036        color: inherit;
    30373037}
    3038 
     3038.is-style-outline>:where(.wp-block-button__link), :where(.wp-block-button__link).is-style-outline {
     3039    border: 2px solid;
     3040   
     3041}
    30393042.is-style-outline .wp-block-button__link {
    30403043        padding: calc(1.1em - 0.2rem) calc(1.44em - 0.2rem);
    30413044}