|
|
@@ -41,11 +41,14 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- & .ck-button.ck-dropdown__button:not(.ck-button-dropdown) {
|
|
|
- border-width: 1px;
|
|
|
+ /* Exclude button dropdown button */
|
|
|
+ & :not(.ck-buttondropdown) {
|
|
|
+ & .ck-button.ck-dropdown__button {
|
|
|
+ border-width: 1px;
|
|
|
|
|
|
- &:not(:hover):not(:focus):not(.ck-on) {
|
|
|
- background: var(--ck-color-editor-dropdown-background);
|
|
|
+ &:not(:hover):not(:focus):not(.ck-on) {
|
|
|
+ background: var(--ck-color-editor-dropdown-background);
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|