lib/assets/stylesheets/uniform/components/form/checkbox-collection.scss in uniform-ui-2.2.2 vs lib/assets/stylesheets/uniform/components/form/checkbox-collection.scss in uniform-ui-2.3.2
- old
+ new
@@ -19,13 +19,13 @@
padding: 0.5em 0.2em;
line-height: 1.3;
flex: 1 1 auto;
text-align: center;
border-radius: 0.25em;
- border: 1px solid color('gray-light');
+ border: 1px solid color('gray');
&.active{
- background: color('gray-light');
+ background: color('gray');
box-shadow: inset 0 -1px 0 0 color('blue');
}
&:last-of-type{
margin-right: 0;
}
@@ -34,13 +34,13 @@
&.-buttons{
label{
padding: 0.5em;
line-height: 1.3;
border-radius: 0.25em;
- border: 1px solid color('gray-light');
+ border: 1px solid color('gray');
cursor: pointer;
&.active{
- background: color('gray-light');
+ background: color('gray');
}
}
}
&.-invert{
&.inline,
\ No newline at end of file