Bug 1504852 - Turn off Content Blocking label color is visible in dark theme and icon is spaced from text. r=dao

In windows and linux, ensure that the text color inside the content blocking button is visible. Add 5px of margin beside the icon to separate it from the text.

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Erica Wright 2018-11-06 20:20:13 +00:00
parent 1943a7e2fc
commit e6b579d027
3 changed files with 8 additions and 0 deletions

View File

@ -14,3 +14,7 @@
outline: 1px -moz-dialogtext dotted;
outline-offset: -1px;
}
.tracking-protection-button > .button-box > .button-icon {
margin-inline-end: 5px;
}

View File

@ -468,6 +468,7 @@ description#identity-popup-content-verifier,
display: none;
height: 32px;
background-color: var(--arrowpanel-dimmed);
color: inherit;
}
.tracking-protection-button:hover {

View File

@ -4,3 +4,6 @@
%include ../../shared/controlcenter/panel.inc.css
.tracking-protection-button > .button-box > .button-icon {
margin-inline-end: 5px;
}