From b271c3da75e77a669d184633a4b7cf5a1b9867cb 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] Change opacity of the delete icon in the search field to be more visible (#26449) --- app/javascript/styles/mastodon/components.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 664f6ca02b..7e7bf4488c 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -5125,6 +5125,7 @@ a.status-card { &.active { transform: rotate(90deg); + opacity: 1; } &:hover {