diff --git a/src/components/buttons/buttons.module.css b/src/components/buttons/buttons.module.css index 7426058..596bff5 100644 --- a/src/components/buttons/buttons.module.css +++ b/src/components/buttons/buttons.module.css @@ -27,8 +27,7 @@ &:disabled, &.disabled { - cursor: default; - opacity: 0.8; + cursor: not-allowed; } & span { @@ -57,8 +56,7 @@ &:disabled, &.disabled { - cursor: default; - opacity: 0.8; + cursor: not-allowed; } &.restore {