fix(button): buttons are now disabled during page transitions (#23589)

resolves #23588
This commit is contained in:
Liam DeBeasi
2021-07-09 09:27:11 -04:00
committed by GitHub
parent 9021e7cc4b
commit 3b803ebe02

View File

@ -62,7 +62,6 @@
user-select: none;
vertical-align: top; // the better option for most scenarios
vertical-align: -webkit-baseline-middle; // the best for those that support it
pointer-events: auto;
font-kerning: none;
}