Skip to content

Commit

Permalink
refactor: add badge hover style
Browse files Browse the repository at this point in the history
  • Loading branch information
fecommunity committed Dec 8, 2024
1 parent afc775f commit e18b810
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/src/components/ArticleList/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
border-radius: var(--border-radius);
box-shadow: var(--box-shadow);
margin-top: 1rem;

}

.articleItem {
Expand All @@ -29,6 +28,9 @@

.antBadge {
margin-left: 4px;
&:hover {
opacity: 0.7;
}
> * {
margin-left: 4px;
}
Expand Down

0 comments on commit e18b810

Please sign in to comment.