better-hover

This commit is contained in:
Jordan Vidrine
2025-05-30 17:11:34 -05:00
parent fc6d1b5b9d
commit f243da716d
-17
View File
@@ -7,23 +7,6 @@
}
}
.user-menu .quick-access-panel,
.user-notifications-list {
li {
&.pending,
&.unread {
background: var(--d-hover);
.discourse-no-touch & {
&:hover,
&:focus {
background: var(--d-selected);
}
}
}
}
}
.user-menu.revamped .tabs-list .btn.active {
background: var(--d-hover);
}