From e262f043d6a2a3076df3e223da6a973b38ddb24f Mon Sep 17 00:00:00 2001 From: Stephen Hicks Date: Wed, 31 May 2017 09:44:20 -0700 Subject: [PATCH] Fixed mouse pointer mismatch on FilteredMenu Part (the part with informative text) of the filter input control was showing arrow mouse pointer, instead of the text input pointer. Now the whole control shows the expected pointer. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=157597019 --- closure/goog/css/filteredmenu.css | 1 + 1 file changed, 1 insertion(+) diff --git a/closure/goog/css/filteredmenu.css b/closure/goog/css/filteredmenu.css index b43a113253..967af0847b 100644 --- a/closure/goog/css/filteredmenu.css +++ b/closure/goog/css/filteredmenu.css @@ -18,6 +18,7 @@ .goog-menu-filter div { color: gray; + pointer-events: none; position: absolute; padding: 1px; }