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

pull/9235/head
charlie 2023-05-04 16:50:51 +08:00
parent a2052f8f0b
commit 8b08bcf070
1 changed files with 6 additions and 3 deletions

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