diff --git a/src/components/ui/SeasonedInput.vue b/src/components/ui/SeasonedInput.vue index 4716af2..4d39e84 100644 --- a/src/components/ui/SeasonedInput.vue +++ b/src/components/ui/SeasonedInput.vue @@ -81,6 +81,9 @@ export default { z-index: 3; transition: border-color .5s ease; + border-radius: 0; + -webkit-appearance: none; + &-show { position: relative; left: -50px;