Ver Fonte

Added border-radius to panels.

dkonopka há 6 anos atrás
pai
commit
8540d48453

+ 1 - 2
packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/panel/fakepanel.css

@@ -3,7 +3,6 @@
  * For licensing, see LICENSE.md.
  */
 
-@import "../../../mixins/_rounded.css";
 @import "../../../mixins/_shadow.css";
 
 :root {
@@ -12,13 +11,13 @@
 
 /* Let's use `ck-balloon-panel` appearance. See: balloonpanel.css. */
 .ck .ck-fake-panels div {
-	@mixin ck-rounded-corners;
 	@mixin ck-drop-shadow;
 
 	min-height: 15px;
 
 	background: var(--ck-color-panel-background);
 	border: 1px solid var(--ck-color-panel-border);
+	border-radius: var(--ck-border-radius);
 
 	width: 100%;
 	height: 100%;