зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1511252 - Clean up .tab-throbber-tabslist rules. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D13687 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
53543bee19
Коммит
167664726e
|
@ -149,7 +149,6 @@
|
|||
}
|
||||
|
||||
.tab-throbber,
|
||||
.tab-throbber-tabslist,
|
||||
.tab-icon-pending,
|
||||
.tab-icon-image,
|
||||
.tab-sharing-icon-overlay,
|
||||
|
@ -168,7 +167,6 @@
|
|||
}
|
||||
|
||||
.tab-throbber:not([pinned]),
|
||||
.tab-throbber-tabslist:not([pinned]),
|
||||
.tab-sharing-icon-overlay:not([pinned]),
|
||||
.tab-icon-pending:not([pinned]),
|
||||
.tab-icon-image:not([pinned]) {
|
||||
|
@ -334,7 +332,7 @@
|
|||
list-style-image: url("chrome://browser/skin/tabbrowser/tab-loading.png");
|
||||
}
|
||||
|
||||
#TabsToolbar[brighttext] .tab-throbber-tabslist[progress]:not([selected=true]) {
|
||||
:root[lwt-popup-brighttext] .tab-throbber-tabslist[progress]:not([selected=true]) {
|
||||
list-style-image: url("chrome://browser/skin/tabbrowser/tab-loading-inverted.png");
|
||||
}
|
||||
|
||||
|
@ -347,7 +345,7 @@
|
|||
list-style-image: url("chrome://browser/skin/tabbrowser/tab-loading@2x.png");
|
||||
}
|
||||
|
||||
#TabsToolbar[brighttext] .tab-throbber-tabslist[progress]:not([selected=true]) {
|
||||
:root[lwt-popup-brighttext] .tab-throbber-tabslist[progress]:not([selected=true]) {
|
||||
list-style-image: url("chrome://browser/skin/tabbrowser/tab-loading-inverted@2x.png");
|
||||
}
|
||||
}
|
||||
|
@ -757,11 +755,6 @@
|
|||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
.tab-throbber-tabslist {
|
||||
display: block;
|
||||
margin-inline-end: 0;
|
||||
}
|
||||
|
||||
.all-tabs-item[selected] {
|
||||
font-weight: bold;
|
||||
box-shadow: inset 4px 0 var(--blue-40);
|
||||
|
|
Загрузка…
Ссылка в новой задаче