Skip to content

Commit

Permalink
fix: use a little bar to show hovering block
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Jul 27, 2021
1 parent b9b4ff1 commit 77fd2a2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/_blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,15 @@ a:hover > .bullet-container .bullet {
content: '';
display: block;
position: absolute;
height: 2px;
width: 4px;
height: 12px;
top: 6px;
bottom: 0;
left: 0;
right: 0;
left: -0.5em;
}

.block-content:hover::after {
background: var(--ct-block-reference-background);
background: var(--ct-primary-color);
}

/*************************
Expand Down

0 comments on commit 77fd2a2

Please sign in to comment.