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:
Nihanth Subramanya 2019-08-23 15:12:23 +00:00
Родитель d1f04a47a5
Коммит 9efbc2ee5b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 {