Skip to content

Commit f53ed77

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

awesome-bootstrap-checkbox.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
input[type="radio"]{
7676
opacity: 0;
7777
z-index: 1;
78+
cursor: pointer;
7879

7980
&:focus + label::before{
8081
.tab-focus();
@@ -194,6 +195,7 @@
194195
input[type="radio"]{
195196
opacity: 0;
196197
z-index: 1;
198+
cursor: pointer;
197199

198200
&:focus + label::before{
199201
.tab-focus();

0 commit comments

Comments
 (0)