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.
pull/1666/head
wangdan-fit2cloud 1 year ago committed by GitHub
parent b96e988f20
commit cd6e5f7905
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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);
}
}

Loading…
Cancel
Save