Skip to content

Commit

Permalink
Fixed mouse pointer mismatch on FilteredMenu
Browse files Browse the repository at this point in the history
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
  • Loading branch information
shicks committed May 31, 2017
1 parent 453791f commit e262f04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions closure/goog/css/filteredmenu.css
Expand Up @@ -18,6 +18,7 @@

.goog-menu-filter div {
color: gray;
pointer-events: none;
position: absolute;
padding: 1px;
}
Expand Down

0 comments on commit e262f04

Please sign in to comment.