Bug 414391 - treeview.view.expander color in breeze-gtk
Summary: treeview.view.expander color in breeze-gtk
Status: RESOLVED FIXED
Alias: None
Product: Breeze
Classification: Plasma
Component: gtk theme (show other bugs)
Version: 5.17.3
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Janet Blackquill
URL:
Keywords:
: 407920 413146 (view as bug list)
Depends on:
Blocks:
 
Reported: 2019-11-22 11:32 UTC by Beurt
Modified: 2019-11-23 17:33 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.17.4


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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