зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1575798 - Use .notFound instead of :not([hidden]) in selector for showing "Blocking" section. r=timhuang
Differential Revision: https://phabricator.services.mozilla.com/D43257 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
d1f04a47a5
Коммит
9efbc2ee5b
|
@ -683,7 +683,7 @@ description#identity-popup-content-verifier,
|
|||
grid-row: 1;
|
||||
}
|
||||
|
||||
#protections-popup:not([hasException]) .protections-popup-category.blocked:not([hidden]) ~ #protections-popup-blocking-section-header,
|
||||
#protections-popup:not([hasException]) .protections-popup-category.blocked:not(.notFound) ~ #protections-popup-blocking-section-header,
|
||||
.protections-popup-category.notFound ~ #protections-popup-not-found-section-header,
|
||||
.protections-popup-category:not(.blocked):not(.notFound) ~ #protections-popup-not-blocking-section-header,
|
||||
#protections-popup[hasException] .protections-popup-category:not(.notFound) ~ #protections-popup-not-blocking-section-header {
|
||||
|
|
Загрузка…
Ссылка в новой задаче