This commit is contained in:
Jeremy Thomas
2017-05-05 11:08:53 +01:00
parent 4570860057
commit 1a76a23115
3 changed files with 358 additions and 1209 deletions

View File

@@ -1,5 +1,9 @@
# Bulma Changelog
## 0.4.2
* Fix #728 selected row on striped table
## 0.4.1
* Fix #568 max-width container

File diff suppressed because it is too large Load Diff

View File

@@ -75,7 +75,7 @@ $table-row-even-hover-background: $white-ter !default
padding: 0.25em 0.5em
&.is-striped
tbody
tr
tr:not(.is-selected)
&:nth-child(even)
background-color: $table-row-even-background
&:hover