Skip to content

Commit

Permalink
Change mouse cursor to pointer when hovering over an output
Browse files Browse the repository at this point in the history
The implementation of the available view has recently change and the
cursor was not updated when hovering over an output (view). This
commit changes that.

Signed-off-by: Bernd Hufmann <[email protected]>
  • Loading branch information
bhufmann committed Nov 13, 2024
1 parent 754852a commit 385b5c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/react-components/style/output-components-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,10 @@ canvas {
white-space: nowrap;
}

.avail-views-table tr {
cursor: pointer;
}

.table-tree tr.selected td {
background-color: var(--trace-viewer-selection-background) !important;
}
Expand Down

0 comments on commit 385b5c8

Please sign in to comment.