diff --git a/app/assets/stylesheets/shared_styles/elements/buttons.scss b/app/assets/stylesheets/shared_styles/elements/buttons.scss index df1f4cddc..18f996c98 100644 --- a/app/assets/stylesheets/shared_styles/elements/buttons.scss +++ b/app/assets/stylesheets/shared_styles/elements/buttons.scss @@ -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 {