diff --git a/core/core-frontend/src/components/visualization/LinkJumpSet.vue b/core/core-frontend/src/components/visualization/LinkJumpSet.vue index f61dd67b3d..24537eeffc 100644 --- a/core/core-frontend/src/components/visualization/LinkJumpSet.vue +++ b/core/core-frontend/src/components/visualization/LinkJumpSet.vue @@ -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)); } diff --git a/core/core-frontend/src/views/template/component/DeTemplateList.vue b/core/core-frontend/src/views/template/component/DeTemplateList.vue index a2b215bb1d..550a5e4f56 100644 --- a/core/core-frontend/src/views/template/component/DeTemplateList.vue +++ b/core/core-frontend/src/views/template/component/DeTemplateList.vue @@ -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 {