Skip to content

Commit f8581b0

Browse files
committed
fix: update conversation item style
1 parent b46e25b commit f8581b0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/chat/group/Item/index.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,19 @@
1313
&:hover {
1414
cursor: pointer;
1515
background-color: #EBECF0;
16-
.anticon-more {
16+
.dtstack-icon {
1717
display: block;
1818
}
1919
}
20-
.anticon-more {
20+
.dtstack-icon {
2121
display: none;
2222
}
2323
&--selected {
2424
background-color: #E8F1FF;
2525
color: #1D78FF;
26+
&:hover {
27+
background-color: #E8F1FF;
28+
}
2629
}
2730
&__input {
2831
height: 24px;

0 commit comments

Comments
 (0)