Bug 1583325 - Lighten the stripes in the TP switch section background when OFF. r=timhuang

Differential Revision: https://phabricator.services.mozilla.com/D47735

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Nihanth Subramanya 2019-10-01 20:01:54 +00:00
Родитель e139ad7ab8
Коммит c9833c9bdb
1 изменённых файлов: 12 добавлений и 2 удалений

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

@ -952,8 +952,18 @@ description#identity-popup-content-verifier,
#protections-popup[hasException] #protections-popup-tp-switch-section {
background: repeating-linear-gradient(
-56deg,
var(--arrowpanel-dimmed),
var(--arrowpanel-dimmed) 10px,
hsla(0,0%,80%,.25),
hsla(0,0%,80%,.25) 10px,
transparent 10px,
transparent 20px
);
}
:root[lwt-popup-brighttext] #protections-popup[hasException] #protections-popup-tp-switch-section {
background: repeating-linear-gradient(
-56deg,
rgba(249,249,250,.05),
rgba(249,249,250,.05) 10px,
transparent 10px,
transparent 20px
);