]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Stop is-selected row from changing color on hoverable row (#1328)
authorNathan Gingrich <njgingrich@users.noreply.github.com>
Wed, 18 Oct 2017 09:36:39 +0000 (05:36 -0400)
committerJeremy Thomas <bbxdesign@gmail.com>
Wed, 18 Oct 2017 09:36:39 +0000 (10:36 +0100)
* Stop is-selected row from changing color on hoverable row

* fix whitespace modification causing full file diff

* remove trailing newline

sass/elements/table.sass

index ec29c9fefb502ce330d132e9ad591a9ac27d1b03..b7222e52fc52bec3f54ae625bdbf380414ea32ac 100644 (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