Skip to content

Commit cd6e5f7

Browse files
fix: 优化暗色背景下禁用按钮样式 (#1663)
#### 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.
1 parent b96e988 commit cd6e5f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

frontend/src/styles/element-dark.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,4 +306,7 @@ html.dark {
306306
background-color: rgb(56, 59, 59);
307307
color: var(--el-color-warning);
308308
}
309+
.el-dropdown-menu__item.is-disabled {
310+
color: var(--panel-button-disabled);
311+
}
309312
}

0 commit comments

Comments
 (0)