mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
Highlight chat folder with open context menu
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
}
|
||||
|
||||
.module-message:hover .module-message__buttons,
|
||||
.module-message__buttons:has([data-state='open']) {
|
||||
.module-message__buttons:has([data-axo-contextmenu-state='open']) {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
@@ -5046,7 +5046,7 @@ button.module-calling-participants-list__contact {
|
||||
}
|
||||
|
||||
&:hover:not(:disabled, &--disabled, &--is-selected),
|
||||
&[data-state='open'] {
|
||||
&[data-axo-contextmenu-state='open'] {
|
||||
background-color: light-dark(
|
||||
variables.$color-gray-05,
|
||||
variables.$color-gray-75
|
||||
|
||||
Reference in New Issue
Block a user