Skip to content

Commit 9b5335d

Browse files
authored
fix: move cursor pointer style on panel header to the clickable part
1 parent 2e91d80 commit 9b5335d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/repl/src/lib/Output/PaneWithPanel.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
justify-content: space-between;
6262
align-items: center;
6363
padding: 0.5rem 0.5rem 0.5rem 1rem;
64-
cursor: pointer;
6564
}
6665
6766
.panel-body {
@@ -73,6 +72,7 @@
7372
text-transform: uppercase;
7473
flex: 1;
7574
text-align: left;
75+
cursor: pointer;
7676
}
7777
7878
section {

0 commit comments

Comments
 (0)