Skip to content

Commit

Permalink
fix(overflowmenu): increase icon hit range for react (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Dhanaraj authored and hellobrian committed Jun 30, 2017
1 parent 3c50cde commit 05ee470
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/components/overflow-menu/_overflow-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
@import '../../globals/scss/import-once';

@include exports('overflow-menu') {

.bx--overflow-menu {
@include reset;
position: relative;
padding: .5rem;
width: rem(20px);
height: rem(38px);
cursor: pointer;

&:focus {
Expand All @@ -24,8 +24,9 @@
}

.bx--overflow-menu__icon {
width: rem(4px);
height: rem(20px);
width: 100%;
height: 100%;
padding: 0.5rem;
fill: $ui-05;

&:hover,
Expand Down

0 comments on commit 05ee470

Please sign in to comment.