mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Mark visible toggle switch as hidden from screen readers
This commit is contained in:
parent
0f70d526d9
commit
4a12754d90
1 changed files with 1 additions and 1 deletions
|
@ -32,6 +32,6 @@ define [
|
|||
>
|
||||
<label for="toggle-switch-true-{{$id}}" class="toggle-switch-label">{{labelTrue}}</label>
|
||||
|
||||
<span class="toggle-switch-selection"></span>
|
||||
<span class="toggle-switch-selection" aria-hidden="true"></span>
|
||||
</fieldset>
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue