diff options
Diffstat (limited to 'src/objects/_thumbnail.vars.scss')
-rw-r--r-- | src/objects/_thumbnail.vars.scss | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/objects/_thumbnail.vars.scss b/src/objects/_thumbnail.vars.scss index 60bf2e9..e49e52e 100644 --- a/src/objects/_thumbnail.vars.scss +++ b/src/objects/_thumbnail.vars.scss | |||
@@ -28,24 +28,24 @@ $size--md: props.def(--o-thumbnail--size, props.get(core.$size--600), 'md') !def | |||
28 | $static-themes: props.def(--o-thumbnail, (), 'color'); | 28 | $static-themes: props.def(--o-thumbnail, (), 'color'); |
29 | 29 | ||
30 | @each $theme in map.keys(props.get(core.$transparent-colors)) { | 30 | @each $theme in map.keys(props.get(core.$transparent-colors)) { |
31 | $thumbnail-theme: --static-#{string.slice($theme, 3)}; | 31 | $thumbnail-theme: --static-#{string.slice($theme, 3)}; |
32 | 32 | ||
33 | $static-themes: props.merge($static-themes, ( | 33 | $static-themes: props.merge($static-themes, ( |
34 | $thumbnail-theme: ( | 34 | $thumbnail-theme: ( |
35 | --border: props.get(core.$transparent-colors, $theme, --400), | 35 | --border: props.get(core.$transparent-colors, $theme, --400), |
36 | 36 | ||
37 | --hover: ( | 37 | --hover: ( |
38 | --border: props.get(core.$transparent-colors, $theme, --500), | 38 | --border: props.get(core.$transparent-colors, $theme, --500), |
39 | ), | 39 | ), |
40 | 40 | ||
41 | --selected: ( | 41 | --selected: ( |
42 | --border: props.get(core.$transparent-colors, $theme, --900), | 42 | --border: props.get(core.$transparent-colors, $theme, --900), |
43 | ), | 43 | ), |
44 | 44 | ||
45 | --key-focus: ( | 45 | --key-focus: ( |
46 | --border: props.get(core.$transparent-colors, $theme, --900), | 46 | --border: props.get(core.$transparent-colors, $theme, --900), |
47 | --outline: props.get(core.$transparent-colors, $theme, --300), | 47 | --outline: props.get(core.$transparent-colors, $theme, --300), |
48 | ), | 48 | ), |
49 | ) | 49 | ) |
50 | )); | 50 | )); |
51 | } | 51 | } |