From 4266557366977534a4fba24922904ac51aaae74d Mon Sep 17 00:00:00 2001 From: MAZE Date: Wed, 11 Oct 2023 20:54:03 +0330 Subject: [PATCH] style: remove opacity effect on disabled --- src/components/buttons/buttons.module.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 {