Skip to content

Commit

Permalink
fix: make shadow-none & ring-0 important while focus for MultiselectI…
Browse files Browse the repository at this point in the history
…nput Control
  • Loading branch information
shariquerik committed Dec 26, 2023
1 parent 9681995 commit c1d51ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Controls/MultiselectInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</template>
</Button>
<TextInput
class="min-w-20 flex-1 border-none bg-white hover:bg-white focus:border-none focus:shadow-none focus-visible:ring-0"
class="min-w-20 flex-1 border-none bg-white hover:bg-white focus:border-none focus:!shadow-none focus-visible:!ring-0"
v-model="currentValue"
@keydown.enter.capture.stop="addValue"
@keydown.tab.capture.stop="addValue"
Expand Down

0 comments on commit c1d51ba

Please sign in to comment.