Skip to content

Commit

Permalink
Merge pull request #24 from jneilliii/feature/popover_arrows
Browse files Browse the repository at this point in the history
discoranged update
  • Loading branch information
LazeMSS authored Aug 31, 2021
2 parents 1c261f3 + 5057c94 commit 708485e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions css/discoranged.css
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,22 @@ textarea[readonly] {
background-color: transparent;
}

.popover.top .arrow:after {
border-top-color: var(--accent);
}

.popover.bottom .arrow:after {
border-bottom-color: var(--accent);
}

.popover.left .arrow:after {
border-left-color: var(--accent);
}

.popover.right .arrow:after {
border-right-color: var(--accent);
}

div.popover.toptempPopover div.arrow {
border-bottom-color: var(--accent);
}
Expand Down

0 comments on commit 708485e

Please sign in to comment.