Stop is-selected row from changing color on hoverable row (#1328)

* Stop is-selected row from changing color on hoverable row

* fix whitespace modification causing full file diff

* remove trailing newline
This commit is contained in:
Nathan Gingrich 2017-10-18 05:36:39 -04:00 committed by Jeremy Thomas
parent 9ac5ba580d
commit 4eaa4bee50

View File

@ -85,7 +85,7 @@ $table-striped-row-even-hover-background-color: $white-ter !default
width: 100%
&.is-hoverable
tbody
tr
tr:not(.is-selected)
&:hover
background-color: $table-row-hover-background-color
&.is-striped