mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(menu-button): move font-size to host for easier customization (#18699)
fixes #18667
This commit is contained in:
@ -11,6 +11,8 @@
|
||||
--padding-end: 5px;
|
||||
|
||||
height: 32px;
|
||||
|
||||
font-size: 31px;
|
||||
}
|
||||
|
||||
:host(.activated) {
|
||||
@ -23,10 +25,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
ion-icon {
|
||||
font-size: 31px;
|
||||
}
|
||||
|
||||
|
||||
// Menu Button Color: Focused
|
||||
// --------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user