Bug 1404495 - Back out changeset 3e7cd55f6cb9 to go back to different colors for connecting and loading on unselected tabs. r?mconley draft
authorJared Wein <jwein@mozilla.com>
Thu, 05 Oct 2017 11:00:37 -0400
changeset 675555 65aba6b36b9fb6d3fa8f281454827a693bc26b36
parent 674765 294f332a35538940469b1a2576615ff5ffe1e016
child 734641 fe716924262d8f0218dfb93cc07a5f6db2413f61
push id83170
push userbmo:jaws@mozilla.com
push dateThu, 05 Oct 2017 15:01:08 +0000
reviewersmconley
bugs1404495
milestone58.0a1
Bug 1404495 - Back out changeset 3e7cd55f6cb9 to go back to different colors for connecting and loading on unselected tabs. r?mconley MozReview-Commit-ID: JTVjsavmob6
browser/base/content/tabbrowser.xml
browser/themes/shared/tabs.inc.css
--- a/browser/base/content/tabbrowser.xml
+++ b/browser/base/content/tabbrowser.xml
@@ -7708,17 +7708,17 @@
           <xul:spacer flex="1"/>
           <xul:hbox class="tab-bottom-line"/>
         </xul:vbox>
         <xul:hbox xbl:inherits="pinned,bursting,notselectedsinceload"
                   anonid="tab-loading-burst"
                   class="tab-loading-burst"/>
         <xul:hbox xbl:inherits="pinned,selected=visuallyselected,titlechanged,attention"
                   class="tab-content" align="center">
-          <xul:hbox xbl:inherits="fadein,pinned,busy,progress,selected=visuallyselected,notselectedsinceload"
+          <xul:hbox xbl:inherits="fadein,pinned,busy,progress,selected=visuallyselected"
                     anonid="tab-throbber"
                     class="tab-throbber"
                     layer="true"/>
           <xul:image xbl:inherits="src=image,loadingprincipal=iconLoadingPrincipal,requestcontextid,fadein,pinned,selected=visuallyselected,busy,crashed,sharing"
                      anonid="tab-icon-image"
                      class="tab-icon-image"
                      validate="never"
                      role="presentation"/>
--- a/browser/themes/shared/tabs.inc.css
+++ b/browser/themes/shared/tabs.inc.css
@@ -176,17 +176,17 @@ tabbrowser {
 @keyframes tab-throbber-animation {
   100% { transform: translateX(-100%); }
 }
 
 @keyframes tab-throbber-animation-rtl {
   100% { transform: translateX(100%); }
 }
 
-:root[sessionrestored] .tab-throbber[progress]:not([notselectedsinceload])::before {
+:root[sessionrestored] .tab-throbber[progress]::before {
   fill: var(--tab-loading-fill);
   opacity: 1;
 }
 
 #TabsToolbar[brighttext] .tabbrowser-tab:not([visuallyselected=true]) {
   --tab-loading-fill: #fff;
 }