Skip to content

Commit

Permalink
fix(all): hover for header bits
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Sep 27, 2023
1 parent d690d1f commit dd24c59
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions frontend/src/pages/Home/ProcessTable.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,12 @@
width: 100%;
}

.process-table-row:hover {
background-color: rgba(0, 0, 0, 0.1)
.process-table .process-table-row:hover {
background-color: rgba(0, 0, 0, 0.1);
}

.process-table-header .process-table-cell:hover {
background-color: rgba(0, 0, 0, 0.1);
}

.short {
Expand Down

0 comments on commit dd24c59

Please sign in to comment.