Skip to content

Commit

Permalink
fix: make ordered bullet bg for embeds transparent when displaying it…
Browse files Browse the repository at this point in the history
… in sidebar
  • Loading branch information
stdword committed Nov 20, 2024
1 parent cf1b2a5 commit f8d78f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,9 @@ a.priority[href="#/page/C" i]::before {
.bullet-link-wrap:hover > .bullet-container.as-order-list {
background-color: transparent !important;
}
.bullet-link-wrap > .bullet-container.as-order-list > .bullet {
background-color: transparent !important;
}

.ls-block.selected .bullet-link-wrap > .bullet-container.as-order-list > .bullet:not(.selected) {
opacity: .5;
Expand Down

0 comments on commit f8d78f9

Please sign in to comment.