Skip to content

Commit

Permalink
update colors, see comment in https://github.com/hyparam/hyperparam-c…
Browse files Browse the repository at this point in the history
  • Loading branch information
severo committed Jan 6, 2025
1 parent aad5288 commit 887393f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/HighTable.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,10 @@
display: inline;
}
.table.selectable tr.selected {
background-color: #e4e4e8;
}
.table.selectable tr.selected td {
border-right-color: #bbb;
background-color: #fbf7bf;
}
.table.selectable tr.selected td:first-child {
background-color: #d0d0d8;
background-color: #f1edbb;
}

/* cells */
Expand Down

0 comments on commit 887393f

Please sign in to comment.