Twenty Fifteen: Ensure border-bottom styles are applied to the Button Block.

This issue was related to the `:where()` selector, which also affected Twenty Twenty (see #55824).

Props umesh84, sabernhardt.
Fixes #55006.
See #55824.


git-svn-id: https://develop.svn.wordpress.org/trunk@54151 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras 2022-09-14 09:29:15 +00:00
parent 11160414e5
commit a8f702f4c5

View File

@ -395,6 +395,10 @@ p.has-drop-cap:not(:focus)::first-letter {
vertical-align: baseline;
}
.is-style-outline .wp-block-button__link {
border: 2px solid;
}
.entry-content .wp-block-button:not(.is-style-outline) .wp-block-button__link {
border: 0;
}