@@ -104,6 +104,7 @@ body[data-theme="dark"]
104
104
background-color alpha ($ui-dark-button--active-backgroundColor , 20% )
105
105
color $ui-dark-text-color
106
106
.item-simple-title
107
+ .item-simple-title-empty
107
108
.item-simple-title-icon
108
109
.item-simple-bottom-time
109
110
transition 0.15s
@@ -117,6 +118,7 @@ body[data-theme="dark"]
117
118
background-color $ui-dark-button--active-backgroundColor
118
119
color $ui-dark-text-color
119
120
.item-simple-title
121
+ .item-simple-title-empty
120
122
.item-simple-title-icon
121
123
.item-simple-bottom-time
122
124
transition 0.15s
@@ -165,9 +167,10 @@ body[data-theme="solarized-dark"]
165
167
background-color $ui-solarized-dark-noteList-backgroundColor
166
168
& :hover
167
169
transition 0.15s
168
- // background-color alpha($ui-dark-button--active-backgroundColor, 20 %)
170
+ background-color alpha ($ui-dark-button--active-backgroundColor , 60 % )
169
171
color $ui-solarized-dark-text-color
170
172
.item-simple-title
173
+ .item-simple-title-empty
171
174
.item-simple-title-icon
172
175
.item-simple-bottom-time
173
176
transition 0.15s
@@ -178,9 +181,10 @@ body[data-theme="solarized-dark"]
178
181
color $ui-solarized-dark-text-color
179
182
& :active
180
183
transition 0.15s
181
- background-color $ui-solarized-dark-button--active-backgroundColor
182
- color $ui-solarized- dark-text-color
184
+ // background-color $ui-solarized-dark-button--active-backgroundColor
185
+ color $ui-dark-text-color
183
186
.item-simple-title
187
+ .item-simple-title-empty
184
188
.item-simple-title-icon
185
189
.item-simple-bottom-time
186
190
transition 0.15s
@@ -192,11 +196,13 @@ body[data-theme="solarized-dark"]
192
196
193
197
.item-simple--active
194
198
border-color $ui-solarized-dark-borderColor
195
- background-color $ui-solarized-dark-button--active -backgroundColor
199
+ background-color $ui-solarized-dark-tag -backgroundColor
196
200
.item-simple-wrapper
197
201
border-color transparent
198
202
.item-simple-title
203
+ .item-simple-title-empty
199
204
.item-simple-title-icon
205
+ color $ui-dark-text-color
200
206
.item-simple-bottom-time
201
207
color $ui-solarized-dark-text-color
202
208
.item-simple-bottom-tagList-item
@@ -207,11 +213,14 @@ body[data-theme="solarized-dark"]
207
213
color #c0 39 2b
208
214
.item-simple-bottom-tagList-item
209
215
background-color alpha (#f f f , 20% )
210
- .item-simple-right
211
- float right
212
- .item-simple-right-storageName
213
- padding-left 4px
214
- opacity 0.4
216
+ .item-simple-title
217
+ color $ui-dark-text-color
218
+ border-bottom $ui-dark-borderColor
219
+ .item-simple-right
220
+ float right
221
+ .item-simple-right-storageName
222
+ padding-left 4px
223
+ opacity 0.4
215
224
216
225
body [data-theme = "monokai" ]
217
226
.root
@@ -223,13 +232,14 @@ body[data-theme="monokai"]
223
232
background-color $ui-monokai-noteList-backgroundColor
224
233
& :hover
225
234
transition 0.15s
226
- // background-color alpha($ui-dark -button--active- backgroundColor, 20 %)
235
+ background-color alpha ($ui-monokai -button-backgroundColor , 60 % )
227
236
color $ui-monokai-text-color
228
237
.item-simple-title
238
+ .item-simple-title-empty
229
239
.item-simple-title-icon
230
240
.item-simple-bottom-time
231
241
transition 0.15s
232
- color $ui-monokai -text-color
242
+ color $ui-solarized-dark -text-color
233
243
.item-simple-bottom-tagList-item
234
244
transition 0.15s
235
245
background-color alpha (#f f f , 20% )
@@ -239,6 +249,7 @@ body[data-theme="monokai"]
239
249
background-color $ui-monokai-button--active-backgroundColor
240
250
color $ui-monokai-text-color
241
251
.item-simple-title
252
+ .item-simple-title-empty
242
253
.item-simple-title-icon
243
254
.item-simple-bottom-time
244
255
transition 0.15s
@@ -254,6 +265,7 @@ body[data-theme="monokai"]
254
265
.item-simple-wrapper
255
266
border-color transparent
256
267
.item-simple-title
268
+ .item-simple-title-empty
257
269
.item-simple-title-icon
258
270
.item-simple-bottom-time
259
271
color $ui-monokai-text-color
@@ -265,8 +277,11 @@ body[data-theme="monokai"]
265
277
color #c0 39 2b
266
278
.item-simple-bottom-tagList-item
267
279
background-color alpha (#f f f , 20% )
268
- .item-simple-right
269
- float right
270
- .item-simple-right-storageName
271
- padding-left 4px
272
- opacity 0.4
280
+ .item-simple-title
281
+ color $ui-dark-text-color
282
+ border-bottom $ui-dark-borderColor
283
+ .item-simple-right
284
+ float right
285
+ .item-simple-right-storageName
286
+ padding-left 4px
287
+ opacity 0.4
0 commit comments