We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b46e25b commit f8581b0Copy full SHA for f8581b0
1 file changed
src/chat/group/Item/index.scss
@@ -13,16 +13,19 @@
13
&:hover {
14
cursor: pointer;
15
background-color: #EBECF0;
16
- .anticon-more {
+ .dtstack-icon {
17
display: block;
18
}
19
20
21
display: none;
22
23
&--selected {
24
background-color: #E8F1FF;
25
color: #1D78FF;
26
+ &:hover {
27
+ background-color: #E8F1FF;
28
+ }
29
30
&__input {
31
height: 24px;
0 commit comments