dkonopka 6 年 前
コミット
2606ab2306
1 ファイル変更4 行追加5 行削除
  1. 4 5
      packages/ckeditor5-list/theme/todolist.css

+ 4 - 5
packages/ckeditor5-list/theme/todolist.css

@@ -67,6 +67,10 @@
 				transform: rotate(45deg);
 				transform: rotate(45deg);
 			}
 			}
 
 
+			&:hover::before {
+				box-shadow: 0 0 0 5px hsla(0, 0%, 0%, 0.1);
+			}
+
 			&[checked] {
 			&[checked] {
 				&::before {
 				&::before {
 					background: hsl(126, 64%, 41%);
 					background: hsl(126, 64%, 41%);
@@ -77,10 +81,6 @@
 					border-color: hsl(0, 0%, 100%);
 					border-color: hsl(0, 0%, 100%);
 				}
 				}
 			}
 			}
-
-			&:hover::before {
-				box-shadow: 0 0 0 5px hsla(0, 0%, 0%, 0.1);
-			}
 		}
 		}
 
 
 		& .todo-list__label__description {
 		& .todo-list__label__description {
@@ -93,7 +93,6 @@
 [dir="rtl"] .todo-list .todo-list__label > input {
 [dir="rtl"] .todo-list .todo-list__label > input {
 	left: 0;
 	left: 0;
 	margin-right: 0;
 	margin-right: 0;
-
 	right: -25px;
 	right: -25px;
 	margin-left: -15px;
 	margin-left: -15px;
 }
 }