fix(theme-chalk): [el-input] textarea focus & hover border color (#3403)

This commit is contained in:
Aex 2021-09-15 22:25:03 +08:00 committed by GitHub
parent 58585bf87d
commit 3a84382f2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@
&:hover {
border-color: var(
--el-input-hover-border,
map.get($--input, 'hover-color')
map.get($--input, 'hover-border')
);
}
@ -55,7 +55,7 @@
outline: none;
border-color: var(
--el-input-focus-border,
map.get($--input, 'focus-color')
map.get($--input, 'focus-border')
);
}
}