Fix: Split button's arrow button should get a proper styling when the button is on. Closes #131.
@@ -36,8 +36,10 @@
}
/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/120 */
+ /* https://github.com/ckeditor/ckeditor5-theme-lark/issues/131 */
& > .ck-button,
- & > * > .ck-button {
+ & > .ck-dropdown > .ck-button,
+ & > .ck-dropdown > .ck-splitbutton > .ck-button {
&:not(:hover):not(:focus):not(.ck-on),
&.ck-disabled {
background: transparent;