Also define the standard property 'box-shadow'

pull/1776/head
马云海 mayunhai () 2019-03-26 11:45:43 +08:00
parent 796fbd05b9
commit 92591df897
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ export default {
height: 47px;
caret-color: $cursor;
&:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px $bg inset !important;
box-shadow: 0 0 0px 1000px $bg inset !important;
-webkit-text-fill-color: $cursor !important;
}
}