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

@ -301,8 +301,9 @@ span[data-tooltip]:hover:before {
margin-right: 5px; margin-right: 5px;
} }
} }
&.is-disabled { &.is-disabled,
[disabled] {
pointer-events: none; pointer-events: none;
cursor: not-allowed; cursor: not-allowed;
opacity: .33; opacity: .33;