Skip to content

Commit

Permalink
Adjust highlight color
Browse files Browse the repository at this point in the history
  • Loading branch information
v6ak committed Oct 27, 2024
1 parent 24812c3 commit 63c205b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/app/assets/participant-table.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.with-details .participants-table {
// For non-detailed table, it is 1. not needed and 2. troublesome (especially in the column with expand button)
// Highlighting is based on https://stackoverflow.com/a/54206778
$highlight-color: #ececec;
$highlight-color: #c8f9c8;
tr:hover td, td.highlighted, th.highlighted {
background-color: $highlight-color;
}
Expand Down

0 comments on commit 63c205b

Please sign in to comment.