# fixed box-shadow
This commit is contained in:
parent
ce52118621
commit
50aed3f9f0
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue