Skip to content

Commit

Permalink
fix: bullets collapse control should not be covered by thread
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Oct 25, 2021
1 parent 13a57d6 commit d9d6395
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/_blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ a:hover > .bullet-container .bullet {
filter: drop-shadow(2px 4px 6px black);
}

.block-control .rotating-arrow {
display: inline-block;
border-radius: 50%;
background-color: var(--ls-primary-background-color);
}

// hovering block indicator
.block-content-wrapper > div > .block-content {
& > span > span > :first-child {
Expand Down

0 comments on commit d9d6395

Please sign in to comment.