Ver código fonte

Merge pull request #16 from ckeditor/i/6586

Other: Removed duplicated styling inherited from the `FormHeaderView` component. See ckeditor/ckeditor5#6586.
Aleksander Nowodzinski 5 anos atrás
pai
commit
2910bbc11c

+ 5 - 7
packages/ckeditor5-special-characters/theme/specialcharacters.css

@@ -3,10 +3,8 @@
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  */
 
-.ck.ck-special-characters-navigation {
-	display: flex;
-	flex-direction: row;
-	flex-wrap: nowrap;
-	align-items: center;
-	justify-content: space-between;
-}
+/*
+ * 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.
+ */