re-add [disabled] styling to btn

This commit is contained in:
Felix Niklas 2015-06-29 13:17:43 +02:00
parent 32f4b5e1cd
commit 28b15109e6

View file

@ -302,7 +302,8 @@ span[data-tooltip]:hover:before {
} }
} }
&.is-disabled { &.is-disabled,
[disabled] {
pointer-events: none; pointer-events: none;
cursor: not-allowed; cursor: not-allowed;
opacity: .33; opacity: .33;