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
Hi there,
I am trying to get the checkbox to be accessible by tabbing through the form. Switching the visibility on the form-check rule to unset allows me to acces the checkbox, but I am struggling with the orange outline on the :focus of the input. This might be a great addition to the theme for a future release.
Hi there,
I am trying to get the checkbox to be accessible by tabbing through the form. Switching the visibility on the form-check rule to unset allows me to acces the checkbox, but I am struggling with the orange outline on the :focus of the input. This might be a great addition to the theme for a future release.
.form-check input[type="checkbox"], .radio input[type="radio"] { visibility: unset; }
The text was updated successfully, but these errors were encountered: