Bug 414391

Summary: treeview.view.expander color in breeze-gtk
Product: [Plasma] Breeze Reporter: Beurt <bmarne>
Component: gtk themeAssignee: Janet Blackquill <uhhadd>
Status: RESOLVED FIXED    
Severity: normal CC: nate, rullger, web
Priority: NOR    
Version: 5.17.3   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In: 5.17.4

Description Beurt 2019-11-22 11:32:13 UTC
SUMMARY
When using Thunderbird, treeview icons are white on a white background (not visible)

It makes Thunderbird barely unusable.

Fetching gtk.css for the bug, I identified this issue:

treeview.view.expander {
    min-width: 16px;
    min-height: 16px;
    -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
    color: @theme_base_fg_color; }

The color @theme_base_fg_color is undefined and should be #31363b for instance.
Comment 1 Nate Graham 2019-11-22 13:30:35 UTC
*** Bug 413146 has been marked as a duplicate of this bug. ***
Comment 2 Nate Graham 2019-11-22 13:30:38 UTC
*** Bug 407920 has been marked as a duplicate of this bug. ***
Comment 3 Janet Blackquill 2019-11-23 17:33:19 UTC
Git commit 8c16c196149140675ecf7b042e4d24077e4fd752 by Carson Black.
Committed on 23/11/2019 at 17:32.
Pushed by cblack into branch 'Plasma/5.17'.

[GTK3] Fix invalid colour name in treeview

Summary:
Treeview used an invalid colour: `@theme_base_fg_color` instead of `@theme_fg_color`.
FIXED-IN: 5.17.4

Test Plan: See that 414391 is fixed.

Reviewers: #breeze, #vdg

Subscribers: plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D25476

M  +1    -1    src/gtk3/widgets/_treeview.scss

https://commits.kde.org/breeze-gtk/8c16c196149140675ecf7b042e4d24077e4fd752