mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
fix(tabs): remove styles for icon that are no longer needed
This commit is contained in:
@ -40,10 +40,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tab-button-ios .tab-button-icon {
|
.tab-button-ios .tab-button-icon {
|
||||||
@include margin(4px, null, 1px, null);
|
@include margin(4px, null, null, null);
|
||||||
|
|
||||||
min-width: $tab-button-ios-icon-size + 5;
|
|
||||||
height: $tab-button-ios-icon-size;
|
|
||||||
|
|
||||||
font-size: $tab-button-ios-icon-size;
|
font-size: $tab-button-ios-icon-size;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user