From 6643642aa7a2296ffdc2bf42a8ecdfc9d6eec8d4 Mon Sep 17 00:00:00 2001 From: jelveh Date: Sun, 19 Jul 2026 09:26:54 -0700 Subject: [PATCH] Fix item-more color for selected rows in dashboard Ensure the item-more icon uses the correct sidebar item color when a dashboard file row is selected, including on hover. --- src/gui/src/css/dashboard.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/gui/src/css/dashboard.css b/src/gui/src/css/dashboard.css index bbcc565b3..bb120a918 100644 --- a/src/gui/src/css/dashboard.css +++ b/src/gui/src/css/dashboard.css @@ -1712,6 +1712,14 @@ body.myapps-reordering .myapps-tile { .dashboard-section-files .row:hover .item-more { color: var(--dashboard-text); } + + .dashboard-section-files .row.selected:hover .item-more { + color: var(--primary-color-sidebar-item); + } +} + +.dashboard-section-files .row.selected .item-more { + color: var(--primary-color-sidebar-item); } .dashboard-section-files.ui-draggable-dragging {