summaryrefslogtreecommitdiffstats
path: root/tpl/objects/checkbox.pug
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2024-06-25 17:39:03 +0200
committerVolpeon <git@volpeon.ink>2024-06-25 17:39:03 +0200
commit4de75e0f305b2cb4a026073440f2bac7c34df817 (patch)
tree628f71b6f917bb9357ae14d018149509db655e4e /tpl/objects/checkbox.pug
parentUpdate (diff)
downloadiro-design-4de75e0f305b2cb4a026073440f2bac7c34df817.tar.gz
iro-design-4de75e0f305b2cb4a026073440f2bac7c34df817.tar.bz2
iro-design-4de75e0f305b2cb4a026073440f2bac7c34df817.zip
Focus indicator style
Diffstat (limited to 'tpl/objects/checkbox.pug')
-rw-r--r--tpl/objects/checkbox.pug4
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/objects/checkbox.pug b/tpl/objects/checkbox.pug
index 874505b..db794f6 100644
--- a/tpl/objects/checkbox.pug
+++ b/tpl/objects/checkbox.pug
@@ -12,7 +12,7 @@ mixin checkbox
12 type='checkbox' 12 type='checkbox'
13 class={ 'is-indeterminate': attributes.indeterminate } 13 class={ 'is-indeterminate': attributes.indeterminate }
14 )&attributes(attributes) 14 )&attributes(attributes)
15 .o-checkbox__box 15 span.o-checkbox__box
16 +icon('check')(class='o-checkbox__check-icon') 16 +icon('check')(class='o-checkbox__check-icon')
17 .o-checkbox__label 17 span.o-checkbox__label
18 block 18 block