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
Which exact UI Library version are you using? For example: 1.0.1 - don't just write v1.
Whichever version is bundled with Umbraco 15.2.0
Bug summary
The number on the active page number is not visible in dark mode.
I wasn't sure if the theme was part of the UUI library or the main Umbraco CMS project?
Specifics
This is what you see in dark mode:
This is the issue, the --uui-button-contrast variable has not been setup in the dark theme.
Steps to reproduce
Within Umbraco, log in and switch to "dark" mode.
Go to any page that has paging at the bottom (for example, the log viewer), you will see the active item is a blue button, but there appears to be no writing as the font color has not been set.
See the screen shots above.
Expected result / actual result
I'd expect the variable to be set and to probably have a white font color, or something similar so the user can see the font :)
The text was updated successfully, but these errors were encountered:
Thanks for the report. The --uui-button-contrast does not need to be set, as that falls back to --color-standalone, which then again falls back to --uui-color-default-standalone. That color is already set to a blue-ish hue in the dark theme to match the non-selected state of buttons. Unfortunately, if we set it to something else, then we change all buttons.
That means that the real underlying problem is that the uui-button component does not offer any alternative color when it is active/selected, therefore we cannot add a corresponding color on the dark theme in the CMS. It will have to be solved here in the UI library first and then added to the dark theme in the CMS.
Which exact UI Library version are you using? For example: 1.0.1 - don't just write v1.
Whichever version is bundled with Umbraco 15.2.0
Bug summary
The number on the active page number is not visible in dark mode.
I wasn't sure if the theme was part of the UUI library or the main Umbraco CMS project?
Specifics
This is what you see in dark mode:
This is the issue, the
--uui-button-contrast
variable has not been setup in the dark theme.Steps to reproduce
Within Umbraco, log in and switch to "dark" mode.
Go to any page that has paging at the bottom (for example, the log viewer), you will see the active item is a blue button, but there appears to be no writing as the font color has not been set.
See the screen shots above.
Expected result / actual result
I'd expect the variable to be set and to probably have a white font color, or something similar so the user can see the font :)
The text was updated successfully, but these errors were encountered: