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

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