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

This commit is contained in:
charlie
2023-05-04 16:50:51 +08:00
parent a2052f8f0b
commit 8b08bcf070

View File

@@ -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) {