Skip to content

Commit

Permalink
Extra class to show item's hidden by default
Browse files Browse the repository at this point in the history
When they match the search query
  • Loading branch information
kr8n3r committed Feb 14, 2025
1 parent 70b2fde commit 8966f33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/assets/stylesheets/components/message.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ a {

&-hidden-by-default {
display: none;
&.visible-as-matches-search-query {
display: block;
}
}

&-without-ancestors {
Expand Down

0 comments on commit 8966f33

Please sign in to comment.