diff --git a/core/core-frontend/src/views/chart/components/editor/index.vue b/core/core-frontend/src/views/chart/components/editor/index.vue index dc7e59d09e..fdc9d9344a 100644 --- a/core/core-frontend/src/views/chart/components/editor/index.vue +++ b/core/core-frontend/src/views/chart/components/editor/index.vue @@ -4991,6 +4991,12 @@ span { :deep(.ed-select) { display: block; } + :deep(div.ed-select--dark div[data-key='customRoot'] li.is-disabled span) { + color: white; + } + :deep(div[data-key='customRoot'] li.is-disabled span) { + color: black; + } } .chart-type-select {