Bug 970013 - prevent pointer-events on bookmarks menu button while animating to avoid it moving into the overflow panel, r=jaws

This commit is contained in:
Gijs Kruitbosch 2014-03-06 18:31:38 -05:00
parent b669f93050
commit 622e9c9cb2
3 changed files with 12 additions and 0 deletions

View File

@ -174,6 +174,10 @@ toolbarpaletteitem[place="palette"] > #personal-bookmarks > #bookmarks-toolbar-p
animation: animation-bookmarkAddedToBookmarksBar 800ms;
}
#bookmarks-menu-button[notification="finish"] {
pointer-events: none;
}
#bookmarks-menu-button[notification="finish"] > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon {
animation: animation-bookmarkPulse 300ms;
animation-delay: 600ms;

View File

@ -414,6 +414,10 @@ toolbarpaletteitem[place="palette"] > #personal-bookmarks > #bookmarks-toolbar-p
}
}
#bookmarks-menu-button[notification="finish"] {
pointer-events: none;
}
#bookmarks-menu-button[notification="finish"] > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon {
animation: animation-bookmarkPulse 300ms;
animation-delay: 600ms;

View File

@ -364,6 +364,10 @@ toolbarpaletteitem[place="palette"] > #personal-bookmarks > #bookmarks-toolbar-p
animation-timing-function: ease, ease, ease;
}
#bookmarks-menu-button[notification="finish"] {
pointer-events: none;
}
#bookmarks-menu-button[notification="finish"] > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon {
animation: animation-bookmarkPulse 300ms;
animation-delay: 600ms;