forked from github/dataease
fix(系统设置): 自定义主题颜色没有同步 #11340
This commit is contained in:
parent
a3322fe0d6
commit
c692eeee46
@ -913,7 +913,7 @@ defineExpose({
|
||||
}
|
||||
|
||||
.item-dimension:hover {
|
||||
border: 1px solid var(--blue-500, #3370ff);
|
||||
border: 1px solid var(--ed-color-primary, #3370ff);
|
||||
background: var(--ed-color-primary-1a, rgba(51, 112, 255, 0.1));
|
||||
}
|
||||
|
||||
|
@ -205,8 +205,8 @@ defineExpose({
|
||||
}
|
||||
|
||||
li.select {
|
||||
background: var(--deWhiteHover, #e0eaff) !important;
|
||||
color: var(--TextActive, #3370ff) !important;
|
||||
background: var(--ed-color-primary-1a, #e0eaff) !important;
|
||||
color: var(--ed-color-primary, #3370ff) !important;
|
||||
}
|
||||
|
||||
.de-btn-fix {
|
||||
|
Loading…
Reference in New Issue
Block a user