Grey out disabled bulk quantity buttons

Since they are further away from each other, the colour difference has
to be stronger to be recognised.
This commit is contained in:
Maikel Linke
2020-10-07 16:55:24 +11:00
parent ec1887544e
commit a3e83f2f70

View File

@@ -83,7 +83,15 @@ button.bulk-buy.variant-quantity {
}
button.bulk-buy-add.variant-quantity {
width: 2.5rem
width: 2.5rem;
&[disabled] {
background-color: $grey-400;
&:hover, &:focus {
background-color: $grey-400;
}
}
}
span.bulk-buy.variant-quantity {