From cd6e5f7905465fb8e976459ac9285e7a7ea6d0c0 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud <79562285+wangdan-fit2cloud@users.noreply.github.com> Date: Fri, 14 Jul 2023 11:38:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E6=9A=97=E8=89=B2?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E4=B8=8B=E7=A6=81=E7=94=A8=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=20(#1663)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What this PR does / why we need it? #### Summary of your change #### Please indicate you've done the following: - [ ] Made sure tests are passing and test coverage is added if needed. - [ ] Made sure commit message follow the rule of [Conventional Commits specification](https://www.conventionalcommits.org/). - [ ] Considered the docs impact and opened a new docs issue or PR with docs changes if needed. --- frontend/src/styles/element-dark.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/styles/element-dark.scss b/frontend/src/styles/element-dark.scss index 9ee20f6be..512b74157 100644 --- a/frontend/src/styles/element-dark.scss +++ b/frontend/src/styles/element-dark.scss @@ -306,4 +306,7 @@ html.dark { background-color: rgb(56, 59, 59); color: var(--el-color-warning); } + .el-dropdown-menu__item.is-disabled { + color: var(--panel-button-disabled); + } }