8
0
Quellcode durchsuchen

Merge branch 'master' into t/ckeditor5-theme-lark/135

Aleksander Nowodzinski vor 7 Jahren
Ursprung
Commit
c8a8df30a8

+ 1 - 0
packages/ckeditor5-ui/src/dropdown/utils.js

@@ -17,6 +17,7 @@ import ListItemView from '../list/listitemview';
 import clickOutsideHandler from '../bindings/clickoutsidehandler';
 
 import '../../theme/components/dropdown/toolbardropdown.css';
+import '../../theme/components/dropdown/listdropdown.css';
 
 /**
  * A helper for creating dropdowns. It creates an instance of a {@link module:ui/dropdown/dropdownview~DropdownView dropdown},

+ 10 - 0
packages/ckeditor5-ui/theme/components/dropdown/listdropdown.css

@@ -0,0 +1,10 @@
+/*
+ * Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.md.
+ */
+
+/*
+ * 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.
+ */