Forum Discussion
LizD
3 years agoCommunity Member
Rise: Focus Visible: what theme/button colors are supported?
This is a 2.4.7 Focus Visible (AA) question:
The Rise VPAT indicates this functionality is supported.
Is there documentation of which color values (Theme, Buttons) will reliably produce a percei...
PhilFoss
3 months agoCommunity Member
Hi Amanda-Gunning​ I ran into the same issue with blue buttons and the blue focus style. This is a good example of when you may need to start developing a multi-color palette for accessibility requirements. Here's how I fixed it with a CSS theme component:
The key CSS from the video:
/* change the color, width and offset on the button:focus */
.blocks-button__button:focus {
outline: 3px solid #d75f16;
outline-offset: 3px;
}
- Amanda-Gunning3 months agoCommunity Member
Awesome thank you so much I will give this a try!
Related Content
- 8 months ago