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.

Built from https://develop.svn.wordpress.org/trunk@54151


git-svn-id: http://core.svn.wordpress.org/trunk@53710 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2022-09-14 09:31:12 +00:00
parent aa22aba0ba
commit 3eff1ca584
2 changed files with 5 additions and 1 deletions

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;
}

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1-alpha-54150';
$wp_version = '6.1-alpha-54151';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.