mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
fix(item): normalize border radius in case browsers change it
fixes #12912
This commit is contained in:
@ -8,6 +8,7 @@ ion-item {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
|
@include border-radius(0);
|
||||||
@include margin(0);
|
@include margin(0);
|
||||||
@include padding(0);
|
@include padding(0);
|
||||||
@include text-align(initial);
|
@include text-align(initial);
|
||||||
|
Reference in New Issue
Block a user