Skip to content

Commit c26145c

Browse files
author
Damian Frizzi
committed
No need to ecplicitly reference the parrent here
1 parent ec7d9df commit c26145c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

awesome-bootstrap-checkbox.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ $font-family-icon: 'FontAwesome' !default;
103103

104104
@mixin radio-variant($parent, $color) {
105105
#{$parent} input[type="radio"]{
106-
& + label{
106+
+ label{
107107
&::after{
108108
background-color: $color;
109109
}
@@ -200,7 +200,7 @@ input[type="radio"] {
200200
font-family: 'FontAwesome';
201201
content: "\f00c";
202202
}
203-
& .styled:checked + label {
203+
.styled:checked + label {
204204
&::before {
205205
color: #fff;
206206
}

0 commit comments

Comments
 (0)