Bug 1366079 - don't show the overflow button in windows where we hide the toolbar, r=bgrins

MozReview-Commit-ID: GWDx5nRD6rI

--HG--
extra : rebase_source : 46e57e7f4753c3db77c5c48beb450df8e5477210
This commit is contained in:
Gijs Kruitbosch 2017-05-23 14:30:17 +01:00
Родитель c707b9d58e
Коммит 01ff5a13c0
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -224,7 +224,7 @@ toolbar[customizing] > .overflow-button {
display: none; display: none;
} }
#nav-bar[nonemptyoverflow] > .overflow-button, window:not([chromehidden~="toolbar"]) #nav-bar[nonemptyoverflow] > .overflow-button,
#nav-bar[customizing][photon-structure] > .overflow-button { #nav-bar[customizing][photon-structure] > .overflow-button {
display: -moz-box; display: -moz-box;
} }