mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-13 05:37:44 +02:00
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