scss/toolkit/components/input.scss in titon-toolkit-1.1.0 vs scss/toolkit/components/input.scss in titon-toolkit-1.2.0

- old
+ new

@@ -29,20 +29,14 @@ .#{$vendor-prefix}radio { border-radius: 50%; } input { display: none; - // Style when the associated label is being hovered - &:hover + .#{$vendor-prefix}checkbox, - &:hover + .#{$vendor-prefix}radio { - border-color: $gray-darkest; - } - // Style when the checkbox is checked &:checked + .#{$vendor-prefix}checkbox, &:checked + .#{$vendor-prefix}radio { border-color: $info; - background-color: $info-light; + background: $info-light; } // Style when input is disabled &[disabled] + .#{$vendor-prefix}checkbox, &[disabled] + .#{$vendor-prefix}radio { \ No newline at end of file