Tweak nautilus 3.30 pathbar

Improve nautilus pathbar appearance after the redesign introduced in
the 3.30 update.

Since nautilus 3.30 requires gtk 3.22, it should be safe to omit the
tweak from 3.18 version of the gtk3 theme.
master
Joonas Henriksson 2018-09-30 22:53:03 +03:00
parent 86e43a874c
commit 14d61230c0
1 changed files with 6 additions and 0 deletions

View File

@ -66,6 +66,12 @@ terminal-window,
background-color: $base_color;
}
// Pathbar for nautilus >=3.30
.nautilus-window .path-bar>box>button {
margin: 0 4px;
padding: 0 2px;
}
button.nautilus-circular-button.image-button {
@extend button.circular;
}