Black borders around disabled buttons in Nautilus while using Radiance
Bug #1639443 reported by
Kristijan Puljek
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
To post a comment you must log in.
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, image: -gtk-gradient (linear, left top, left bottom,
from (shade (@dark_bg_color, 1.01)),
to (shade (@dark_bg_color, 0.99))); image-source: -gtk-scaled( url("assets/ button- toolbar. png"),
url(" assets/ button- toolbar@ 2.png") );*/
headerbar button:disabled {
background-
/*border-
}
Attached is the modified file.