mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
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
@ -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…
Reference in New Issue
Block a user