Bug 1404495 - Back out changeset 3e7cd55f6cb9 to go back to different colors for connecting and loading on unselected tabs. r=Gijs

MozReview-Commit-ID: JTVjsavmob6

--HG--
extra : rebase_source : 7942ec8be9c886cb568ea4075341a5cb5de9cb57
This commit is contained in:
Jared Wein 2017-10-05 11:00:37 -04:00
parent dddb71971e
commit 25ae2e47d0
2 changed files with 2 additions and 2 deletions

View File

@ -7762,7 +7762,7 @@
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"/>

View File

@ -181,7 +181,7 @@ tabbrowser {
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;
}