mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07: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:
committed by
Jeremy Thomas
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
|
||||
|
||||
Reference in New Issue
Block a user