Attempt to switch to relative colors for primary-color-alpha, simplify --active variable, add --hover and --disabled variables
This commit is contained in:
@ -29,7 +29,7 @@
|
||||
}
|
||||
|
||||
&:active {
|
||||
transform: scale(var(--active));
|
||||
transform: var(--active);
|
||||
}
|
||||
|
||||
&.colored {
|
||||
|
Reference in New Issue
Block a user