refactor(radio): converted ion-radio-group to an ion-list with radio-group attribute

Changed Sass to style ion-list instead of the list class. Removed list
class from radios and lists. Closes #650
This commit is contained in:
Brandy Carney
2015-11-25 17:00:37 -05:00
parent 1db6e45494
commit 79bd85c8c8
11 changed files with 33 additions and 37 deletions

View File

@ -6,7 +6,7 @@
$input-label-ios-color: #7f7f7f !default;
.list,
ion-list,
ion-card {
[text-input] {

View File

@ -7,7 +7,7 @@ $text-input-highlight-color: map-get($colors, primary) !default;
$input-label-md-color: #999 !default;
.list,
ion-list,
ion-card {
[text-input] {
@ -74,7 +74,7 @@ ion-card {
}
}
.list[inset] ion-input.item {
ion-list[inset] ion-input.item {
padding-right: 0;
padding-left: 0;
}