From 6f5721e5c98043518a9d619f4526a51757b3c751 Mon Sep 17 00:00:00 2001 From: Antonin Del Fabbro <30950182+AntoninDelFabbro@users.noreply.github.com> Date: Wed, 23 Aug 2023 15:51:07 +0200 Subject: [PATCH] [Glitch] Change opacity of the delete icon in the search field to be more visible Port b271c3da75e77a669d184633a4b7cf5a1b9867cb to glitch-soc Signed-off-by: Claire --- app/javascript/flavours/glitch/styles/components/search.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/flavours/glitch/styles/components/search.scss b/app/javascript/flavours/glitch/styles/components/search.scss index 3261efafdc..99ed697e37 100644 --- a/app/javascript/flavours/glitch/styles/components/search.scss +++ b/app/javascript/flavours/glitch/styles/components/search.scss @@ -159,6 +159,7 @@ &.active { transform: rotate(90deg); + opacity: 1; } &:hover {