fix(notifications): override notification bell hover to maintain consistency with legacy webGUI

This commit is contained in:
Ajit Mehrotra
2025-12-09 13:43:33 -05:00
parent 1000976296
commit c21ecc7cb7
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
// Objective: avoid hard-coded custom colors wherever possible, letting our theme system manage
// styling consistently. During the migration from the legacy WebGUI, some components still depend
// on specific colors to maintain visual continuity. This config file centralizes all temporary
// overrides required for that transition.
//
// Pending migration cleanup:
// - Notifications/Sidebar.vue → notification bell has temporary custom hover color to match legacy styles.
export default {
ui: {
colors: {

View File

@@ -160,7 +160,7 @@ const tabs = computed(() => [
<UButton
variant="ghost"
color="neutral"
class="text-inverted hover:text-current"
class="text-inverted hover:bg-[color-mix(in_oklab,hsl(var(--accent))_20%,transparent)]"
@click="
() => {
isOpen = true;