Skip to content

Commit

Permalink
fix: make block control a little bit nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Oct 29, 2021
1 parent 38083f6 commit 350885f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/_blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,15 @@ a:hover > .bullet-container .bullet {
display: inline-block;
border-radius: 50%;
background-color: var(--ls-primary-background-color);
width: 1rem;
height: 1rem;
margin-left: 2px;
margin-top: 2px;
box-shadow: 0 0 4px 2px var(--ls-primary-background-color);
}

.block-control .rotating-arrow > svg {
margin-left: 0 !important;
}

// hovering block indicator
Expand Down

0 comments on commit 350885f

Please sign in to comment.