From 9b3834764b26d0a806b72fdc3657075b7ab9c7c0 Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Mon, 8 Jan 2018 09:55:43 -0500 Subject: Bug 1428642 - Fix minor bugs on new global header * The magnifier icon on the search bar should not trigger search as reported in https://twitter.com/colinjoy/status/949035254949523457 * The search dropdown should show Saved Searches Edit link as suggested in my UX analysis * Remove the CSS transition on the More Tools button for consistency. I didn't add the transition; it's default style for buttons * Fix the position of the arrow/triangle on dropdown lists. An error of 1px. * Add `user-select: none;` to `#header` https://developer.mozilla.org/en-US/docs/Web/CSS/user select --- template/en/default/global/header-search-dropdown.html.tmpl | 5 ++++- template/en/default/global/header.html.tmpl | 4 +--- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'template/en/default') diff --git a/template/en/default/global/header-search-dropdown.html.tmpl b/template/en/default/global/header-search-dropdown.html.tmpl index 590c95d31..8e79978ba 100644 --- a/template/en/default/global/header-search-dropdown.html.tmpl +++ b/template/en/default/global/header-search-dropdown.html.tmpl @@ -26,7 +26,10 @@
[% IF user.showmybugslink OR user.queries.size OR user.queries_subscribed.size %]
-

Saved Searches

+
+

Saved Searches

+ Edit +