gtk/nemo: Drop workaround for ugly spacing in older versions
This is no longer needed as upstream removed the spacing since 3.8.0.
This is no longer needed as upstream removed the spacing since 3.8.0.
by roundabout, Saturday, 13 June 2020, 01:28:56 (1592011736), pushed by roundabout, Sunday, 11 May 2025, 13:22:53 (1746969773)
Author identity: nana-4 <hnmaigo@gmail.com>
3c373d906ee1ac8d79cc0ce762bbcbff9117f84e
.view:not(:selected) { background-color: transparent; }
}
infobar { margin-top: -6px; }
infobar {
// The ugly 6px spacing has been removed since 3.8.0
// margin-top: -6px;
}
// Inactive F3 pane shading
.nemo-inactive-pane .view:not(:selected) { background-color: $base-alt; }