From d41fac7a7f406432fadae7fd7103659dcf2367ff Mon Sep 17 00:00:00 2001 From: FreeScout Date: Tue, 10 Dec 2024 21:24:03 -0800 Subject: [PATCH] Fix OnOffswitch checkboxes on screenreaders - closes #4412 --- public/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/css/style.css b/public/css/style.css index 2aead9c01..5704d4a77 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -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;