Ver Fonte

enhance(ui): hover state for the number list item marker

charlie há 2 anos atrás
pai
commit
8b08bcf070
1 ficheiros alterados com 6 adições e 3 exclusões
  1. 6 3
      src/main/frontend/components/block.css

+ 6 - 3
src/main/frontend/components/block.css

@@ -535,11 +535,14 @@
   }
 
   .bullet {
-    border-radius: 50%;
-    width: 6px;
-    height: 6px;
+    @apply rounded-full w-[6px] h-[6px];
+
     background-color: var(--ls-block-bullet-color, #394b59);
     transition: transform 0.2s;
+
+    > * {
+      @apply cursor-pointer;
+    }
   }
 
   &:not(.typed-list) {