mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
fix(button): buttons are now disabled during page transitions (#23589)
resolves #23588
This commit is contained in:
@ -62,7 +62,6 @@
|
|||||||
user-select: none;
|
user-select: none;
|
||||||
vertical-align: top; // the better option for most scenarios
|
vertical-align: top; // the better option for most scenarios
|
||||||
vertical-align: -webkit-baseline-middle; // the best for those that support it
|
vertical-align: -webkit-baseline-middle; // the best for those that support it
|
||||||
pointer-events: auto;
|
|
||||||
|
|
||||||
font-kerning: none;
|
font-kerning: none;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user