tab
This commit is contained in:
parent
350ebbadba
commit
25ae4bca9c
1 changed files with 3 additions and 3 deletions
|
@ -156,9 +156,9 @@ useTooltip(buttonEl, async (showing) => {
|
|||
}
|
||||
|
||||
&.reacted, &.reacted:hover {
|
||||
background: var(--accentedBg);
|
||||
color: var(--accent);
|
||||
box-shadow: 0 0 0px 1px var(--accent) inset;
|
||||
background: var(--accentedBg);
|
||||
color: var(--accent);
|
||||
box-shadow: 0 0 0px 1px var(--accent) inset;
|
||||
|
||||
> .count {
|
||||
color: var(--accent);
|
||||
|
|
Loading…
Reference in a new issue