|
|
@@ -52,12 +52,14 @@
|
|
|
/* Don't round the bottom left and right corners of the buttons when "open"
|
|
|
https://github.com/ckeditor/ckeditor5/issues/816 */
|
|
|
&.ck-splitbutton_open {
|
|
|
- & > .ck-splitbutton__action {
|
|
|
- border-bottom-left-radius: 0;
|
|
|
- }
|
|
|
+ @mixin ck-rounded-corners {
|
|
|
+ & > .ck-splitbutton__action {
|
|
|
+ border-bottom-left-radius: 0;
|
|
|
+ }
|
|
|
|
|
|
- & > .ck-splitbutton__arrow {
|
|
|
- border-bottom-right-radius: 0;
|
|
|
+ & > .ck-splitbutton__arrow {
|
|
|
+ border-bottom-right-radius: 0;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|