Cinnamon: Add visual differentiation for inactive pane in Nemo

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

View File

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