This commit is contained in:
Jeremy Thomas
2017-05-05 11:08:53 +01:00
parent a3748c5cac
commit 446bcfb777
3 changed files with 7 additions and 3 deletions

View File

@@ -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;
}