Merge lp:~flexiondotorg/ubuntu-themes/xenial-icon-dim-lp1578810 into lp:ubuntu-themes/xenial

Proposed by Martin Wimpress 
Status: Rejected
Rejected by: Iain Lane
Proposed branch: lp:~flexiondotorg/ubuntu-themes/xenial-icon-dim-lp1578810
Merge into: lp:ubuntu-themes/xenial
Diff against target: 23 lines (+2/-0)
2 files modified
Ambiance/gtk-3.0/gtk-widgets.css (+1/-0)
Radiance/gtk-3.0/gtk-widgets.css (+1/-0)
To merge this branch: bzr merge lp:~flexiondotorg/ubuntu-themes/xenial-icon-dim-lp1578810
Reviewer Review Type Date Requested Status
Iain Lane Disapprove
Review via email: mp+308481@code.launchpad.net

Description of the change

This merge proposal fixes dimming of insensitive icons.

  * https://bugs.launchpad.net/ubuntu/+source/ubuntu-themes/+bug/1578810

Install `gtk-3-examples` and run `gtk3-widget-factory`, look at the toolbar on Page 2, the last icon (tooltip 'Insert something') is disabled and should be dimmed, but is not. After applying this merge proposal disabled icons are dimmed.

I have also reproduced this issue using:

  * Remmina (from the archive)
  * Wireshark (from the archive)
  * Eclipse (downloaded)

To reproduce with eclipse it has to be downloaded since the version in the archive uses GTK2+ for styling, and dims insensitive icons correctly.

To post a comment you must log in.
Revision history for this message
Iain Lane (laney) wrote :

I think this is the same as https://code.launchpad.net/~malaperle/ubuntu-themes/ubuntu-themes/+merge/294568 which came earlier, and we dropped the ball on reviewing.

Sorry :(

review: Disapprove
Revision history for this message
Roland Lohner (loczaj) wrote :

Thanks Martin. The patch solved the problem of undimmed buttons in Eclipse Neon.

Unmerged revisions

485. By Martin Wimpress 

Add -gtk-image-effect: dim; to insensitive icons. (LP: #1578810)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Ambiance/gtk-3.0/gtk-widgets.css'
2--- Ambiance/gtk-3.0/gtk-widgets.css 2016-07-07 14:08:37 +0000
3+++ Ambiance/gtk-3.0/gtk-widgets.css 2016-10-14 08:34:29 +0000
4@@ -2118,6 +2118,7 @@
5 *:insensitive {
6 color: shade (@bg_color, 0.6);
7 text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5);
8+ -gtk-image-effect: dim;
9 }
10
11 *:selected,
12
13=== modified file 'Radiance/gtk-3.0/gtk-widgets.css'
14--- Radiance/gtk-3.0/gtk-widgets.css 2016-07-07 14:08:37 +0000
15+++ Radiance/gtk-3.0/gtk-widgets.css 2016-10-14 08:34:29 +0000
16@@ -2132,6 +2132,7 @@
17 *:insensitive {
18 color: shade (@bg_color, 0.6);
19 text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5);
20+ -gtk-image-effect: dim;
21 }
22
23 *:selected,

Subscribers

People subscribed via source and target branches