mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
11160414e5
commit
a8f702f4c5
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user