Fix toggle-comments button pressed state
This commit is contained in:
parent
a00d9cbff1
commit
9dcb054973
2 changed files with 5 additions and 1 deletions
|
|
@ -119,6 +119,10 @@ input[type="checkbox"]:checked + .btn--primary {
|
|||
.btn--transparent:hover {
|
||||
--background: var(--color-white-05);
|
||||
}
|
||||
.btn[aria-pressed="true"]:hover {
|
||||
--background: var(--color-primary-hover);
|
||||
--border-color: var(--color-primary-hover);
|
||||
}
|
||||
}
|
||||
|
||||
.btn:focus-visible {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue