浏览代码

Code style.

dkonopka 7 年之前
父节点
当前提交
bc318a52be
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/ckeditor5-theme-lark/theme/ckeditor5-table/tableediting.css

+ 2 - 2
packages/ckeditor5-theme-lark/theme/ckeditor5-table/tableediting.css

@@ -3,7 +3,7 @@
  * For licensing, see LICENSE.md.
  * For licensing, see LICENSE.md.
  */
  */
 
 
- :root {
+:root {
 	--ck-color-table-focused-cell-background: hsl(208, 90%, 98%);
 	--ck-color-table-focused-cell-background: hsl(208, 90%, 98%);
 	--ck-color-link-selected-inside-table-background: hsl(201, 100%, 92%);
 	--ck-color-link-selected-inside-table-background: hsl(201, 100%, 92%);
 }
 }
@@ -29,4 +29,4 @@
 	& .ck-link_selected {
 	& .ck-link_selected {
 		background: var(--ck-color-link-selected-inside-table-background);
 		background: var(--ck-color-link-selected-inside-table-background);
 	}
 	}
-}
+}