|
@@ -740,6 +740,18 @@ hr.is-style-dots {
|
|
|
border-bottom: none;
|
|
|
}
|
|
|
|
|
|
+.wp-block-separator.is-style-dots.has-background, .wp-block-separator.is-style-dots.has-text-color,
|
|
|
+hr.is-style-dots.has-background,
|
|
|
+hr.is-style-dots.has-text-color {
|
|
|
+ background-color: transparent !important;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-separator.is-style-dots.has-background:before, .wp-block-separator.is-style-dots.has-text-color:before,
|
|
|
+hr.is-style-dots.has-background:before,
|
|
|
+hr.is-style-dots.has-text-color:before {
|
|
|
+ color: currentColor !important;
|
|
|
+}
|
|
|
+
|
|
|
.wp-block-separator.is-style-dots:before,
|
|
|
hr.is-style-dots:before {
|
|
|
color: #DDDDDD;
|