Browse Source

Adjusted the remove color button styles for big border radius values within the .ck-input-color class.

Aleksander Nowodzinski 5 years ago
parent
commit
507193e411
1 changed files with 11 additions and 0 deletions
  1. 11 0
      packages/ckeditor5-theme-lark/theme/ckeditor5-table/colorinput.css

+ 11 - 0
packages/ckeditor5-theme-lark/theme/ckeditor5-table/colorinput.css

@@ -65,6 +65,17 @@
 		border-bottom: 1px solid var(--ck-color-input-border);
 		padding: calc(var(--ck-spacing-standard) / 2) var(--ck-spacing-standard);
 
+		border-bottom-left-radius: 0;
+		border-bottom-right-radius: 0;
+
+		@mixin ck-dir ltr {
+			border-top-right-radius: 0;
+		}
+
+		@mixin ck-dir rtl {
+			border-top-left-radius: 0;
+		}
+
 		& .ck.ck-icon {
 			margin-right: var(--ck-spacing-standard);