Cinnamon: Add visual differentiation for inactive pane in Nemo

This commit is contained in:
EliverLara
2021-05-19 13:01:04 -05:00
parent 1fb1c6a2cf
commit d8da5a5734
3 changed files with 13 additions and 0 deletions

View File

@@ -59,5 +59,10 @@
&:checked { @include button(active-header); }
}
}
.nemo-inactive-pane .view,
.nemo-inactive-pane iconview {
background-color: darken($base_color, 2%);
}
}