gecko-dev/browser
Mike Conley a10753402f Bug 1709591 - Use arrow-dropdown-16.svg for the Synced Tabs expander icon rather than rotating a right-pointing one. r=mhowell
Before this patch, we were showing a downward-pointing expander icon by taking a
rightward-pointing one and rotating it 90deg. That's fine, except for RTL, where we
tend to mirror rightward-pointing arrows with a `scale: -1 1;` rule. Because of
order of operations, the scale rule is applied first, and the 90deg rotation
that occurs afterwards ends up pointing the scaled arrow upwards.

Instead of special-casing the scale rule for this expander icon, I've gone ahead
and switched it to use arrow-dropdown-16.svg and gotten rid of the rotation. This
way, even if we mirror across the y-axis with `scale: -1 1`, the appearance will
not change.

Differential Revision: https://phabricator.services.mozilla.com/D115268
2021-05-17 20:43:04 +00:00
..
actors Bug 1709344 - Add Nimbus to about:privatebrowsing r=desktop-theme-reviewers,andreio,harry 2021-05-13 01:18:18 +00:00
app Bug 1709344 - Add Nimbus to about:privatebrowsing r=desktop-theme-reviewers,andreio,harry 2021-05-13 01:18:18 +00:00
base Bug 1709035 - [remote] Show remote control component in robot icon title text r=Gijs,flod 2021-05-17 20:01:39 +00:00
branding Bug 1700972: Remove now unreferenced horizontal-lockup.svg 2021-04-21 21:01:29 +00:00
components Bug 1709472 - Change error page favicon from warning.svg to info.svg. r=jaws 2021-05-17 18:56:01 +00:00
config Merge autoland to mozilla-central. a=merge 2021-04-20 01:15:05 +03:00
docs Bug 1701990 - Remove Drag Space r=desktop-theme-reviewers,dao 2021-04-11 11:42:57 +00:00
extensions Bug 1699410: factor in zoom value when taking a screenshot r=sfoster 2021-05-13 19:07:51 +00:00
fonts
fxr
installer Bug 1709655 - Update other about:addons category icons and remove extensionGeneric.svg chrome url overrides. r=sfoster 2021-05-13 14:31:10 +00:00
locales Bug 1709035 - [remote] Show remote control component in robot icon title text r=Gijs,flod 2021-05-17 20:01:39 +00:00
modules Bug 1710643 - Use an slightly higher threshold to consider a color dark. r=Gijs 2021-05-12 22:52:28 +00:00
themes Bug 1709591 - Use arrow-dropdown-16.svg for the Synced Tabs expander icon rather than rotating a right-pointing one. r=mhowell 2021-05-17 20:43:04 +00:00
tools/mozscreenshots Bug 1703012: fix control center and identity panel proton styling r=desktop-theme-reviewers,fluent-reviewers,mconley,flod,pbz,Itiel 2021-04-19 18:51:37 +00:00
.eslintrc.js
LICENSE
Makefile.in
app.mozbuild
build.mk
confvars.sh
defs.mk
l10n-registry.manifest
moz.build Bug 1687777 - Schedule OS-level `--backgroundtask backgroundupdate` on Windows. r=mossop,bytesized,flod 2021-03-27 20:43:26 +00:00
moz.configure