Skip to content

Commit

Permalink
fix: allow click on search magnifier (#2321)
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-chase authored and asudoh committed Apr 23, 2019
1 parent 01e7651 commit 8edd4df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/search/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
transform: translateY(-50%);
// Ensure clear icon is rendered in Firefox (#1127)
fill: $text-02;
pointer-events: none;
}

.#{$prefix}--search--xl .#{$prefix}--search-magnifier {
Expand Down

0 comments on commit 8edd4df

Please sign in to comment.