• Hi!
    Im using twenty twenty and the border around buttons are gone now with the new update to 5.9? ?? The border are there when im edit but not on the site.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I noticed the same thing and just made a post about it with a little more detail.

    As a fix you can do this in your custom CSS overrides:

    .is-style-outline>:where(.wp-block-button__link), :where(.wp-block-button__link).is-style-outline {
    	border: 2px solid;
    }

    That’s some system css that was previously taking precedence over a twentytwenty style.css border: none declaration in the past.

    I assume they’ll fix it in the future and it will be possible to remove the custom entry.

    • This reply was modified 2 years, 10 months ago by dhjw.
    • This reply was modified 2 years, 10 months ago by dhjw.

    Thank you very much for this fix! I had the same problem.

    Thank you for the fix from me too!
    That has been bothering me for weeks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Border around button GONE’ is closed to new replies.