Bug 1387755 - Use 20% opaque tab separators regardless of the tab toolbar background. r?daleharvey draft
authorDão Gottwald <dao@mozilla.com>
Tue, 15 Aug 2017 12:08:23 +0200
changeset 646513 a1c1d15a2176d5b43ccdb51296d1a0b210ad7719
parent 646509 2e5d28a1a277d331018d8541568a33c249644d76
child 726273 c1217b6106d921b8b1e563fb59ccc715f9ec3cfc
push id74153
push userdgottwald@mozilla.com
push dateTue, 15 Aug 2017 10:08:49 +0000
reviewersdaleharvey
bugs1387755
milestone57.0a1
Bug 1387755 - Use 20% opaque tab separators regardless of the tab toolbar background. r?daleharvey MozReview-Commit-ID: 9WSR1wiJTAE
browser/themes/shared/tabs.inc.css
--- a/browser/themes/shared/tabs.inc.css
+++ b/browser/themes/shared/tabs.inc.css
@@ -412,21 +412,16 @@
   border-image-slice: 1;
   /* The 1px border and negative margin may amount to a different number of
      device pixels (bug 477157), so we also set a width to match the margin. */
   width: 1px;
   box-sizing: border-box;
   opacity: 0.2;
 }
 
-#TabsToolbar[brighttext] > #tabbrowser-tabs > .tabbrowser-tab::before,
-#TabsToolbar[brighttext] > #tabbrowser-tabs > .tabbrowser-tab::after {
-  opacity: 0.4;
-}
-
 /* Also show separators beside the selected tab when dragging it. */
 #tabbrowser-tabs[movingtab] > .tabbrowser-tab[beforeselected]:not([last-visible-tab])::after,
 .tabbrowser-tab:not([selected]):not([afterselected-visible]):not([afterhovered]):not([first-visible-tab]):not(:hover)::before,
 #tabbrowser-tabs:not([overflow]) > .tabbrowser-tab[last-visible-tab]:not([selected]):not([beforehovered]):not(:hover)::after {
   content: "";
   display: -moz-box;
 }