stylesheets/forms/_buttons.scss in pusher-chameleon-1.4.2 vs stylesheets/forms/_buttons.scss in pusher-chameleon-1.4.3
- old
+ new
@@ -173,10 +173,11 @@
&:active {
background: darken($color-slate, 5%);
}
}
- &--disabled {
+ &--disabled,
+ &:disabled {
cursor: not-allowed;
opacity: .7;
background: #d4d4d4;
border: 1px solid darken(#d4d4d4, 10%);
color: #444444;
\ No newline at end of file