@@ -10,8 +10,8 @@
}
.ck-content hr {
- border-width: 1px 0 0;
- border-style: solid;
- border-color: hsl(0, 0%, 37%);
- margin: 0;
+ margin: 20px 0;
+ height: 4px;
+ background: hsl(0, 0%, 87%);
+ border: 0;
@@ -3,7 +3,8 @@
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
-.ck-editor__editable .ck-horizontal-line {
- /* Helps selecting the horizontal rule widget by giving it some space. */
- padding: 5px 0;
-}
+/*
+ * Note: This file should contain the wireframe styles only. But since there are no such styles,
+ * it acts as a message to the builder telling that it should look for the corresponding styles
+ * **in the theme** when compiling the editor.
+ */