Diamond Template Accessibility: Focus box-shadow not visible for light sidebar menu #3175
Answered
by
melloware
SkylerMime
asked this question in
PrimeFaces Templates
-
In the diamond template, if "Color Scheme = Light" and "Menu Themes = white" are selected, the focus outline will be invisible as it will be white for light theme, just like the background of the menu: Is there any possibility of this being fixed? |
Beta Was this translation helpful? Give feedback.
Answered by
melloware
Dec 10, 2024
Replies: 1 comment 2 replies
-
@SkylerMime no problem just change $menuitemActiveBg: #d3d3d3; Then rebuild your theme it will regenerate and use LightGrey as the background. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
SkylerMime
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@SkylerMime no problem just change
\src\main\webapp\resources\sass\layout\sidebar\themes\_white.scss
Then rebuild your theme it will regenerate and use LightGrey as the background.