Skip to content

Commit 4953176

Browse files
committed
lint
1 parent 4f09341 commit 4953176

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

style/base.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
background: var(--jp-toolbar-background);
3131
border-bottom: 1px solid var(--jp-border-color1);
3232
border-radius: 8px 8px 0 0;
33+
user-select: none;
3334
}
3435

3536
.floating-input-title {
@@ -66,10 +67,6 @@
6667
cursor: grabbing !important;
6768
}
6869

69-
.floating-input-header {
70-
user-select: none;
71-
}
72-
7370
.floating-input-container:not(.dragging) .floating-input-header {
7471
cursor: grab;
7572
}

0 commit comments

Comments
 (0)