author | Dão Gottwald <dao@mozilla.com> |
Thu, 28 Feb 2019 07:46:24 +0000 | |
changeset 461703 | 414da7d5feec9dc36c5edf8e5aa181b91d1a1817 |
parent 461702 | c4d3d41136213af2b11a74d5e2a70aa227bd5d1e |
child 461704 | d10717796a290bd4e4e63ca7ea019ad8e52b309d |
push id | 35627 |
push user | opoprus@mozilla.com |
push date | Thu, 28 Feb 2019 21:44:07 +0000 |
treeherder | mozilla-central@db533ea3d561 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | ntim |
bugs | 1529658 |
milestone | 67.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/browser/themes/shared/tabs.inc.css +++ b/browser/themes/shared/tabs.inc.css @@ -671,17 +671,17 @@ } /* Tab bar scroll arrows */ .tabbrowser-arrowscrollbox > .scrollbutton-up, .tabbrowser-arrowscrollbox > .scrollbutton-down { list-style-image: url(chrome://browser/skin/arrow-left.svg) !important; -moz-context-properties: fill, fill-opacity; - fill: currentColor; + fill: var(--lwt-toolbarbutton-icon-fill, currentColor); fill-opacity: var(--toolbarbutton-icon-fill-opacity); color: inherit; } .tabbrowser-arrowscrollbox > .scrollbutton-up:-moz-locale-dir(rtl), .tabbrowser-arrowscrollbox > .scrollbutton-down:-moz-locale-dir(ltr) { transform: scaleX(-1); }