Bug 1573063 - Fix the position issue of the blue dot indicator of the tracking protection icon. r=nhnt11

The patch adds back the 'position: relative;' rule to the tracking
protection icon container. This is need in order to position the blue
dot.

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Tim Huang 2019-08-12 09:34:35 +00:00
Родитель a83f7bfa50
Коммит 1f0ead8bc6
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -218,6 +218,8 @@
border-inline-end: 1px solid var(--urlbar-separator-color);
border-image: linear-gradient(transparent 15%, var(--urlbar-separator-color) 15%, var(--urlbar-separator-color) 85%, transparent 85%);
border-image-slice: 1;
/* This is needed in order to position the blue dot indicator. */
position: relative;
}
#urlbar[pageproxystate="valid"] > #tracking-protection-icon-container.chromeUI {