mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-28 11:14:24 +08:00
Fix pointer event
This commit is contained in:
parent
d9038e6f7f
commit
cb8070c012
1 changed files with 1 additions and 2 deletions
|
@ -140,9 +140,8 @@
|
|||
&.disabled,
|
||||
&:disabled {
|
||||
color: $color-silver-chalice;
|
||||
cursor: not-allowed;
|
||||
cursor: auto;
|
||||
opacity: .5;
|
||||
pointer-events: auto !important;
|
||||
|
||||
&.btn-primary,
|
||||
&.btn-danger {
|
||||
|
|
Loading…
Reference in a new issue