Skip to content

Commit 6a00f3c

Browse files
committed
Make clickable things use pointer cursor
1 parent c77a861 commit 6a00f3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/react-devtools-shared/src/devtools/views/SuspenseTab/SuspenseRects.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.SuspenseRectsContainer {
22
padding: .25rem;
3+
cursor: pointer;
34
}
45

56
.SuspenseRectsViewBox {
@@ -28,6 +29,7 @@
2829
pointer-events: all;
2930
outline-style: solid;
3031
outline-width: 1px;
32+
cursor: pointer;
3133
}
3234

3335
.SuspenseRectsScaledRect {

0 commit comments

Comments
 (0)