web/buttons: add hover state to active button

This commit is contained in:
wukko
2024-07-20 18:54:12 +06:00
parent 205494b367
commit 8193e8c14d
2 changed files with 12 additions and 2 deletions

View File

@ -49,6 +49,10 @@
padding: var(--switcher-padding);
}
.switcher :global(.button.active) {
pointer-events: none;
}
.switcher.big :global(.button) {
width: 100%;
/* [base button height] - ([switcher padding] * [padding factor to accommodate for]) */