Darken add-button on hover

This commit is contained in:
Maikel Linke
2020-08-31 11:59:09 +10:00
parent 41ab84c8f9
commit de9b10b227

View File

@@ -22,6 +22,9 @@ button.add-variant, button.variant-quantity {
padding: 0;
transition: none;
&:hover {
background-color: $orange-600;
}
&[disabled] {
&:hover, &:focus {
background-color: $orange-500;