[bugfix] Dialog: blurry text after scale animation (#2300)

This commit is contained in:
neverland 2018-12-15 17:36:22 +08:00 committed by GitHub
parent fea65f6858
commit fd88a29bfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@
border-radius: 4px;
background-color: @white;
transform: translate3d(-50%, -50%, 0);
backface-visibility: hidden; // avoid blurry text after scale animation
&__header {
font-weight: 500;