Skip to content

Commit f647adf

Browse files
authored
[chore] Make changing the name of a REPL obvious (#6808)
1 parent c2149e8 commit f647adf

File tree

1 file changed

+8
-0
lines changed
  • site/src/routes/repl/[id]/_components/AppControls

1 file changed

+8
-0
lines changed

site/src/routes/repl/[id]/_components/AppControls/index.svelte

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,17 @@ export default app;` });
265265
opacity: 0.7;
266266
outline: none;
267267
flex: 1;
268+
margin: 0 0.2em 0 .4rem;
269+
padding-top: 0.2em;
270+
border-bottom: 1px solid transparent;
268271
}
269272
273+
input:hover {
274+
border-bottom: 1px solid currentColor;
275+
opacity: 1;
276+
}
270277
input:focus {
278+
border-bottom: 1px solid currentColor;
271279
opacity: 1;
272280
}
273281

0 commit comments

Comments
 (0)