Skip to content

Commit

Permalink
Fix OnOffswitch checkboxes on screenreaders - closes #4412
Browse files Browse the repository at this point in the history
  • Loading branch information
freescout-help-desk committed Dec 11, 2024
1 parent 6abf8cd commit d41fac7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3176,7 +3176,8 @@ ul.sidebar-block-list {
top: -2px;
}
.onoffswitch-checkbox {
display: none;
position: absolute;
left:-9999px;
}
.onoffswitch-label {
display: block; overflow: hidden; cursor: pointer;
Expand Down

0 comments on commit d41fac7

Please sign in to comment.