style: vxe-button color in hover

This commit is contained in:
xiaoxian521
2022-11-02 22:48:35 +08:00
parent 504b45783f
commit 20a1293a55
2 changed files with 3 additions and 2 deletions

View File

@@ -129,7 +129,7 @@ html.dark {
color: var(--el-text-color-primary);
}
.vxe-button.type--button.size--medium:hover {
.vxe-button.type--button:hover {
background: var(--el-color-primary) !important;
}