Explorar o código

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

charlie %!s(int64=2) %!d(string=hai) anos
pai
achega
8b08bcf070
Modificáronse 1 ficheiros con 6 adicións e 3 borrados
  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) {