Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit 0579997

Browse files
authoredJun 19, 2019
Merge pull request #231 from ckeditor/t/ckeditor5/943
Fix: Background of splitbutton will not be highlighted on hover in read-only mode. Closes ckeditor/ckeditor5#943.
2 parents e6c1bda + bc697f3 commit 0579997

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎theme/ckeditor5-ui/components/dropdown/splitbutton.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
&.ck-splitbutton_open,
4242
&:hover {
4343
/* When the split button hovered as a whole, not as individual buttons. */
44-
& > .ck-button:not(.ck-on):not(:hover) {
44+
& > .ck-button:not(.ck-on):not(.ck-disabled):not(:hover) {
4545
background: var(--ck-color-split-button-hover-background);
4646
}
4747

48-
& > .ck-splitbutton__arrow {
48+
& > .ck-splitbutton__arrow:not(.ck-disabled) {
4949
border-left-color: var(--ck-color-split-button-hover-border);
5050
}
5151
}

0 commit comments

Comments
 (0)
This repository has been archived.