Skip to content

Commit

Permalink
fix: use outlines for field focus states
Browse files Browse the repository at this point in the history
Closes #267
  • Loading branch information
Skaiir committed Aug 17, 2022
1 parent 358aafd commit 4c79610
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/form-js-viewer/assets/form-js.css
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,7 @@
.fjs-container .fjs-button[type='reset']:focus,
.fjs-container .fjs-textarea:focus,
.fjs-container .fjs-select:focus {
outline: none;
padding: 7px;
border-width: 2px;
outline: var(--color-borders) solid 1px;
}

.fjs-container .fjs-button[type='submit']:focus {
Expand Down

0 comments on commit 4c79610

Please sign in to comment.