This commit is contained in:
Jeremy Thomas
2017-10-07 16:57:19 +01:00
parent f23012edbd
commit fc5ddd473c
7 changed files with 116 additions and 18 deletions

View File

@@ -45,8 +45,6 @@ $table-striped-row-even-hover-background-color: $white-ter !default
color: $table-cell-heading-color
text-align: left
tr
&:hover
background-color: $table-row-hover-background-color
&.is-selected
background-color: $table-row-active-background-color
color: $table-row-active-color
@@ -85,6 +83,16 @@ $table-striped-row-even-hover-background-color: $white-ter !default
border-bottom-width: 1px
&.is-fullwidth
width: 100%
&.is-hoverable
tbody
tr
&:hover
background-color: $table-row-hover-background-color
&.is-striped
tbody
tr:not(.is-selected)
&:hover
background-color: $table-striped-row-even-hover-background-color
&.is-narrow
td,
th
@@ -94,5 +102,3 @@ $table-striped-row-even-hover-background-color: $white-ter !default
tr:not(.is-selected)
&:nth-child(even)
background-color: $table-striped-row-even-background-color
&:hover
background-color: $table-striped-row-even-hover-background-color