From e66993879395c084b1b490dd053da58675bbb550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Thu, 4 Nov 2021 19:28:23 +0100 Subject: [PATCH] Fix icons opacity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/styles/components/modal.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/styles/components/modal.scss b/app/styles/components/modal.scss index 2c3061c60..cf77960c5 100644 --- a/app/styles/components/modal.scss +++ b/app/styles/components/modal.scss @@ -572,8 +572,9 @@ display: flex; align-items: center; padding: 13px 10px 12px; - color: var(--primary-text-color--faint); + color: var(--primary-text-color); text-decoration: none; + opacity: 0.6; &, button { @@ -582,8 +583,9 @@ &.active, &:hover, - &:active, &:focus { + opacity: 1; + &, button { background: var(--background-color);