Skip to content

Commit

Permalink
chore: changed palette focus margin to outline
Browse files Browse the repository at this point in the history
Related to #848
  • Loading branch information
Skaiir committed Oct 19, 2023
1 parent aa425f5 commit e7c8632
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/form-js-editor/assets/form-js-editor-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -650,8 +650,7 @@
}

.fjs-palette-container .fjs-palette-field:focus {
outline: none;
border: solid 1px var(--color-palette-field-focus);
outline: solid 1px var(--color-palette-field-focus);
}

.fjs-palette-field .fjs-palette-field-icon {
Expand Down

0 comments on commit e7c8632

Please sign in to comment.