mirror of
https://gitee.com/honghuangdc/soybean-admin-element-plus.git
synced 2025-12-30 10:22:25 +00:00
style(styles): 💄 set transpatent bg for ElButton in dark theme (#6)
This commit is contained in:
@@ -36,6 +36,13 @@ html.dark:root {
|
||||
|
||||
--el-menu-item-height: 42px;
|
||||
}
|
||||
html.dark:root {
|
||||
--el-color-primary-light-9: transparent;
|
||||
--el-color-success-light-9: transparent;
|
||||
--el-color-warning-light-9: transparent;
|
||||
--el-color-info-light-9: transparent;
|
||||
--el-color-danger-light-9: transparent;
|
||||
}
|
||||
|
||||
.bg-inverted {
|
||||
.el-menu {
|
||||
|
||||
Reference in New Issue
Block a user