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

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

.selected, not .highlighted

parent bd90a326
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -777,9 +777,9 @@ body[data-dashboard-background="default"] #app-dashboard h2 {

.breadcrumb .canDrop > a,
.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 {
.files-filestable.view-grid:not(.hidden) .files-fileList tr:not(.hidden).selected .thumbnail-wrapper,
.files-filestable.view-grid:not(.hidden) .files-fileList tr:not(.hidden).selected .fileactions,
.files-filestable.view-grid:not(.hidden)  .files-fileList tr:not(.hidden).selected .nametext {
    background-color: var(--color-primary-light);
}