GNOME Bugzilla – Bug 709284
There isn't a blue underline in the current tab in the new notebook style
Last modified: 2013-10-08 18:50:05 UTC
Created attachment 256298 [details] Screenshot In the new notebook style need to be a blue underline in the current tab, but I not see this in Epiphany. See the screenshot.
Caused by: commit f008bff348c22c1c87e45e4b3a5d0758e71b59b3 Author: Lapo Calamandrei <calamandrei@gmail.com> Date: Wed Oct 10 19:00:00 2012 +0200 adwaita gtk3: provisionally add style for ephy scrolled window borders removal.
Created attachment 256637 [details] [review] Fix underline on active tab in Web The underline in active tabs is being overridden in Web by setting the bottom border to zero on the notebook. This was added in commit f008bff348c22c1c87e45e4b3a5d0758e71b59b3. I don't think this is needed anymore.
Review of attachment 256637 [details] [review]: ::: themes/Adwaita/gtk-3.0/gnome-applications.css @@ -581,3 @@ /* remove bottom borders from the main scrolled window when no bars at the bottom of the screen are shown */ -EphyWindow.background EphyNotebook:last-child EphyEmbed.vertical GtkScrolledWindow, -EphyWindow.background EphyNotebook.notebook:last-child { I think this is the only line you'd need to remove, as it's the only one that changes the appearance of the notebook itself. Not sure if it will break what the comment above says though.
Created attachment 256668 [details] [review] Fix underline on active tab in Web The underline in active tabs is being overridden in Web by setting the bottom border to zero on the notebook. This was added in commit f008bff348c22c1c87e45e4b3a5d0758e71b59b3. I don't think this is needed anymore.
Attachment 256668 [details] pushed as e027650 - Fix underline on active tab in Web