Skip to content

Commit

Permalink
Make input focus shadow more prominent
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb531 committed Jan 25, 2025
1 parent e079bbb commit 510937e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/_dashboard-controls.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ input[type='text'] {
&:focus {
outline-width: 0;
border-color: var(--input-focus-border-color);
box-shadow: 0 0 3px 1px var(--input-focus-box-shadow-color);
box-shadow: 0 0 5px 2px var(--input-focus-box-shadow-color);
}
}

Expand Down

0 comments on commit 510937e

Please sign in to comment.