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 {
|
&.reacted, &.reacted:hover {
|
||||||
background: var(--accentedBg);
|
background: var(--accentedBg);
|
||||||
color: var(--accent);
|
color: var(--accent);
|
||||||
box-shadow: 0 0 0px 1px var(--accent) inset;
|
box-shadow: 0 0 0px 1px var(--accent) inset;
|
||||||
|
|
||||||
> .count {
|
> .count {
|
||||||
color: var(--accent);
|
color: var(--accent);
|
||||||
|
|
Loading…
Reference in a new issue