We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec7d9df + c26145c commit 5c302d1Copy full SHA for 5c302d1
awesome-bootstrap-checkbox.scss
@@ -103,7 +103,7 @@ $font-family-icon: 'FontAwesome' !default;
103
104
@mixin radio-variant($parent, $color) {
105
#{$parent} input[type="radio"]{
106
- & + label{
+ + label{
107
&::after{
108
background-color: $color;
109
}
@@ -200,7 +200,7 @@ input[type="radio"] {
200
font-family: 'FontAwesome';
201
content: "\f00c";
202
203
- & .styled:checked + label {
+ .styled:checked + label {
204
&::before {
205
color: #fff;
206
0 commit comments