GNOME Bugzilla – Bug 762593
Solid separator in gnome-tweak-tool header bar
Last modified: 2016-02-26 11:57:13 UTC
Created attachment 322222 [details] screenshot The separator in the header bar has become a solid line during the 3.19.x series. It's an obvious and prominent styling issue.
Seems like the blackness comes from a margin that I am able to suppress with setting the margin to 0 and setting either the backgrond-color or a gradient background-image in the Inspector. However something seems to have a higher specificity and the thing below doesn't work: headerbar + separator.vertical { //double headerbar separator (Contacts, Tweak Tool...) margin: 0; background-image: linear-gradient(to bottom, transparentize($borders_color,.98), transparentize($borders_color,.7)); } Lapo, can you take a look?
Fixed in commit 1a0b6568fa9536682ab2929041e6b7296484d219