Browse Source

Unified the dimensions operator styles across table and table cell forms.

Aleksander Nowodzinski 5 years ago
parent
commit
a067798815

+ 0 - 8
packages/ckeditor5-theme-lark/theme/ckeditor5-table/tablecellproperties.css

@@ -31,14 +31,6 @@
 				margin-right: var(--ck-spacing-small);
 			}
 
-			& .ck-table-cell-properties-form__dimension-operator {
-				margin: 0;
-				align-self: start;
-				display: inline-block;
-				height: var(--ck-ui-component-min-height);
-				line-height: var(--ck-ui-component-min-height);
-			}
-
 			& .ck-table-cell-properties-form__height {
 				margin-left: var(--ck-spacing-small);
 			}

+ 14 - 0
packages/ckeditor5-theme-lark/theme/ckeditor5-table/tableform.css

@@ -0,0 +1,14 @@
+/*
+ * Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+ */
+
+.ck.ck-table-form {
+	& .ck-table-form__dimension-operator {
+		margin: 0;
+		align-self: start;
+		display: inline-block;
+		height: var(--ck-ui-component-min-height);
+		line-height: var(--ck-ui-component-min-height);
+	}
+}

+ 0 - 8
packages/ckeditor5-theme-lark/theme/ckeditor5-table/tableproperties.css

@@ -21,14 +21,6 @@
 				margin-right: var(--ck-spacing-small);
 			}
 
-			& .ck-table-properties-form__dimension-operator {
-				margin: 0;
-				align-self: start;
-				display: inline-block;
-				height: var(--ck-ui-component-min-height);
-				line-height: var(--ck-ui-component-min-height);
-			}
-
 			& .ck-table-properties-form__height {
 				margin-left: var(--ck-spacing-small);
 			}