Skip to content

Commit b41afc1

Browse files
authored
style: Fixed an issue with autofill style exceptions in dark backgrounds (#8333)
1 parent afbfd6b commit b41afc1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

frontend/src/styles/element-dark.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,9 @@ html.dark {
177177
background-color: var(--panel-main-bg-color-1);
178178
transition: background-color 1000s ease-out 0.5s;
179179
}
180+
.el-form-item .el-input__inner:-webkit-autofill {
181+
-webkit-text-fill-color: var(--el-text-color-regular) !important;
182+
}
180183

181184
.el-input.is-disabled .el-input__wrapper {
182185
--el-disabled-bg-color: var(--panel-main-bg-color-9);

0 commit comments

Comments
 (0)