From b2e7a1fac1613f63e879b22c577500de0b033fdc Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 5 Feb 2022 19:33:35 +0100 Subject: Added radio --- src/objects/_text-field.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/objects/_text-field.scss') diff --git a/src/objects/_text-field.scss b/src/objects/_text-field.scss index ac48216..4201f00 100644 --- a/src/objects/_text-field.scss +++ b/src/objects/_text-field.scss @@ -39,11 +39,11 @@ --hover: ( --border: iro.props-get(--colors --accent --error, $global: true), - --shadow: iro.props-get(--colors --text-input --error --shadow, null), + --shadow: 0 0 0 0 transparent, ), --focus: ( --border: iro.props-get(--colors --accent --error, $global: true), - --shadow: iro.props-get(--colors --text-input --error --shadow, null), + --shadow: 0 0 0 0 transparent, ), ), --disabled: ( @@ -75,7 +75,7 @@ pointer-events: none; } - @include iro.bem-elem('input') { + @include iro.bem-elem('native') { @include typography.set-font(vars.$font--main, (size: 1em, line-height: vars.$line-height)); color: iro.props-get(--colors --text); @@ -144,7 +144,7 @@ @include iro.bem-modifier('fill') { padding: 0; - @include iro.bem-elem('input') { + @include iro.bem-elem('native') { padding: iro.props-get(--dims --padding-y) iro.props-get(--dims --padding-x); } } @@ -152,7 +152,7 @@ @include iro.bem-is('disabled') { background-color: iro.props-get(--colors --disabled --bg); - @include iro.bem-elem('input') { + @include iro.bem-elem('native') { color: iro.props-get(--colors --disabled --text); &::placeholder { -- cgit v1.2.3-70-g09d2