Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit bd90a326 authored by Akhil's avatar Akhil
Browse files

Fix highlighted file in files grid view

parent 70e585f4
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -776,10 +776,10 @@ body[data-dashboard-background="default"] #app-dashboard h2 {
}

.breadcrumb .canDrop > a,
#filestable tbody tr.canDrop,
#filestable.view-grid:not(.hidden) #fileList tr:not(.hidden).selected .thumbnail-wrapper,
#filestable.view-grid:not(.hidden) #fileList tr:not(.hidden).selected .fileactions,
#filestable.view-grid:not(.hidden) #fileList tr:not(.hidden).selected .nametext {
.files-filestable tbody tr.canDrop,
.files-filestable.view-grid:not(.hidden) .files-fileList tr:not(.hidden).highlighted .thumbnail-wrapper,
.files-filestable.view-grid:not(.hidden) .files-fileList tr:not(.hidden).highlighted .fileactions,
.files-filestable.view-grid:not(.hidden)  .files-fileList tr:not(.hidden).highlighted .nametext {
    background-color: var(--color-primary-light);
}