web/buttons: add hover state to active button
This commit is contained in:
@@ -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]) */
|
||||
|
||||
Reference in New Issue
Block a user