Skip to content

Commit

Permalink
feat: adjust focus styles
Browse files Browse the repository at this point in the history
  • Loading branch information
laurelfulford committed Apr 5, 2024
1 parent 8b24067 commit fae0930
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/newspack-ui/scss/elements/forms/_text-inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
width: 100%;

&:focus {
border-color: var( --newspack-ui-color-input-border-focus );
border-width: 2px;
outline: 2px solid var( --newspack-ui-color-input-border-focus );
outline-offset: -1px;
}

&:disabled {
Expand Down

0 comments on commit fae0930

Please sign in to comment.