mirror of
https://github.com/HeyPuter/puter.git
synced 2026-08-23 22:47:19 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user