Skip to content

Commit 4ff6343

Browse files
committed
Update packages/next/src/next-devtools/dev-overlay/components/devtools-panel/devtools-panel.tsx
1 parent 0c0496c commit 4ff6343

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
@@ -321,7 +321,7 @@ export const DEVTOOLS_PANEL_STYLES = css`
321321
[data-nextjs-devtools-panel-header-action-button] {
322322
background: transparent;
323323
border: none;
324-
cursor: pointer !important;
324+
cursor: pointer;
325325
display: flex;
326326
align-items: center;
327327
justify-content: center;

0 commit comments

Comments
 (0)