mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
Merge pull request #2919 from dataease/pr@dev@fix_panel-canvas
fix(Xpack): 修复黑色主题下权限配置选择配置项时没有聚焦颜色的问题
This commit is contained in:
commit
3377a0b6db
@ -539,7 +539,7 @@ div:focus {
|
||||
}
|
||||
|
||||
.blackTheme .is-current>.el-tree-node__content {
|
||||
background-color: var(--MenuActiveBG) !important;
|
||||
background-color: var(--MenuActiveBG, #ecf5ff) !important;
|
||||
}
|
||||
|
||||
.blackTheme .el-collapse-item__header {
|
||||
@ -871,7 +871,7 @@ div:focus {
|
||||
.el-tabs__header {
|
||||
margin: 0 0 12px !important;
|
||||
}
|
||||
|
||||
|
||||
.el-tabs__item {
|
||||
height: 24px !important;
|
||||
line-height: 24px !important;
|
||||
@ -994,7 +994,7 @@ div:focus {
|
||||
|
||||
|
||||
|
||||
.de-form-item {
|
||||
.de-form-item {
|
||||
.el-form-item__label {
|
||||
width: 100% !important;
|
||||
text-align: left;
|
||||
@ -1173,4 +1173,4 @@ div:focus {
|
||||
}
|
||||
.tox {
|
||||
border-radius: 4px !important;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user