From 69b56f7b87b40c13bc01557025febcec939c8df9 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sun, 15 Oct 2023 21:32:45 +0200 Subject: Update --- src/objects/_text-field.scss | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/objects/_text-field.scss b/src/objects/_text-field.scss index 4f1fd1b..ad03ec5 100644 --- a/src/objects/_text-field.scss +++ b/src/objects/_text-field.scss @@ -114,13 +114,15 @@ } @include iro.bem-elem('native') { - box-sizing: border-box; - width: 100%; - padding: calc(fn.dim(--pad-y) - .5em * ($line-height - 1)) fn.dim(--pad-x); - border: 1px solid transparent; - color: fn.color(--text); - line-height: $line-height; - resize: none; + box-sizing: border-box; + width: 100%; + padding: calc(fn.dim(--pad-y) - .5em * ($line-height - 1)) fn.dim(--pad-x); + border: 1px solid transparent; + background-color: transparent; + color: fn.color(--text); + line-height: $line-height; + resize: none; + appearance: none; &::placeholder { opacity: 1; -- cgit v1.2.3-54-g00ecf