mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
* 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
This commit is contained in:
parent
28a7a744f0
commit
4f5899036e
@ -61,11 +61,6 @@
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user