fix style

fix cxd button--link disabled style
This commit is contained in:
RickCole21 2020-01-15 16:26:50 +08:00
parent 68d9d6af18
commit 6fadd99cb4
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,7 @@
border-color: $Button-onDisabled-borderColor;
@if variable-exists(Button-onDisabled-bg) {
background-color: $Button-onDisabled-bg !important;
background-color: $Button-onDisabled-bg;
}
@if variable-exists(Button-onDisabled-color) {
@ -305,6 +305,7 @@ fieldset:disabled a.#{$ns}Button {
&.is-disabled {
color: $text--muted-color;
pointer-events: none;
background-color: transparent;
}
}