|
@@ -582,10 +582,10 @@ hr.is-style-dots:before {
|
|
|
color: #DDDDDD;
|
|
|
}
|
|
|
|
|
|
-.has-background .wp-block-separator,
|
|
|
-[class*="background-color"] .wp-block-separator, .has-background
|
|
|
+.has-background:not(.has-background-background-color) .wp-block-separator,
|
|
|
+[class*="background-color"]:not(.has-background-background-color) .wp-block-separator, .has-background:not(.has-background-background-color)
|
|
|
hr,
|
|
|
-[class*="background-color"]
|
|
|
+[class*="background-color"]:not(.has-background-background-color)
|
|
|
hr {
|
|
|
border-color: currentColor;
|
|
|
}
|