Skip to content

Commit

Permalink
adjust focus style
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectronicBlueberry committed Jan 19, 2024
1 parent ccb788d commit 156762e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/src/components/TagsMultiselect/HeadlessMultiselect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,12 @@ const bounds = useElementBounding(root);
flex-grow: 1;
margin: 0;
border: none;
&:focus,
&:focus-visible {
outline: none;
border: none;
}
}
button {
Expand Down

0 comments on commit 156762e

Please sign in to comment.