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