From a9ee728ea2130cdfae890b02e47f6f717b940165 Mon Sep 17 00:00:00 2001 From: maria-hambardzumian Date: Fri, 18 Oct 2024 05:06:31 +0400 Subject: [PATCH] EPMRPP-95797 || 'Make Decision' button is disabled for items with "Passed" status --- app/src/components/buttons/ghostButton/ghostButton.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/components/buttons/ghostButton/ghostButton.scss b/app/src/components/buttons/ghostButton/ghostButton.scss index 56e89f1fe7..a18f4ad5d5 100644 --- a/app/src/components/buttons/ghostButton/ghostButton.scss +++ b/app/src/components/buttons/ghostButton/ghostButton.scss @@ -64,7 +64,7 @@ } } - &.color-white { + &.color-white:not(.disabled) { background-color: $COLOR--topaz; border-color: $COLOR--topaz; color: $COLOR--white-two;