Skip to content

Commit e18b810

Browse files
committed
refactor: add badge hover style
1 parent afc775f commit e18b810

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

client/src/components/ArticleList/index.module.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
border-radius: var(--border-radius);
44
box-shadow: var(--box-shadow);
55
margin-top: 1rem;
6-
76
}
87

98
.articleItem {
@@ -29,6 +28,9 @@
2928

3029
.antBadge {
3130
margin-left: 4px;
31+
&:hover {
32+
opacity: 0.7;
33+
}
3234
> * {
3335
margin-left: 4px;
3436
}

0 commit comments

Comments
 (0)