* 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
"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",
"value": "$text-strong"
}
}
-}
\ No newline at end of file
+}
$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
th
color: $content-table-cell-heading-color
text-align: left
- tr
- &:hover
- background-color: $content-table-row-hover-background-color
thead
td,
th