From 406f3942a94c50003219a2738520d98a4053b4c4 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 9a8190da4a7a5bd74df36ae076573e014b254ef0 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 {