Add some fixes

This commit is contained in:
Diego Smania 2021-05-16 12:23:38 -03:00
parent e106166fc6
commit 2aa1da0db3
2 changed files with 1 additions and 3 deletions

View file

@ -58,7 +58,6 @@
&:disabled {
color: $button-default-color;
background-color: $button-default-background-color;
border-color: $button-default-border-color;
}
}

View file

@ -60,9 +60,8 @@
&:disabled,
&.disabled {
background: $color linear-gradient(180deg, mix($body-bg, $color, 15%), $color) repeat-x !important;
background-image: none !important;
color: color-yiq($color);
border-color: $color;
}
}
}