Cinnamon: Add visual differentiation for inactive pane in Nemo

This commit is contained in:
EliverLara
2021-05-19 13:01:04 -05:00
parent 628db5eaf2
commit d3aa7ac6c1
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%);
}
}