mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -07:00
Fix #728
This commit is contained in:
@@ -2904,11 +2904,11 @@ input[type="submit"].button {
|
||||
padding: 0.25em 0.5em;
|
||||
}
|
||||
|
||||
.table.is-striped tbody tr:nth-child(even) {
|
||||
.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
|
||||
background-color: #fafafa;
|
||||
}
|
||||
|
||||
.table.is-striped tbody tr:nth-child(even):hover {
|
||||
.table.is-striped tbody tr:not(.is-selected):nth-child(even):hover {
|
||||
background-color: whitesmoke;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user