From 9a8190da4a7a5bd74df36ae076573e014b254ef0 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 664f6ca02..7e7bf4488 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 {