summaryrefslogtreecommitdiffstats
path: root/src/objects/_checkbox.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/objects/_checkbox.scss')
-rw-r--r--src/objects/_checkbox.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/objects/_checkbox.scss b/src/objects/_checkbox.scss
index 8e9e64c..e56b10e 100644
--- a/src/objects/_checkbox.scss
+++ b/src/objects/_checkbox.scss
@@ -202,6 +202,14 @@
202 &::before { 202 &::before {
203 background-color: fn.color(--key-focus --box-bg); 203 background-color: fn.color(--key-focus --box-bg);
204 } 204 }
205
206 &::after {
207 border-color: fn.color(--key-focus --box-bg);
208 }
209
210 @include iro.bem-elem('check-icon') {
211 color: fn.color(--key-focus --box-bg);
212 }
205 } 213 }
206 } 214 }
207 } 215 }