Bug 1787386 - The arrow from the “Skip this step” button has a black color when the browser's dark theme is enabled r=emcminn

Differential Revision: https://phabricator.services.mozilla.com/D155744
This commit is contained in:
negin 2022-08-30 05:46:00 +00:00
parent 91c6564f53
commit dddcf2b44b
2 changed files with 4 additions and 0 deletions

View File

@ -449,6 +449,8 @@ body[lwt-newtab-brighttext] {
background: url("chrome://browser/skin/forward.svg") no-repeat right 8px center;
background-size: 12px;
padding-inline-end: 24px;
-moz-context-properties: fill;
fill: currentColor;
}
.onboardingContainer .screen[pos=split] .section-main .main-content .action-buttons .secondary-cta .arrow-icon:dir(rtl) {
background-image: url("chrome://browser/skin/back.svg");

View File

@ -365,6 +365,8 @@ body {
background: url('chrome://browser/skin/forward.svg') no-repeat right 8px center;
background-size: 12px;
padding-inline-end: 24px;
-moz-context-properties: fill;
fill: currentColor;
&:dir(rtl) {
background-image: url('chrome://browser/skin/back.svg');