gecko-dev/browser/themes
Drew Willcoxon 47d0d9dc85 Bug 1548198 - Remove 1px of padding in the urlbar input so that text in the popup is aligned with text in the input. r=dao
In quantumbar, favicons have 8px of margin-end:

https://searchfox.org/mozilla-central/rev/197210b8c139b64f642edaa3336d26b9c1761568/browser/themes/shared/urlbar-autocomplete.inc.css#9
https://searchfox.org/mozilla-central/rev/197210b8c139b64f642edaa3336d26b9c1761568/browser/themes/shared/urlbar-autocomplete.inc.css#100

But in awesomebar, it's 9px, e.g.: https://searchfox.org/mozilla-central/rev/197210b8c139b64f642edaa3336d26b9c1761568/toolkit/themes/osx/global/autocomplete.css#46

It's nice that quantumbar has the same amount of space between the type icon and favicon as it does between the favicon and title, unlike awesomebar.  i.e., there's a single margin-end value for both .urlbarView-type-icon and .urlbarView-favicon (urlbarViewIconMarginEnd, 8px).  So instead of adding another 9px value for .urlbarView-favicon's margin-end, this patch removes the 1px of padding in the urlbar input.  That has the added benefit that the space around the identity box and its search icon (shown when typing) is now more symmetrical, although there's still 1px more space on its right side than its left side.

This patch also adjusts spacing in the awesomebar popup so the alignment remains right there.

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

--HG--
extra : moz-landing-system : lando
2019-05-08 21:22:06 +00:00
..
addons Bug 1540387 - Replace browser-compacttheme.js with theme experiments. r=dao 2019-04-11 00:16:05 +00:00
linux Bug 1531214 - Update remaining library icons to SVG. r=dao 2019-04-11 08:53:18 +00:00
osx Bug 1544030 - Fix quantumbar popup's vertical borders and position on Mac once again. r=mak 2019-04-30 15:03:21 +00:00
shared Bug 1548198 - Remove 1px of padding in the urlbar input so that text in the popup is aligned with text in the input. r=dao 2019-05-08 21:22:06 +00:00
windows Bug 1544682 - Move the bottom border from #navigator-toolbox::after to #navigator-toolbox. r=ntim 2019-04-19 07:33:11 +00:00
LICENSE
moz.build Bug 1525762: Part 2a - Migrate built-in LWTs to static WebExtension themes. r=aswan 2019-02-08 14:18:52 -08:00