From 260eb4d4c8ff9cc622f56cc9bc23e309b6c81eed Mon Sep 17 00:00:00 2001 From: Edouard Vanbelle Date: Mon, 13 Apr 2026 11:04:43 +0200 Subject: [PATCH] refactor(css): merge context menu for dark theme --- static/css/themes/dark.css | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/static/css/themes/dark.css b/static/css/themes/dark.css index f66bf3a0..e4ca0134 100644 --- a/static/css/themes/dark.css +++ b/static/css/themes/dark.css @@ -144,36 +144,6 @@ background-color: #475569; } -[data-theme="dark"] .context-menu { - background: #1e293b; - border-color: #334155; - box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5); -} - -[data-theme="dark"] .context-menu-item { - color: #cbd5e1; -} - -[data-theme="dark"] .context-menu-item:hover { - background: #334155; -} - -[data-theme="dark"] .context-menu-item:active { - background: #475569; -} - -[data-theme="dark"] .context-menu-item i { - color: #94a3b8; -} - -[data-theme="dark"] .context-menu-item-danger:hover { - background: rgba(239, 68, 68, 0.1); -} - -[data-theme="dark"] .context-menu-separator { - background: #334155; -} - [data-theme="dark"] .search-results-header h3 { color: #f1f5f9; }