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.
This commit is contained in:
jelveh
2026-07-19 09:26:54 -07:00
parent 65dc3b5f4c
commit 6643642aa7
+8
View File
@@ -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 {