mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07: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:
committed by
Jeremy Thomas
parent
28a7a744f0
commit
4f5899036e
@@ -61,11 +61,6 @@
|
|||||||
"name": "$content-table-cell-heading-color",
|
"name": "$content-table-cell-heading-color",
|
||||||
"value": "$text-strong"
|
"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": {
|
"content-table-head-cell-border-width": {
|
||||||
"id": "content-table-head-cell-border-width",
|
"id": "content-table-head-cell-border-width",
|
||||||
"name": "$content-table-head-cell-border-width",
|
"name": "$content-table-head-cell-border-width",
|
||||||
@@ -87,4 +82,4 @@
|
|||||||
"value": "$text-strong"
|
"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-border-width: 0 0 1px !default
|
||||||
$content-table-cell-padding: 0.5em 0.75em !default
|
$content-table-cell-padding: 0.5em 0.75em !default
|
||||||
$content-table-cell-heading-color: $text-strong !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-border-width: 0 0 2px !default
|
||||||
$content-table-head-cell-color: $text-strong !default
|
$content-table-head-cell-color: $text-strong !default
|
||||||
$content-table-foot-cell-border-width: 2px 0 0 !default
|
$content-table-foot-cell-border-width: 2px 0 0 !default
|
||||||
@@ -117,9 +116,6 @@ $content-table-foot-cell-color: $text-strong !default
|
|||||||
th
|
th
|
||||||
color: $content-table-cell-heading-color
|
color: $content-table-cell-heading-color
|
||||||
text-align: left
|
text-align: left
|
||||||
tr
|
|
||||||
&:hover
|
|
||||||
background-color: $content-table-row-hover-background-color
|
|
||||||
thead
|
thead
|
||||||
td,
|
td,
|
||||||
th
|
th
|
||||||
|
|||||||
Reference in New Issue
Block a user