Browse Source

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

research/test
chenzeyu 1 year ago
parent
commit
94d10d045e
  1. 2
      packages/fineui/src/less/base/single/button/button.less

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

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

Loading…
Cancel
Save