Skip to content

Commit

Permalink
Update SearchInput.vue
Browse files Browse the repository at this point in the history
revert #705 fix for simple text-base fix
  • Loading branch information
jamesray authored Nov 5, 2024
1 parent 59b5e4a commit 42ca383
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/vue/src/components/SearchInput/SearchInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,6 @@ onMounted(() => {
</div>
</template>
<style lang="scss" scoped>
input[type='search'] {
transform: scale(0.875);
transform-origin: left;
@media screen and (min-width: 1024px) {
transform: scale(1);
}
}
.custom-focus {
input {
outline: none;
Expand Down

0 comments on commit 42ca383

Please sign in to comment.