Skip to content

Commit 80dd316

Browse files
committed
Don't show box shadow now that the outline isn't shown
1 parent 7b4b6f4 commit 80dd316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
transition: background-color 0.2s ease-out;
9494
}
9595

96-
.SuspenseRectsBoundary[data-selected='true'] {
96+
.SuspenseRectsBoundary[data-selected='true'][data-visible='true'] {
9797
box-shadow: var(--elevation-4);
9898
}
9999

0 commit comments

Comments
 (0)