You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior:
There are not enough variables for the hover and active state.
For example, it is impossible to configure the checkbox for this design:
Expected behavior:
Create new variables for hover and active checkbox state:
Closesakveo#143
BREAKING CHANGE: Checkbox check mark color variable (radio-fg) was expanded.
There are tree variables instead to set color depends of checkbox state.
- checkbox-checkmark - base color
- checkbox-checked-checkmark - color in case checkbox checked
- checkbox-disabled-checkmark - color in case checkbox disabled and checked
Closesakveo#143
BREAKING CHANGE: Checkbox check mark color variable (radio-fg) is expanded.
There are three variables instead to set a color depending a the checkbox state:
- checkbox-checkmark - base color
- checkbox-checked-checkmark - color when checkbox checked
- checkbox-disabled-checkmark - color when checkbox is disabled
Issue type
I'm submitting a ... (check one with "x")
Issue description
Current behavior:
There are not enough variables for the hover and active state.
For example, it is impossible to configure the checkbox for this design:
Expected behavior:
Create new variables for hover and active checkbox state:
checkbox-selected-bg
checkbox-selected-fg
checkbox-active-bg
checkbox-active-fg
The text was updated successfully, but these errors were encountered: