Skip to content

Commit

Permalink
Removed tr hover style in datatable (elastic#23305)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqliu1 committed Sep 25, 2018
1 parent 2a99cde commit 84432a9
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@
justify-content: space-around;
}

.canvasDataTable__tbody {
.canvasDataTable__tr:hover {
background-color: transparentize($euiColorLightShade, 0.5);
}
}

.canvasDataTable__table {
min-width: 100%;
}
Expand Down

0 comments on commit 84432a9

Please sign in to comment.