Skip to content

Commit

Permalink
Merge pull request #679 from nasa-jpl/fix/revert-input-zoom-fix
Browse files Browse the repository at this point in the history
Fix: revert input zoom fix
  • Loading branch information
jamesray authored Nov 5, 2024
2 parents dbe54f0 + 42ca383 commit b7b759d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 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
4 changes: 0 additions & 4 deletions packages/vue/src/components/TheFooter/TheFooterSignUp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,5 @@ export default defineComponent({
.EmailInput::placeholder {
@apply text-white text-opacity-40;
}
input[type='email'].EmailInput {
transform: scale(0.875);
transform-origin: left;
}
}
</style>

0 comments on commit b7b759d

Please sign in to comment.