Skip to content

Commit

Permalink
fix(overflow-menu): update trigger's hover color (#4270)
Browse files Browse the repository at this point in the history
  • Loading branch information
asudoh authored Oct 18, 2019
1 parent 21cfecd commit 1865b93
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,13 @@
); //used to center svg without setting display flex //display block needed for overflow text truncation
}

.#{$prefix}--data-table--selected .#{$prefix}--overflow-menu,
.#{$prefix}--data-table--selected .#{$prefix}--overflow-menu__trigger {
&:hover {
background-color: $hover-field;
}
}

//----------------------------------------------------------------------------
//ZEBRA
//----------------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}

&:hover {
background-color: $hover-ui;
background-color: $hover-selected-ui;
}
}

Expand Down

0 comments on commit 1865b93

Please sign in to comment.