diff --git a/browser/themes/linux/browser.css b/browser/themes/linux/browser.css index 79e0931982c4..83f973c5ea6c 100644 --- a/browser/themes/linux/browser.css +++ b/browser/themes/linux/browser.css @@ -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; } diff --git a/browser/themes/osx/browser.css b/browser/themes/osx/browser.css index 53c4ea90866c..4028a0c7f374 100644 --- a/browser/themes/osx/browser.css +++ b/browser/themes/osx/browser.css @@ -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; } diff --git a/browser/themes/windows/browser.css b/browser/themes/windows/browser.css index 9f014569ca5c..1769009ddbe3 100644 --- a/browser/themes/windows/browser.css +++ b/browser/themes/windows/browser.css @@ -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; }