Try using cursor-pointer on text labels
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
:first,
|
||||
:last do |item| %>
|
||||
<li class="list-style-none margin-none">
|
||||
<label class="toggler__visible-when-off flex align-center gap">
|
||||
<label class="toggler__visible-when-off flex align-center gap cursor-pointer">
|
||||
<span class="switch txt-x-small flex-item-no-shrink">
|
||||
<%= item.check_box(class: "switch__input") %>
|
||||
<span class="switch__btn round"></span>
|
||||
|
||||
Reference in New Issue
Block a user