13 lines
246 B
SCSS
Raw Normal View History

2025-04-21 18:05:32 +08:00
.tui-contact-list-h5 {
.tui-contact-list-item {
.tui-contact-list-item-header {
cursor: none;
}
.tui-contact-list-item-header:active,
.tui-contact-list-item-main-item:active {
background-color: #eef0f3;
}
}
}