mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-28 12:24:23 +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%
|
width: 100%
|
||||||
&.is-hoverable
|
&.is-hoverable
|
||||||
tbody
|
tbody
|
||||||
tr
|
tr:not(.is-selected)
|
||||||
&:hover
|
&:hover
|
||||||
background-color: $table-row-hover-background-color
|
background-color: $table-row-hover-background-color
|
||||||
&.is-striped
|
&.is-striped
|
||||||
|
Loading…
Reference in New Issue
Block a user