switch updates

This commit is contained in:
Adam Bradley
2015-08-21 21:56:45 -05:00
parent bef1787796
commit 4e50ff87c2
9 changed files with 101 additions and 88 deletions

View File

@@ -26,7 +26,7 @@ $checkbox-ios-checkmark-color-on: $background-color !default;
border-color: $checkbox-ios-border-color-on;
}
&[aria-checked=true] .checkbox-icon::after {
&[aria-checked=true] .checkbox-icon:after {
position: absolute;
border: 1px solid $checkbox-ios-checkmark-color-on;
top: 3px;

View File

@@ -28,7 +28,7 @@ $checkbox-md-checkmark-color-on: $background-color !default;
border-color: $checkbox-md-border-color-on;
}
&[aria-checked=true] .checkbox-icon::after {
&[aria-checked=true] .checkbox-icon:after {
position: absolute;
border: 2px solid $checkbox-md-checkmark-color-on;
top: 0;