From ea8b0bc19219f6f931e3be757c25743c2c828b2e Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sun, 6 Feb 2022 10:28:10 +0100 Subject: Added checkbox and switch --- src/objects/_button.scss | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'src/objects/_button.scss') diff --git a/src/objects/_button.scss b/src/objects/_button.scss index 5da1fbd..3932575 100644 --- a/src/objects/_button.scss +++ b/src/objects/_button.scss @@ -55,7 +55,7 @@ --accent: ( --bg: iro.props-get(--colors --accent --primary, $global: true), --label: iro.props-get(--colors --accent --primary-fg, $global: true), - --outline-label: iro.props-get(--colors --accent --primary-lo2, $global: true), + --outline-label: iro.props-get(--colors --accent --primary-lo, $global: true), --shadow: 0 0 0 0 transparent, --hover: ( @@ -130,12 +130,9 @@ @include button-variant('secondary'); - @each $mod in ('accent' 'primary' 'secondary') { - @if $mod != 'secondary' { - @include iro.bem-modifier($mod) { - // sass-lint:disable-block function-name-format - @include button-variant($mod); - } + @each $mod in ('accent' 'primary') { + @include iro.bem-modifier($mod) { + @include button-variant($mod); } } -- cgit v1.2.3-70-g09d2