-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BITV]: adapt checkboxes colors in normal state on dark theme #42121
Comments
I guess the calculation of the colors indeed needs to be different on dark mode compared to light mode in order to fullfill the contrast requirements. Calculation is done in server/apps/theming/lib/Themes/CommonThemeTrait.php Lines 41 to 82 in da97e10
|
Thank you @szaimen! Do we really need to adjust this colors? It looks to me that i can just use an existing one and then use a dark mode mixin (but not sure if we have it). What do you think? |
I agree with @szaimen as that is the purpose of the |
checked several components on a dark theme, sometimes there are 3.02:1 but still passing criteria. Seems not to be an issue anymore. |
seems to be not resolved on activity settings on the table: 2.98:1 |
Dear @nimishavijay we have 2 problems in a dark theme in combination with
You can check it on hovered and normal state: Could you please provide another colors for us? |
Might be fixed with #42287 |
fixed by #42287 |
closed #42287 |
Waiting for #42287 to be merged and backported
This have to be done for dark theme as well.
Problems:
Suggestion:
Use
--color-primary-element-light-text
instead of--color-primary
, like:The text was updated successfully, but these errors were encountered: