Merge remote-tracking branch 'origin/master' into #11/description-for-input-components

# Conflicts:
#	dist/clay.js
#	src/styles/clay/_base.scss
#	src/templates/components/select.tpl
#	src/templates/components/toggle.tpl
This commit is contained in:
Keegan
2016-03-02 10:58:17 +11:00
26 changed files with 236 additions and 46 deletions
+12 -5
View File
@@ -83,9 +83,12 @@ label {
}
}
.tap-highlight {
@include tap-highlight();
}
.component {
padding-bottom: $item-spacing-v;
@include tap-highlight();
&.disabled {
opacity: 0.25;
@@ -108,10 +111,10 @@ label {
&:last-child,
&:first-child {
padding-bottom: $item-spacing-v;
&:after {
display: none;
}
}
&:last-child:after {
display: none;
}
&:after {
@@ -130,6 +133,10 @@ label {
.component-heading:first-child {
background: $color-gray-3;
border-radius: $border-radius $border-radius 0 0;
&:after {
display: none;
}
}
}
@@ -3,10 +3,8 @@
.component-checkbox {
@include tap-highlight(rgba(0,0,0,0));
display: block;
> .label {
display: block;
padding-bottom: $item-spacing-v / 2;
@@ -16,7 +14,6 @@
label {
padding: $item-spacing-v / 2 0;
@include tap-highlight();
}
.label {
@@ -39,7 +36,7 @@
flex-shrink: 0;
}
input:checked ~ i {
input:checked + i {
border-color: $color-orange;
background: $color-orange;
+1
View File
@@ -7,6 +7,7 @@
height: $base-height;
border-radius: $base-height / 2;
box-shadow: $box-shadow-small-components;
display: block;
}
.picker-wrap {
+1 -4
View File
@@ -3,10 +3,8 @@
.component-radio {
@include tap-highlight(rgba(0,0,0,0));
display: block;
> .label {
display: block;
padding-bottom: $item-spacing-v / 2;
@@ -16,7 +14,6 @@
label {
padding: $item-spacing-v / 2 0;
@include tap-highlight();
}
.label {
@@ -39,7 +36,7 @@
flex-shrink: 0;
}
input:checked ~ i {
input:checked + i {
border-color: $color-orange;
&:after {
+1
View File
@@ -11,6 +11,7 @@
$triangle-size: 0.85rem;
position: relative;
padding-right: $triangle-size + 0.25rem;
display: block;
&:after {
content: "";
+3
View File
@@ -0,0 +1,3 @@
.component-submit {
text-align: center;
}
+1 -1
View File
@@ -9,7 +9,7 @@ button,
font-size: 1rem;
line-height: 1;
border: none;
display: block;
display: inline-block;
color: $color-white;
min-width: 12rem;