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;
|
||||
}
|
||||
}
|
||||
|
||||
&.is-disabled {
|
||||
|
||||
&.is-disabled,
|
||||
[disabled] {
|
||||
pointer-events: none;
|
||||
cursor: not-allowed;
|
||||
opacity: .33;
|
||||
|
|
Loading…
Reference in a new issue