diff --git a/app/styles/shared/buttons.module.css b/app/styles/shared/buttons.module.css index f5bf2589bf3..0a7821e6b71 100644 --- a/app/styles/shared/buttons.module.css +++ b/app/styles/shared/buttons.module.css @@ -55,6 +55,7 @@ &[disabled] { background: linear-gradient(to bottom, var(--bg-color-top-light) 0%, var(--bg-color-bottom-light) 100%); color: var(--disabled-text-color) !important; + cursor: not-allowed; } }