mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +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:
@@ -40,7 +40,7 @@ ion-card {
|
||||
box-shadow: $card-ios-box-shadow;
|
||||
border-radius: $card-ios-border-radius;
|
||||
|
||||
.list {
|
||||
ion-list {
|
||||
margin-bottom: 0;
|
||||
|
||||
.item {
|
||||
|
||||
@@ -43,7 +43,7 @@ ion-card {
|
||||
box-shadow: $card-md-box-shadow;
|
||||
border-radius: $card-md-border-radius;
|
||||
|
||||
.list {
|
||||
ion-list {
|
||||
margin-bottom: 0;
|
||||
|
||||
ion-item-content {
|
||||
|
||||
Reference in New Issue
Block a user