feat: simplify pill
class usage
This commit is contained in:
parent
72b80f7e8f
commit
c2471ea467
8 changed files with 55 additions and 138 deletions
|
@ -88,3 +88,15 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.button__count {
|
||||
color: var(--color-fadeText);
|
||||
}
|
||||
|
||||
@media (hover: hover) {
|
||||
.button:hover {
|
||||
.button__count {
|
||||
color: var(--color-border);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue