mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(card): fixed activated item showing border radius of card
closes #366
This commit is contained in:
@@ -44,7 +44,6 @@ ion-card {
|
||||
padding-right: ($card-ios-padding-right / 2);
|
||||
padding-left: ($card-ios-padding-left / 2);
|
||||
font-size: $item-ios-font-size;
|
||||
border-radius: inherit;
|
||||
}
|
||||
|
||||
ion-item-content {
|
||||
@@ -70,6 +69,8 @@ ion-card {
|
||||
}
|
||||
|
||||
[actions] {
|
||||
border-radius: inherit;
|
||||
|
||||
ion-item-content {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user