Skip to content

Commit

Permalink
feat(neuron-ui): remove hover effect on table header
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Sep 11, 2019
1 parent ae680bf commit a21bc7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/neuron-ui/src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ navbar {
font-family: monospace;
}

.ms-DetailsHeader-cell:hover {
background-color: inherit
}

.listNoHover {
.ms-DetailsRow {
&:hover {
Expand Down

0 comments on commit a21bc7e

Please sign in to comment.