# fixed box-shadow

This commit is contained in:
xianfuxing 2018-07-24 19:41:39 +08:00
parent ce52118621
commit 50aed3f9f0
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ $light_gray:#eee;
color: $light_gray;
height: 47px;
&:-webkit-autofill {
box-shadow: 0 0 0px 1000px $bg inset !important;
-webkit-box-shadow: 0 0 0px 1000px $bg inset !important;
-webkit-text-fill-color: #fff !important;
}