mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
fix(item-option): expand without shifting icon (#29661)
This commit is contained in:
@ -7,9 +7,6 @@
|
||||
:host {
|
||||
@include globals.padding(0);
|
||||
|
||||
min-width: globals.$ionic-scale-1600;
|
||||
height: globals.$ionic-scale-1600;
|
||||
|
||||
font-size: globals.$ionic-font-size-350;
|
||||
font-weight: globals.$ionic-font-weight-medium;
|
||||
|
||||
@ -18,6 +15,9 @@
|
||||
|
||||
.button-native {
|
||||
@include globals.padding(globals.$ionic-space-200);
|
||||
|
||||
min-width: globals.$ionic-scale-1600;
|
||||
height: globals.$ionic-scale-1600;
|
||||
}
|
||||
|
||||
::slotted([slot="top"]) {
|
||||
|
||||
Reference in New Issue
Block a user