diff --git a/packages/fineui/src/less/base/single/button/button.less b/packages/fineui/src/less/base/single/button/button.less index 80e53c7c3..6d96e3c83 100644 --- a/packages/fineui/src/less/base/single/button/button.less +++ b/packages/fineui/src/less/base/single/button/button.less @@ -2,7 +2,7 @@ @hoverVal: opacity .3s ease; @activeVal: transform .5s ease, opacity 1s ease; @activeStopVal: transform 0s; -.bi-button { +body .bi-button, #body .bi-button { &.hack { .border-radius(0px); } @@ -479,7 +479,7 @@ } } -.bi-theme-dark { +.bi-theme-dark, #body .bi-theme-dark { .bi-button { &.button-ignore { background-color: @color-bi-background-ignore-button-theme-dark;