Skip to content

Commit 929f475

Browse files
Morten LautrupRokt33r
authored andcommitted
Make buttons undraggable
1 parent 1afa02b commit 929f475

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

browser/main/Detail/MarkdownNoteDetail.styl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,8 @@ body[data-theme="monokai"]
8080
body[data-theme="dracula"]
8181
.root
8282
border-left 1px solid $ui-dracula-borderColor
83-
background-color $ui-dracula-noteDetail-backgroundColor
83+
background-color $ui-dracula-noteDetail-backgroundColor
84+
85+
img, span, div
86+
-webkit-user-drag none
87+
user-select none

0 commit comments

Comments
 (0)