mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 03:44:31 -07:00
Fix #242
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.table
|
||||
background: $white
|
||||
background-color: $white
|
||||
color: $text-strong
|
||||
margin-bottom: 20px
|
||||
width: 100%
|
||||
@@ -27,7 +27,7 @@
|
||||
display: block
|
||||
padding: 8px 10px
|
||||
&:hover
|
||||
background: $link
|
||||
background-color: $link
|
||||
color: $link-invert
|
||||
&.is-narrow
|
||||
white-space: nowrap
|
||||
@@ -37,7 +37,7 @@
|
||||
text-align: left
|
||||
tr
|
||||
&:hover
|
||||
background: $background
|
||||
background-color: $background
|
||||
color: $text-strong
|
||||
thead
|
||||
td,
|
||||
@@ -84,8 +84,8 @@
|
||||
tbody
|
||||
tr
|
||||
&:hover
|
||||
background: darken($background, 2%)
|
||||
background-color: darken($background, 2%)
|
||||
&:nth-child(2n)
|
||||
background: $background
|
||||
background-color: $background
|
||||
&:hover
|
||||
background: darken($background, 2%)
|
||||
background-color: darken($background, 2%)
|
||||
|
||||
Reference in New Issue
Block a user