Open
Bug 1718159
Opened 3 years ago
Updated 3 years ago
arrowscrollbox up & right arrows should use correct icon rather than flip the down/left icon
Categories
(Toolkit :: Themes, task)
Toolkit
Themes
Tracking
()
NEW
People
(Reporter: sfoster, Unassigned)
Details
In arrowscrollbox.css, a list-style-image value is given for the up and left toolbarbuttons, and a transform is used to flip these images to represent the down and right variations. It would be preferable to use the actual down and right arrows (arrow-down-12.svg and arrow-right.svg respectively) as these icons aren't guaranteed to be symmetrical across the relevant axis.
Note: the browser_startup_images.js has an allow-list entry for the left arrow used by the horizontal scrollbox. Replacing the flipped left arrow with the right arrow icon causes this test to fail as this too is loaded but not shown.
You need to log in
before you can comment on or make changes to this bug.
Description
•