]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Disable table hover in .content by default [Fixes #1295] (#1707)
authorAndrew Sosa <andrewsosa001@gmail.com>
Sun, 8 Apr 2018 14:08:57 +0000 (10:08 -0400)
committerJeremy Thomas <bbxdesign@gmail.com>
Sun, 8 Apr 2018 14:08:57 +0000 (15:08 +0100)
* Disable table hover in .content #1295

* Remove reference to table hover in elements/content docs.

Remove unnecessary $content-table-row-hover-background-color variable from sass file

docs/_data/variables/elements/content.json
sass/elements/content.sass

index 8006a6d3170748d0853a63f8ad28421c96123bab..46e5cccb92068037b5bd65480fd55afd2c113965 100644 (file)
       "name": "$content-table-cell-heading-color",
       "value": "$text-strong"
     },
-    "content-table-row-hover-background-color": {
-      "id": "content-table-row-hover-background-color",
-      "name": "$content-table-row-hover-background-color",
-      "value": "$background"
-    },
     "content-table-head-cell-border-width": {
       "id": "content-table-head-cell-border-width",
       "name": "$content-table-head-cell-border-width",
@@ -87,4 +82,4 @@
       "value": "$text-strong"
     }
   }
-}
\ No newline at end of file
+}
index 62438cd0e8f5971edfe9be3c9913388427614cc2..d47f31a4edd639509fa63bf78e8eb26e206a95c5 100644 (file)
@@ -12,7 +12,6 @@ $content-table-cell-border: 1px solid $border !default
 $content-table-cell-border-width: 0 0 1px !default
 $content-table-cell-padding: 0.5em 0.75em !default
 $content-table-cell-heading-color: $text-strong !default
-$content-table-row-hover-background-color: $background !default
 $content-table-head-cell-border-width: 0 0 2px !default
 $content-table-head-cell-color: $text-strong !default
 $content-table-foot-cell-border-width: 2px 0 0 !default
@@ -117,9 +116,6 @@ $content-table-foot-cell-color: $text-strong !default
     th
       color: $content-table-cell-heading-color
       text-align: left
-    tr
-      &:hover
-        background-color: $content-table-row-hover-background-color
     thead
       td,
       th