File tree Expand file tree Collapse file tree 3 files changed +17
-9
lines changed Expand file tree Collapse file tree 3 files changed +17
-9
lines changed Original file line number Diff line number Diff line change @@ -81,11 +81,4 @@ body[data-theme="dracula"]
81
81
.root
82
82
border-left 1px solid $ui-dracula-borderColor
83
83
background-color $ui-dracula-noteDetail-backgroundColor
84
-
85
- div
86
- > button , div
87
- -webkit- user-drag none
88
- user-select none
89
- > img , span
90
- -webkit- user-drag none
91
- user-select none
84
+
Original file line number Diff line number Diff line change @@ -107,4 +107,12 @@ body[data-theme="monokai"]
107
107
body [data-theme = "dracula" ]
108
108
.info
109
109
border-color $ui-dracula-borderColor
110
- background-color $ui-dracula-noteDetail-backgroundColor
110
+ background-color $ui-dracula-noteDetail-backgroundColor
111
+
112
+ .info > div
113
+ > button
114
+ -webkit- user-drag none
115
+ user-select none
116
+ > img , span
117
+ -webkit- user-drag none
118
+ user-select none
Original file line number Diff line number Diff line change @@ -75,3 +75,10 @@ body[data-theme="dracula"]
75
75
.active
76
76
background-color #bd 93 f9
77
77
box-shadow 2px 0px 7px #22 22 22
78
+
79
+ .control-toggleModeButton
80
+ -webkit- user-drag none
81
+ user-select none
82
+ > div img
83
+ -webkit- user-drag none
84
+ user-select none
You can’t perform that action at this time.
0 commit comments