Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Unified the dimensions operator styles across table and table cell fo…
Browse files Browse the repository at this point in the history
…rms.
  • Loading branch information
oleq committed Feb 7, 2020
1 parent 496c317 commit a585a3c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 16 deletions.
8 changes: 0 additions & 8 deletions theme/ckeditor5-table/tablecellproperties.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down
14 changes: 14 additions & 0 deletions theme/ckeditor5-table/tableform.css
Original file line number Diff line number Diff line change
@@ -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);
}
}
8 changes: 0 additions & 8 deletions theme/ckeditor5-table/tableproperties.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit a585a3c

Please sign in to comment.