GNOME Bugzilla – Bug 733700
Tabs are missing borders
Last modified: 2014-08-28 00:04:25 UTC
Selected tab doesn't have the left and right borders nor the blue bottom border, as shown in this screenshot: https://bugzilla.gnome.org/attachment.cgi?id=281608 Other tabs are also missing borders on hover. I think this was introduced in this commit: https://git.gnome.org/browse/nautilus/commit/?id=3fd7e847d531fbbfc4ebba24864bdd0f8b81c750 > +NautilusNotebook.notebook { > + border-right-width: 0; > + border-left-width: 0; > + border-bottom-width: 0; > +} Removing the above lines fixes this bug. I didn't notice any negative effect to removing them, perhaps they are not needed anymore.
Created attachment 281641 [details] [review] Restore borders of tabs in css This patch removes the lines quoted in comment 0.
Created attachment 284590 [details] [review] Restore borders of tabs in css Updated patch.
Looks good, pushed to master. Attachment 284590 [details] pushed as 8fae3a8 - Restore borders of tabs in css