GNOME Bugzilla – Bug 743116
Tab header's box-shadow leaks into open file
Last modified: 2015-01-18 23:04:53 UTC
Small screencast of the problem: http://videobin.org/+8hk/bby.ogg In Adwaita, a normal .button has an outside box-shadow applied that draws a 1px white line below it. The styling for the tab headers in builder doesn't remove them so they leak in to the open document when hovered (I assume the specificity remove them in the non-hovered case). I'll attach a simple patch to remove the box shadow completely. Note: In some cases, the box shadow seems to stick even if the button is not hovered. Not sure if that's a gtk+ problem or not and I can't reliably reproduce it :(
Created attachment 294775 [details] [review] css: Remove box-shadow in tab headers Any outside box shadow applied by Adwaita should not leak into the open file.
We have some new designs being worked on that will probably change this a bunch, but either way looks good. Thanks! Attachment 294775 [details] pushed as 90b795e - css: Remove box-shadow in tab headers