[Breeze] [Bug 422866] In GtkAssistant's left sidebar, normal text is overlapped by black foreground

2020-06-25 Thread Ilhan Yesil
https://bugs.kde.org/show_bug.cgi?id=422866

--- Comment #4 from Ilhan Yesil  ---
This is a german extension for libreoffice, so I can't provide a translation.
In this example, the third selection has three items. 

I've take a look in /usr/share/themes/Breeze/gtk-3.20/gtk.css:

If I add one line, I've a correct display:

assistant .sidebar {
  background-color: @theme_fg_color;
  border-top: 1px solid @borders; }
  assistant .sidebar:backdrop {
background-color: @theme_fg_color;
border-color: @borders; }
assistant.csd .sidebar {
  border-top-style: none; }
assistant .sidebar label {
  padding: 6px 12px; 
  background-color: @theme_bg_color;  << added line
}
assistant .sidebar label.highlight {
  background-color: @extra_dull_borders; }

-- 
You are receiving this mail because:
You are watching all bug changes.

[Breeze] [Bug 422866] In GtkAssistant's left sidebar, normal text is overlapped by black foreground

2020-06-25 Thread Ilhan Yesil
https://bugs.kde.org/show_bug.cgi?id=422866

--- Comment #3 from Ilhan Yesil  ---
Created attachment 129660
  --> https://bugs.kde.org/attachment.cgi?id=129660=edit
Text can be seen if background color is set

-- 
You are receiving this mail because:
You are watching all bug changes.

[Breeze] [Bug 422866] In GtkAssistant's left sidebar, normal text is overlapped by black foreground

2020-06-25 Thread Ilhan Yesil
https://bugs.kde.org/show_bug.cgi?id=422866

--- Comment #2 from Ilhan Yesil  ---
Created attachment 129659
  --> https://bugs.kde.org/attachment.cgi?id=129659=edit
Text overlapped with black background

-- 
You are receiving this mail because:
You are watching all bug changes.

[Breeze] [Bug 422866] In GtkAssistant's left sidebar, normal text is overlapped by black foreground

2020-06-12 Thread Ilhan Yesil
https://bugs.kde.org/show_bug.cgi?id=422866

Ilhan Yesil  changed:

   What|Removed |Added

 OS|Other   |Linux

-- 
You are receiving this mail because:
You are watching all bug changes.

[Breeze] [Bug 422866] New: In GtkAssistant's left sidebar, normal text is overlapped by black foreground

2020-06-12 Thread Ilhan Yesil
https://bugs.kde.org/show_bug.cgi?id=422866

Bug ID: 422866
   Summary: In GtkAssistant's left sidebar, normal text is
overlapped by black foreground
   Product: Breeze
   Version: unspecified
  Platform: Debian testing
OS: Other
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: gtk theme
  Assignee: uhh...@gmail.com
  Reporter: ilhanye...@gmx.de
  Target Milestone: ---

SUMMARY
If GtkAssistant is used in a dialog, in GtkAssistant's left sidebar, normal
text is overlapped by black foreground

STEPS TO REPRODUCE
1. Open a dialog with GtkAssistant
2. Add some items

OBSERVED RESULT
Only the first, selected item is visible, the other items are invisible because
they are overlapped by a black foreground.

EXPECTED RESULT
All items should be visible.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Debian 10 buster
(available in About System)
KDE Plasma Version: 5.14.5
KDE Frameworks Version: 5.54.0
Qt Version: 5.11.3

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.