Skip to content

Commit

Permalink
drop "cursor: pointer" style on account disabling toggle control, #316
Browse files Browse the repository at this point in the history
* so the cursor style is consistent across the app (no "pointer" cursor applied to the rest toggles)
  • Loading branch information
vladimiry committed Sep 7, 2020
1 parent 5d80717 commit ad60e7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
class="custom-control-input"
type="checkbox"
>
<label [for]="disabledInputId" class="custom-control-label" style="cursor: pointer">
<label [for]="disabledInputId" class="custom-control-label">
active
</label>
</div>
Expand Down

0 comments on commit ad60e7d

Please sign in to comment.