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 4 years, 4 months ago by
dhjw.
-
This reply was modified 4 years, 4 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.