Skip to content

Commit

Permalink
fix: bullets selection colors for v0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stdword committed Feb 6, 2024
1 parent 539c61b commit 93a1572
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -774,9 +774,8 @@ a.priority[href="#/page/C" i]::before {
opacity: 1;
}

.bullet-link-wrap > .bullet-container > .bullet.selected,
.bullet-link-wrap:hover > .bullet-container > .bullet {
color: var(--bujo-block-bullet-selected) !important;
.bullet-link-wrap > .bullet-container:not(.as-order-list) > .bullet.selected {
background-color: var(--bujo-block-bullet-selected) !important;
}

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

0 comments on commit 93a1572

Please sign in to comment.