mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
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:
@ -6,7 +6,7 @@
|
||||
$input-label-ios-color: #7f7f7f !default;
|
||||
|
||||
|
||||
.list,
|
||||
ion-list,
|
||||
ion-card {
|
||||
|
||||
[text-input] {
|
||||
|
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user