From 62702068129f163910d09e090e65cb85c9ebf3cb Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Fri, 4 Oct 2019 00:40:45 +0200 Subject: [PATCH] Reset webkit styling for our inputs --- src/components/ui/SeasonedInput.vue | 3 +++ 1 file changed, 3 insertions(+) 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;