Explorar el Código

Fix: Contextual toolbar container's arrow should have the same color as the toolbar. Closes #111.

Aleksander Nowodzinski hace 8 años
padre
commit
bcb8feea8a
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      packages/ckeditor5-theme-lark/theme/components/editor.scss

+ 2 - 1
packages/ckeditor5-theme-lark/theme/components/editor.scss

@@ -46,7 +46,8 @@
 	}
 }
 
-.ck-editor-toolbar-container.ck-balloon-panel_arrow {
+// https://github.com/ckeditor/ckeditor5-theme-lark/issues/111
+.ck-toolbar-container.ck-editor-toolbar-container.ck-balloon-panel_arrow {
 	&_n,
 	&_ne,
 	&_nw {