mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-07 17:07:19 +08:00
style: vxe-button
color in hover
This commit is contained in:
parent
504b45783f
commit
20a1293a55
@ -129,7 +129,7 @@ html.dark {
|
|||||||
color: var(--el-text-color-primary);
|
color: var(--el-text-color-primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
.vxe-button.type--button.size--medium:hover {
|
.vxe-button.type--button:hover {
|
||||||
background: var(--el-color-primary) !important;
|
background: var(--el-color-primary) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -20,7 +20,8 @@
|
|||||||
filter: invert(80%);
|
filter: invert(80%);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 重置 vxe-table 中 pager 样式 */
|
/* 重置 vxe-table 样式 */
|
||||||
|
.vxe-button.type--button.theme--primary:hover,
|
||||||
.vxe-pager .vxe-pager--num-btn:not(.is--disabled).is--active {
|
.vxe-pager .vxe-pager--num-btn:not(.is--disabled).is--active {
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user