Skip to content

Commit 8d8d267

Browse files
committed
fix: fix author card style
1 parent d7e82ea commit 8d8d267

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

client/app/components/usage/authors_list/AuthorListItem.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
display: block;
33
margin-bottom: $spacing-16;
44

5-
a::before {
5+
a::before,
6+
a:hover::before {
67
background-image: none;
78
}
89

0 commit comments

Comments
 (0)