Highlight chat folder with open context menu

This commit is contained in:
Jamie
2025-11-12 19:51:15 -08:00
committed by GitHub
parent b29aedf1c8
commit 8e79bb5050
11 changed files with 138 additions and 100 deletions

View File

@@ -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