Black borders around disabled buttons in Nautilus while using Radiance

Bug #1639443 reported by Kristijan Puljek
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Ubuntu theme
New
Undecided
Unassigned

Bug Description

I have this weird black border around inactive elements in Nautilus ever since I upgraded to 16.10.

Steps to reproduce:
Switch to Radiance

Revision history for this message
Kristijan Puljek (sampleofsoul) wrote :
Revision history for this message
Kristijan Puljek (sampleofsoul) wrote :

Found the culprit. In Radiance's gtk-3.20/gtk-widgets.css I commented out the border-image-source under .primary-toolbar button:disabled:

.primary-toolbar button:disabled,
headerbar button:disabled {
    background-image: -gtk-gradient (linear, left top, left bottom,
                                     from (shade (@dark_bg_color, 1.01)),
                                     to (shade (@dark_bg_color, 0.99)));
    /*border-image-source: -gtk-scaled(url("assets/button-toolbar.png"),
                                     url("assets/button-toolbar@2.png"));*/
}

Attached is the modified file.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.