Explorar o código

enhance(ui): blink for the task checkbox switching

charlie hai 7 meses
pai
achega
94e924027d
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      src/main/frontend/components/block.css

+ 5 - 1
src/main/frontend/components/block.css

@@ -245,7 +245,11 @@
   @apply w-full inline;
 
   > .ui__checkbox {
-    @apply relative top-[2px];
+    @apply relative top-0.5;
+
+    &.checked {
+      @apply top-1;
+    }
 
     > span {
       @apply h-full;