diff options
author | Volpeon <git@volpeon.ink> | 2022-02-06 17:58:18 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-02-06 17:58:18 +0100 |
commit | ee348ee0a90fd6fef093ebfff764032a6c2982e1 (patch) | |
tree | 343f79b6725d2ea15a4995d38ac60b6469b1fa9e | |
parent | Cleanup (diff) | |
download | iro-design-ee348ee0a90fd6fef093ebfff764032a6c2982e1.tar.gz iro-design-ee348ee0a90fd6fef093ebfff764032a6c2982e1.tar.bz2 iro-design-ee348ee0a90fd6fef093ebfff764032a6c2982e1.zip |
Fixes
-rw-r--r-- | src/objects/_checkbox.scss | 2 | ||||
-rw-r--r-- | src/objects/_switch.scss | 2 | ||||
-rw-r--r-- | src/objects/_text-field.scss | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/src/objects/_checkbox.scss b/src/objects/_checkbox.scss index 11836e1..377b002 100644 --- a/src/objects/_checkbox.scss +++ b/src/objects/_checkbox.scss | |||
@@ -48,7 +48,7 @@ | |||
48 | align-items: flex-start; | 48 | align-items: flex-start; |
49 | margin-right: calc(-1 * fn.dim(--padding-x) + fn.dim(--margin-right)); | 49 | margin-right: calc(-1 * fn.dim(--padding-x) + fn.dim(--margin-right)); |
50 | margin-left: calc(-1 * fn.dim(--padding-x)); | 50 | margin-left: calc(-1 * fn.dim(--padding-x)); |
51 | padding: fn.dim(--padding-y) fn.dim(--padding-x); // sass-lint:disable-line shorthand-values | 51 | padding: fn.dim(--padding-y) fn.dim(--padding-x); |
52 | 52 | ||
53 | @include iro.bem-elem('box') { | 53 | @include iro.bem-elem('box') { |
54 | display: block; | 54 | display: block; |
diff --git a/src/objects/_switch.scss b/src/objects/_switch.scss index 95209b4..85aa782 100644 --- a/src/objects/_switch.scss +++ b/src/objects/_switch.scss | |||
@@ -52,7 +52,7 @@ | |||
52 | align-items: flex-start; | 52 | align-items: flex-start; |
53 | margin-right: calc(-1 * fn.dim(--padding-x) + fn.dim(--margin-right)); | 53 | margin-right: calc(-1 * fn.dim(--padding-x) + fn.dim(--margin-right)); |
54 | margin-left: calc(-1 * fn.dim(--padding-x)); | 54 | margin-left: calc(-1 * fn.dim(--padding-x)); |
55 | padding: fn.dim(--padding-y) fn.dim(--padding-x); // sass-lint:disable-line shorthand-values | 55 | padding: fn.dim(--padding-y) fn.dim(--padding-x); |
56 | 56 | ||
57 | @include iro.bem-elem('indicator') { | 57 | @include iro.bem-elem('indicator') { |
58 | display: block; | 58 | display: block; |
diff --git a/src/objects/_text-field.scss b/src/objects/_text-field.scss index ed96c7a..ca0eb5b 100644 --- a/src/objects/_text-field.scss +++ b/src/objects/_text-field.scss | |||
@@ -182,6 +182,7 @@ | |||
182 | 182 | ||
183 | @include iro.bem-is('disabled') { | 183 | @include iro.bem-is('disabled') { |
184 | background-color: fn.color(--disabled --bg); | 184 | background-color: fn.color(--disabled --bg); |
185 | box-shadow: fn.color(--disabled --shadow); | ||
185 | 186 | ||
186 | @include iro.bem-elem('native') { | 187 | @include iro.bem-elem('native') { |
187 | color: fn.color(--disabled --text); | 188 | color: fn.color(--disabled --text); |