Fix pointer event

This commit is contained in:
Mojca Lorber 2020-07-09 14:25:54 +02:00
parent d9038e6f7f
commit cb8070c012

View file

@ -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 {