Dimmer text for :not(:checked) path-bar buttons. There are some issues though, When you click popover few times, at some point button:checked doesn’t have bold font. Here note how “apt” got inactive even when nautilus is in focus. I can even reproduce this with Yaru.
Update: After posting this I just found out nautilus is somewhat going back4 to old (3.26) path-bar design.
Ahaha! Well, that is the downside of being “downstream” - but hey, it’s just css so
Well, good news that design works with 3.26 and 3.30+
Edit: “I’ve heard” that the new gnome stack should land on disco dailies soon, so we could test it
And on topic: I would vote for the 2) But it’s very subjective ofc
Nautilus 3.31.90 was just uploaded to Ubuntu 19.04 a few days ago so you may want to check that your work still works with that version. GNOME is now in UI Freeze so Nautilus is not supposed to change again for the rest of the GNOME 3.32 release series.
They removed the active state for right most button in 3.31? I mean it actually breaks the headerbar button:checked styles. To override we now have to use .nautilus-path-bar button:last-child ? In Ambiance we want to box-shadow to right most button same as any headerbar button in checked/active state.
Is this before or after the pull @frederik-f made ?
What does not work nautilus-path-bar button:active ( or :drop:(active)) which worked for 3.30. For 3.31 we need to use :last-child which is linked button styles but then it doesn’t even respect the generic linked button styles.
For ambiance it might be worth checking the upstream gtk-generated.css files of the gtk repository. Maybe you have the lines you need right there if you don’t want to use the Yaru flat style.