mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-16 04:58:53 +00: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