fix(sidebar): highlight current conversation
This commit is contained in:
parent
69ae036f08
commit
1c1aee090c
@ -225,7 +225,7 @@
|
||||
.conversation-sidebar .conversation-item {
|
||||
position: relative;
|
||||
grid-template-columns: minmax(0, 1fr) 40px;
|
||||
margin: 0;
|
||||
margin: 1px 0;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
background: transparent !important;
|
||||
@ -328,7 +328,13 @@ body[data-theme='dark']
|
||||
}
|
||||
|
||||
.conversation-sidebar .conversation-item.active {
|
||||
background: transparent !important;
|
||||
background: var(--theme-tab-active, rgba(0, 0, 0, 0.055)) !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
:root[data-theme='dark'] .conversation-sidebar .conversation-item.active,
|
||||
body[data-theme='dark'] .conversation-sidebar .conversation-item.active {
|
||||
background: rgba(255, 255, 255, 0.078) !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user