Bug 1463737: Move toolbarpaletteitem-box to browser.css. r=Paolo

I messed up while rebasing on top of bug 1450816.

MozReview-Commit-ID: Hn2dQhJpsL1

--HG--
extra : rebase_source : 3d08fc963e2f734bed40b6a5090b435a5b88b7a1
This commit is contained in:
Emilio Cobos Álvarez 2018-05-23 15:48:50 +02:00
Родитель 8e1a0ee1c6
Коммит 518362d207
2 изменённых файлов: 5 добавлений и 5 удалений

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

@ -1269,6 +1269,11 @@ toolbarpaletteitem[place="palette"][hidden] {
display: none;
}
.toolbarpaletteitem-box {
/* Prevent children from getting events */
pointer-events: none;
}
toolbarpaletteitem[place="palette"] > .toolbarpaletteitem-box {
-moz-box-pack: center;
width: 7em;

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

@ -46,11 +46,6 @@ toolbarpaletteitem {
cursor: grab;
}
.toolbarpaletteitem-box {
/* Prevent children from getting events */
pointer-events: none;
}
/* ..... drag and drop feedback ..... */
toolbarpaletteitem[place="toolbar"] {