CSS for showing pressed buttons

This commit is contained in:
Jorge Manrubia
2025-08-13 17:12:30 +02:00
parent 6a337de327
commit d016747bf4
@@ -139,6 +139,10 @@
&:is(:active) {
background-color: var(--color-selected);
}
&[aria-pressed="true"] {
background-color: var(--color-selected);
}
}
}