GNOME Bugzilla – Bug 709279
The close button in the tabs with the new notebook style is too wide
Last modified: 2013-10-04 20:06:18 UTC
Created attachment 256291 [details] Screenshot I don't know why, but this not happen in epiphany, although the code to add a close button in each tab in nautilus and in epiphany is almost the same code. See the screenshot I attached.
I see the same bug also in gnome-builder, so moved to gtk+.
I can reproduce the bug in epiphany if I remove the following custom css it uses: #ephy-tab-close-button { -GtkButton-default-border: 0; -GtkButton-default-outside-border: 0; -GtkButton-inner-border: 0; -GtkWidget-focus-padding: 0; -GtkWidget-focus-line-width: 0; margin: 0; padding: 0; } padding = 0 seems to be the key.
Also see bug 648116.
Created attachment 256507 [details] [review] Don't add a large left padding to tab close buttons This sneaked in during the tab restyling.
Attachment 256507 [details] pushed as 83d7792 - Don't add a large left padding to tab close buttons