mirror of
git://develop.git.wordpress.org/
synced 2025-03-15 01:19:51 +01:00
Twenty Seventeen: Fixes button block font weight not changing.
The button block appearance was not changing when using settings. This resolves that using inherit. Props pranitdugad, sabernhardt, shailu25, hmbashar. Fixes #60937. git-svn-id: https://develop.svn.wordpress.org/trunk@58584 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b64610b3c8
commit
dc788c6fbc
@ -202,6 +202,11 @@ p.has-drop-cap:not(:focus)::first-letter {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.wp-block-buttons[style*="font-weight"] .wp-block-button__link,
|
||||
.wp-block-button[style*="font-weight"] .wp-block-button__link {
|
||||
font-weight: inherit;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
4.0 Blocks - Layout Elements
|
||||
--------------------------------------------------------------*/
|
||||
|
@ -715,6 +715,11 @@ table.wp-block-table td:last-child {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.wp-block-buttons[style*="font-weight"] .wp-block-button__link,
|
||||
.wp-block-button[style*="font-weight"] .wp-block-button__link {
|
||||
font-weight: inherit;
|
||||
}
|
||||
|
||||
/* Verse */
|
||||
|
||||
.editor-styles-wrapper .wp-block-verse {
|
||||
|
Loading…
x
Reference in New Issue
Block a user