Skip to content

Commit 7066cc1

Browse files
committed
Update packages/next/src/next-devtools/dev-overlay/components/devtools-panel/devtools-panel.tsx
1 parent aa1f263 commit 7066cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/next/src/next-devtools/dev-overlay/components/devtools-panel/devtools-panel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ export const DEVTOOLS_PANEL_STYLES = css`
324324
[data-nextjs-devtools-panel-header-action-button] {
325325
background: transparent;
326326
border: none;
327-
cursor: pointer !important;
327+
cursor: pointer;
328328
display: flex;
329329
align-items: center;
330330
justify-content: center;

0 commit comments

Comments
 (0)