mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 01:55:44 +00:00
Bug 338302: tab and bookmark drag and drop indicators only appear on the second drag, use visibility:hidden/visible to eagerly load images and avoid collapsing the elements (which can cause flickering when redisplaying the images), r=mconnor
This commit is contained in:
parent
38cecb8509
commit
bc8c613eb1
@ -1427,7 +1427,7 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-text {
|
||||
}
|
||||
|
||||
.toolbar-drop-indicator-bar {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
height: 16px;
|
||||
margin-bottom: -16px;
|
||||
margin-left: 4px;
|
||||
@ -1435,7 +1435,7 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-text {
|
||||
}
|
||||
|
||||
.toolbar-drop-indicator-bar[dragging="true"] {
|
||||
display: -moz-box;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
toolbarbutton.bookmark-item[dragover="true"][open="true"] {
|
||||
|
Loading…
Reference in New Issue
Block a user