minor fixes

This commit is contained in:
piensaenpixel
2016-02-03 11:10:13 +01:00
parent 3dda1f6c63
commit ab2ad9bb1e
7 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -26,7 +26,7 @@
opacity: 0;
z-index: 1;
~ .CDB-ToggleFace {
+ .CDB-ToggleFace {
@include transition(background, 300ms);
position: relative;
width: $baseSize * 4;
@@ -48,7 +48,7 @@
}
}
&:checked ~ .CDB-ToggleFace {
&:checked + .CDB-ToggleFace {
background: $cMainDark;
&::before {