fix(login): fix auto fill style in dark-theme

修复黑暗主题下的自动填充表单域样式
This commit is contained in:
无木
2021-07-23 09:33:14 +08:00
parent 525484e7a4
commit cebc6a590e
4 changed files with 28 additions and 4 deletions

View File

@@ -140,6 +140,12 @@
color: #fff;
}
}
input.fix-auto-fill,
.fix-auto-fill input {
-webkit-text-fill-color: #c9d1d9 !important;
box-shadow: inherit !important;
}
}
.@{prefix-cls} {