File tree Expand file tree Collapse file tree 1 file changed +25
-28
lines changed
packages/repl/src/lib/Input Expand file tree Collapse file tree 1 file changed +25
-28
lines changed Original file line number Diff line number Diff line change 216
216
background-size : 1em ;
217
217
}
218
218
219
+ .remove {
220
+ position : absolute ;
221
+ display : none ;
222
+ right : 1px ;
223
+ top : 4px ;
224
+ width : 16px ;
225
+ text-align : right ;
226
+ padding : 12px 0 12px 5px ;
227
+ font-size : 8px ;
228
+ cursor : pointer ;
229
+ }
230
+
231
+ &.drag-over {
232
+ background : #67677814 ;
233
+ cursor : move ;
234
+ }
235
+
219
236
&.active {
220
237
border-bottom : 1px solid var (--sk-fg-accent );
238
+
239
+ .editable {
240
+ cursor : text ;
241
+ }
242
+
243
+ .remove {
244
+ display : block ;
245
+ }
221
246
}
222
247
}
223
248
244
269
}
245
270
}
246
271
247
- .remove {
248
- position : absolute ;
249
- display : none ;
250
- right : 1px ;
251
- top : 4px ;
252
- width : 16px ;
253
- text-align : right ;
254
- padding : 12px 0 12px 5px ;
255
- font-size : 8px ;
256
- cursor : pointer ;
257
- }
258
-
259
- .file-tabs .button.active .editable {
260
- cursor : text ;
261
- }
262
-
263
- .file-tabs .button.active .remove {
264
- display : block ;
265
- }
266
-
267
- .file-tabs .button.drag-over {
268
- background : #67677814 ;
269
- }
270
-
271
- .file-tabs .button.drag-over {
272
- cursor : move ;
273
- }
274
-
275
272
.add-new {
276
273
padding : 12px 10px 8px 8px ;
277
274
height : 40px ;
You can’t perform that action at this time.
0 commit comments