Skip to content

Commit 818ef69

Browse files
committed
fix: change cursor to pointer when close button for snippets panel is hovered
1 parent 76d6aae commit 818ef69

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/styles/Extn-CustomSnippets.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@
9797
padding-top: 2.5px;
9898
}
9999

100+
#custom-snippets-panel .close:hover {
101+
cursor: pointer;
102+
}
103+
100104
.filter-snippets-panel {
101105
display: inline-block;
102106
}

0 commit comments

Comments
 (0)