mirror of
https://github.com/unraid/api.git
synced 2026-01-01 06:01:18 -06:00
fix(notifications): override notification bell hover to maintain consistency with legacy webGUI
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user