зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
a83f7bfa50
Коммит
1f0ead8bc6
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче