Browse Source

Pull request #3628: BI-115380 fix: 暗模式下按钮disabled时字体颜色被覆盖

Merge in VISUAL/fineui from ~ZOEY.CHEN/fineui:master to master

* commit 'e72fa072d6675961478eb848823c3c35245aef71':
  BI-115380 fix: 暗模式下按钮disabled时字体颜色被覆盖
  BI-115380 fix: 暗模式下按钮disabled时字体颜色被覆盖
  BI-115380 fix: 暗模式下按钮disabled时字体颜色被覆盖
research/test
Zoey.Chen-陈泽语 1 year ago
parent
commit
170060cc07
  1. 4
      packages/fineui/src/less/base/single/button/button.less

4
packages/fineui/src/less/base/single/button/button.less

@ -479,8 +479,8 @@ body .bi-button, #body .bi-button {
} }
} }
.bi-theme-dark { .bi-theme-dark, #body .bi-theme-dark {
.bi-button, #body .bi-button { .bi-button {
&.button-ignore { &.button-ignore {
background-color: @color-bi-background-ignore-button-theme-dark; background-color: @color-bi-background-ignore-button-theme-dark;
&:hover, &:focus { &:hover, &:focus {

Loading…
Cancel
Save