зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1723188 - Hide hidden animated images in about:preferences using display: none in addition to visibility: hidden to avoid having them use CPU. r=preferences-reviewers,jaws
Differential Revision: https://phabricator.services.mozilla.com/D121398
This commit is contained in:
Родитель
534e4ed4cc
Коммит
148ba225e8
|
@ -361,6 +361,12 @@ checkbox {
|
|||
visibility: hidden;
|
||||
}
|
||||
|
||||
/* Work around bug 560067 - animated images in visibility: hidden
|
||||
* still eat CPU. */
|
||||
#updateDeck > *:not(.selected) > .update-throbber {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#updateDeck > hbox > button {
|
||||
margin-block: 0;
|
||||
margin-inline-end: 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче