Backed out changeset de4fc486564b (bug 1212482) for perf regressions

This commit is contained in:
Dão Gottwald 2015-10-21 08:35:16 +02:00
parent 58ec87a703
commit f59c771aa5
3 changed files with 3 additions and 3 deletions

View File

@ -893,7 +893,7 @@ toolbar .toolbarbutton-1:-moz-any(@primaryToolbarButtons@) > :-moz-any(.toolbarb
transition: opacity 0.15s ease;
}
#navigator-toolbox:not(:hover) #urlbar:not([focused]) > .urlbar-textbox-container > .urlbar-history-dropmarker {
#navigator-toolbox:not(:hover) .urlbar-history-dropmarker {
opacity: 0;
}

View File

@ -1697,7 +1697,7 @@ toolbar .toolbarbutton-1 > .toolbarbutton-menubutton-button {
transition: opacity 0.15s ease;
}
#navigator-toolbox:not(:hover) #urlbar:not([focused]) > .urlbar-textbox-container > .urlbar-history-dropmarker {
#navigator-toolbox:not(:hover) .urlbar-history-dropmarker {
opacity: 0;
}

View File

@ -1410,7 +1410,7 @@ html|*.urlbar-input:-moz-lwtheme::-moz-placeholder,
transition: opacity 0.15s ease;
}
#navigator-toolbox:not(:hover) #urlbar:not([focused]) > .urlbar-textbox-container > .urlbar-history-dropmarker {
#navigator-toolbox:not(:hover) .urlbar-history-dropmarker {
opacity: 0;
}