Skip to content

Commit c0f449e

Browse files
authored
Merge pull request #8182 from michaelchadwick/frontend-5743-fix-user-search-hover-color
fix user search hover color
2 parents a5d8983 + 860e051 commit c0f449e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/frontend/app/components/manage-users-summary.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
</li>
8383
{{/if}}
8484
{{#if (eq result.type "user")}}
85-
<li class="user">
85+
<li class="user clickable">
8686
<button
8787
class="link-button"
8888
type="button"

0 commit comments

Comments
 (0)