1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-06 17:49:50 +08:00

Also define the standard property 'box-shadow'

This commit is contained in:
马云海 mayunhai () 2019-03-26 11:45:43 +08:00
parent 796fbd05b9
commit 92591df897

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;
}
}