Skip to content

Commit

Permalink
Fix input focus box shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
petrzpav committed Nov 12, 2024
1 parent 1e62da6 commit 43c8a93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/sass/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ main {
dd {
margin-left: $spacer;
}

.form-control:focus {
box-shadow: inset 0 0 0 0.1rem rgba(13, 110, 253, 0.25);
}

0 comments on commit 43c8a93

Please sign in to comment.