fix(element-plus.scss): 修复按钮active状态下色值问题

This commit is contained in:
郝先瑞
2022-03-08 23:14:00 +08:00
parent c280174a0f
commit 186c234c62

View File

@@ -17,11 +17,6 @@
--el-tag-hover-color: var(--el-color-primary);
}
.el-button--default:active {
color: var(--el-color-primary-dark) !important;
border-color: var(--el-color-primary-dark) !important;
}
.el-button--primary {
--el-button-text-color: var(--el-color-white) !important;
--el-button-bg-color: var(--el-color-primary) !important;