After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 762593 - Solid separator in gnome-tweak-tool header bar
Solid separator in gnome-tweak-tool header bar
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Themes
3.19.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2016-02-24 10:21 UTC by Allan Day
Modified: 2016-02-26 11:57 UTC
See Also:
GNOME target: 3.20
GNOME version: ---


Attachments
screenshot (1.62 MB, image/png)
2016-02-24 10:21 UTC, Allan Day
Details

Description Allan Day 2016-02-24 10:21:54 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.
Comment 1 Jakub Steiner 2016-02-24 11:11:51 UTC
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?
Comment 2 Lapo Calamandrei 2016-02-26 11:57:13 UTC
Fixed in commit 1a0b6568fa9536682ab2929041e6b7296484d219