소스 검색

Fix the indention.

panr 5 년 전
부모
커밋
f1c2f3c0ed
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      packages/ckeditor5-theme-lark/theme/ckeditor5-table/tableselection.css

+ 5 - 5
packages/ckeditor5-theme-lark/theme/ckeditor5-table/tableselection.css

@@ -4,7 +4,7 @@
  */
  */
 
 
 :root {
 :root {
-	--ck-table-selected-cell-background: hsla(208, 90%, 80%, .3);
+		--ck-table-selected-cell-background: hsla(208, 90%, 80%, .3);
 }
 }
 
 
 .ck.ck-editor__editable .table table {
 .ck.ck-editor__editable .table table {
@@ -19,10 +19,10 @@
 			content: '';
 			content: '';
 			background-color: var(--ck-table-selected-cell-background);
 			background-color: var(--ck-table-selected-cell-background);
 			position: absolute;
 			position: absolute;
-    	top: 0;
-    	left: 0;
-    	right: 0;
-    	bottom: 0;
+			top: 0;
+			left: 0;
+			right: 0;
+			bottom: 0;
 		}
 		}
 
 
 		& ::selection,
 		& ::selection,