Skip to content

Commit

Permalink
[chore] Make changing the name of a REPL obvious (#6808)
Browse files Browse the repository at this point in the history
  • Loading branch information
baseballyama authored Dec 2, 2021
1 parent c2149e8 commit f647adf
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,17 @@ export default app;` });
opacity: 0.7;
outline: none;
flex: 1;
margin: 0 0.2em 0 .4rem;
padding-top: 0.2em;
border-bottom: 1px solid transparent;
}
input:hover {
border-bottom: 1px solid currentColor;
opacity: 1;
}
input:focus {
border-bottom: 1px solid currentColor;
opacity: 1;
}
Expand Down

0 comments on commit f647adf

Please sign in to comment.