chore(Select): move global style to sfc

Related to #1266
This commit is contained in:
Benjamin Canac
2024-01-22 22:08:44 +01:00
parent a2ed3cc376
commit 865c492616
2 changed files with 6 additions and 4 deletions

View File

@@ -348,3 +348,9 @@ export default defineComponent({
}
})
</script>
<style scoped>
.form-select {
background-image: none;
}
</style>

View File

@@ -7,7 +7,3 @@ a:focus-visible {
}
::selection { @apply bg-primary/40; }
select {
background-image: none;
}