Bug 1570727 - Clicking on the first Address Bar result fails with the bookmarks toolbar. r=dao

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Marco Bonardo 2019-08-29 07:57:30 +00:00
Родитель 32b1021045
Коммит a30b89e235
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -29,6 +29,8 @@
}
.urlbarView {
/* Don't handle window drag events in case we are overlapping a toolbar */
-moz-window-dragging: no-drag;
text-shadow: none;
}