mirror of
git://develop.git.wordpress.org/
synced 2025-03-14 17:09:47 +01:00
Twenty Seventeen: Resolves default border style visibility for pullquote block.
When a border color and width was added to the pullquote block but no border style was chosen the border was not visible. The expectation is that the border has a solid style by default when a color is selected. Props pranitdugad, poena, sabernhardt. Fixes #61362. git-svn-id: https://develop.svn.wordpress.org/trunk@58469 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d5e09512c3
commit
9c022260d6
@ -166,7 +166,7 @@ p.has-drop-cap:not(:focus)::first-letter {
|
||||
/* Pullquote */
|
||||
|
||||
.wp-block-pullquote {
|
||||
border: 0;
|
||||
border: 0 solid;
|
||||
}
|
||||
|
||||
.wp-block-pullquote__citation,
|
||||
|
@ -646,7 +646,7 @@ html[lang="th"] .edit-post-visual-editor * {
|
||||
/* Pullquote */
|
||||
|
||||
.wp-block-pullquote {
|
||||
border: 0;
|
||||
border: 0 solid;
|
||||
}
|
||||
|
||||
.wp-block-pullquote.alignleft blockquote > .editor-rich-text p,
|
||||
|
Loading…
x
Reference in New Issue
Block a user