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:
parent
9ac5ba580d
commit
4eaa4bee50
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue