mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Twenty Ten: Prevent Block Inserter icon color override.
This changeset prevents the likes of `body * { color: #000; }` in custom styles to override the Block Inserter icon styles.
Props umesh84, kajalgohel, sabernhardt, pooja1210, amin7.
Fixes #57414.
git-svn-id: https://develop.svn.wordpress.org/trunk@56081 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -373,3 +373,9 @@ p.has-drop-cap:not(:focus)::first-letter {
|
||||
:root .editor-styles-wrapper .has-white-background-color:visited {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
/* Inserter Icon */
|
||||
|
||||
.editor-styles-wrapper .block-editor-inserter path {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user