Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 69b8ae8d authored by VIAUD Nathan's avatar VIAUD Nathan
Browse files

border highlight on score input focus

parent 071c1d28
No related branches found
No related tags found
No related merge requests found
Pipeline #884513 passed
......@@ -71,6 +71,11 @@ function onBlur() {
width: fit-content;
margin-bottom: 1.5rem;
&:focus-within {
outline: 1px solid var(--editor-blue);
box-shadow: 0 1px 8px 0 var(--editor-blue-shadow);
}
input[type="number"] {
border: none;
margin: .5rem;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment