re-add [disabled] styling to btn
This commit is contained in:
parent
32f4b5e1cd
commit
28b15109e6
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue