Parcourir la source

Changed: Make highlight toolbar look decent.

Maciej Gołaszewski il y a 8 ans
Parent
commit
8cbfbf8931
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      packages/ckeditor5-highlight/src/highlightui.js

+ 2 - 0
packages/ckeditor5-highlight/src/highlightui.js

@@ -22,6 +22,8 @@ import { closeDropdownOnBlur, closeDropdownOnExecute, focusDropdownContentsOnArr
 import ToolbarView from '@ckeditor/ckeditor5-ui/src/toolbar/toolbarview';
 
 import './../theme/highlight.css';
+// TODO: dirty hack to make toolbar look nice in dropdown.
+import '@ckeditor/ckeditor5-ui/theme/components/dropdown/buttondropdown.css';
 
 /**
  * The default Highlight UI plugin.