Change opacity of the delete icon in the search field to be more visible (#26449)

local
Antonin Del Fabbro 9 months ago committed by GitHub
parent f337008819
commit 9a8190da4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/javascript/styles/mastodon/components.scss

@ -5125,6 +5125,7 @@ a.status-card {
&.active {
transform: rotate(90deg);
opacity: 1;
}
&:hover {

Loading…
Cancel
Save