Fix #1689 -- Widget: disable buy button without selected products (#1692)

This commit is contained in:
Maico Timmerman
2020-06-10 17:58:10 +02:00
committed by GitHub
parent 45f120b0c3
commit ebb1cc1be7
2 changed files with 70 additions and 4 deletions

View File

@@ -56,6 +56,13 @@
@include tab-focus;
}
}
&.disabled,
&[disabled],
fieldset[disabled] & {
cursor: $cursor-disabled;
@include opacity(.65);
@include box-shadow(none);
}
}
input[type="text"], input[type="number"] {
line-height: normal;