File tree 4 files changed +13
-1
lines changed
4 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 7
7
position : relative;
8
8
padding-left : 5px ; }
9
9
.abc-checkbox label ::before {
10
+ cursor : pointer;
10
11
content : "" ;
11
12
display : inline-block;
12
13
position : absolute;
18
19
border-radius : 3px ;
19
20
background-color : # fff ; }
20
21
.abc-checkbox label ::after {
22
+ cursor : pointer;
21
23
display : inline-block;
22
24
position : absolute;
23
25
width : 16px ;
164
166
padding-left : 5px ; }
165
167
.abc-radio label ::before {
166
168
content : "" ;
169
+ cursor : pointer;
167
170
display : inline-block;
168
171
position : absolute;
169
172
width : 17px ;
174
177
border-radius : 50% ;
175
178
background-color : # fff ; }
176
179
.abc-radio label ::after {
180
+ cursor : pointer;
177
181
display : inline-block;
178
182
position : absolute;
179
183
content : " " ;
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ $check-icon: $fa-var-check !default;
44
44
padding-left : 5px ;
45
45
46
46
& ::before {
47
+ cursor : pointer ;
47
48
content : " " ;
48
49
display : inline-block ;
49
50
position : absolute ;
@@ -58,6 +59,7 @@ $check-icon: $fa-var-check !default;
58
59
}
59
60
60
61
& ::after {
62
+ cursor : pointer ;
61
63
display : inline-block ;
62
64
position : absolute ;
63
65
width : 16px ;
@@ -163,6 +165,7 @@ $check-icon: $fa-var-check !default;
163
165
padding-left : 5px ;
164
166
165
167
& ::before {
168
+ cursor : pointer ;
166
169
content : " " ;
167
170
display : inline-block ;
168
171
position : absolute ;
@@ -177,6 +180,7 @@ $check-icon: $fa-var-check !default;
177
180
}
178
181
179
182
& ::after {
183
+ cursor : pointer ;
180
184
display : inline-block ;
181
185
position : absolute ;
182
186
content : " " ;
Original file line number Diff line number Diff line change 7
7
position : relative;
8
8
padding-left : 5px ; }
9
9
.abc-checkbox label ::before {
10
+ cursor : pointer;
10
11
content : "" ;
11
12
display : inline-block;
12
13
position : absolute;
18
19
border-radius : 3px ;
19
20
background-color : # fff ; }
20
21
.abc-checkbox label ::after {
22
+ cursor : pointer;
21
23
display : inline-block;
22
24
position : absolute;
23
25
width : 16px ;
163
165
position : relative;
164
166
padding-left : 5px ; }
165
167
.abc-radio label ::before {
168
+ cursor : pointer;
166
169
content : "" ;
167
170
display : inline-block;
168
171
position : absolute;
174
177
border-radius : 50% ;
175
178
background-color : # fff ; }
176
179
.abc-radio label ::after {
180
+ cursor : pointer;
177
181
display : inline-block;
178
182
position : absolute;
179
183
content : " " ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " awesome-bootstrap-checkbox" ,
3
- "version" : " 1.0.0-alpha.3 " ,
3
+ "version" : " 1.0.0-alpha.4 " ,
4
4
"description" : " Font Awesome Bootstrap Checkboxes & Radios. Pure css way to make inputs look prettier." ,
5
5
"main" : " awesome-bootstrap-checkbox.css" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments