Browse Source

Pull request #291117: BI-157020 fix: 深色模式下clear的按钮带有背景色

Merge in DEC/fineui from ~ZOEY.CHEN/fineui_:feature/x to feature/x

* commit '70398dc69359fc5fa36c2fa8107f223dff230db6':
  BI-157020 fix: 深色模式下clear的按钮带有背景色
master
Zoey.Chen-陈泽语 1 month ago
parent
commit
2541b80dda
  1. 4
      packages/fineui/src/less/base/single/button/button.less

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

@ -580,6 +580,10 @@ body .bi-button, #body .bi-button {
.bi-button {
background-color: @color-bi-background-button-theme-dark;
&.clear {
background-color: transparent;
}
&.button-ignore {
background-color: @color-bi-background-ignore-button-theme-dark;

Loading…
Cancel
Save