Skip to content

Commit 1a6f945

Browse files
thisispiersshoudaos
authored andcommitted
cursor:pointer on input (sass)
1 parent f53ed77 commit 1a6f945

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

awesome-bootstrap-checkbox.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ $check-icon: $fa-var-check !default;
7777
input[type="radio"] {
7878
opacity: 0;
7979
z-index: 1;
80+
cursor: pointer;
8081

8182
&:focus + label::before{
8283
@include tab-focus();
@@ -197,6 +198,7 @@ $check-icon: $fa-var-check !default;
197198
input[type="radio"]{
198199
opacity: 0;
199200
z-index: 1;
201+
cursor: pointer;
200202

201203
&:focus + label::before{
202204
@include tab-focus();

0 commit comments

Comments
 (0)