--- a/wp/wp-includes/blocks/separator/style-rtl.css Wed Sep 21 18:19:35 2022 +0200
+++ b/wp/wp-includes/blocks/separator/style-rtl.css Tue Sep 27 16:37:53 2022 +0200
@@ -42,6 +42,12 @@
* These variables do not appear to be used anywhere else.
*/
/**
+* Converts a hex value into the rgb equivalent.
+*
+* @param {string} hex - the hexadecimal value to convert
+* @return {string} comma separated rgb values
+*/
+/**
* Breakpoint mixins
*/
/**
@@ -73,14 +79,10 @@
border-top: 1px solid currentColor;
border-bottom: 1px solid currentColor;
}
-.wp-block-separator.is-style-wide {
- border-bottom-width: 1px;
-}
.wp-block-separator.is-style-dots {
background: none !important;
border: none;
text-align: center;
- width: none;
line-height: 1;
height: auto;
}