Skip to content

Commit

Permalink
Use hover effect on selected table row as well
Browse files Browse the repository at this point in the history
  • Loading branch information
olegstepura committed Aug 9, 2017
1 parent 61228b1 commit 889e9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/table/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
transition-property: background-color;
transition-timing-function: var(--animation-curve-default);

&:hover { background-color: var(--table-hover-color); }
&:hover, &.selected:hover { background-color: var(--table-hover-color); }
&.selected { background-color: var(--table-selection-color); }
}

Expand Down

0 comments on commit 889e9ca

Please sign in to comment.