@castlabs/ui 7.3.0 → 7.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/dist/castlabs-ui-editor.common.js +50 -50
  2. package/dist/castlabs-ui-editor.common.js.map +1 -1
  3. package/dist/castlabs-ui-editor.umd.js +51 -51
  4. package/dist/castlabs-ui-editor.umd.js.map +1 -1
  5. package/dist/castlabs-ui.common.js +3 -3
  6. package/dist/castlabs-ui.common.js.map +1 -1
  7. package/dist/castlabs-ui.css +3 -3
  8. package/dist/castlabs-ui.umd.js +7 -7
  9. package/dist/castlabs-ui.umd.js.map +1 -1
  10. package/package.json +1 -1
  11. package/src/components/ClAlert/style.scss +1 -0
  12. package/src/components/ClButton/style.scss +6 -3
  13. package/src/components/ClCard/style.variables.scss +1 -1
  14. package/src/components/ClDropdown/style.scss +1 -3
  15. package/src/components/ClFooter/style.scss +1 -2
  16. package/src/components/ClIconotron/style.scss +1 -1
  17. package/src/components/form/ClFieldFile/style.scss +3 -1
  18. package/src/components/form/ClFieldGroup/style.scss +1 -1
  19. package/src/components/modal/ClModal/style.scss +2 -2
  20. package/src/components/navigation/ClNavSide/ClNavDrawer/style.scss +11 -3
  21. package/src/components/navigation/ClNavTop/style.scss +2 -7
  22. package/src/components/section/ClSectionHeadline/style.scss +1 -1
  23. package/src/components/table/ClTableCel/ID/style.scss +2 -3
  24. package/src/components/table/ClTableCel/Links/style.scss +3 -3
  25. package/src/components/text/ClCopy/style.scss +7 -6
  26. package/src/components/text/ClHashtag/style.scss +1 -0
  27. package/src/components/text/ClLinkExternal/style.scss +42 -34
  28. package/src/components/text/ClPlan/style.scss +1 -0
  29. package/src/components/text/ClRole/style.scss +1 -0
  30. package/src/styles/abstracts/app.scss +1 -0
  31. package/src/styles/abstracts/color.scss +21 -37
  32. package/src/styles/abstracts/fontawesome.scss +16 -6
  33. package/src/styles/abstracts/form.scss +1 -8
  34. package/src/styles/abstracts/typography.scss +84 -65
  35. package/src/styles/layout/color.scss +12 -7
  36. package/src/styles/layout/typography.scss +1 -1
  37. /package/dist/fonts/{DM_Mono_500.3f958442.woff2 → DM_Mono_500.03f95844.woff2} +0 -0
  38. /package/dist/fonts/{fa-brands-400.5faf8763.woff2 → fa-brands-400.05faf876.woff2} +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@castlabs/ui",
3
- "version": "7.3.0",
3
+ "version": "7.4.0",
4
4
  "repository": "https://github.com/castlabs/ui-styleguide",
5
5
  "private": false,
6
6
  "description": "A vanilla HTML/CS/JS & Vue.js component library for Castlabs.",
@@ -111,6 +111,7 @@
111
111
 
112
112
  background-color: transparent;
113
113
  border: 0;
114
+ border-radius: $brand-border-radius-minor;
114
115
  display: inline-block;
115
116
  font-weight: 500;
116
117
  line-height: 1;
@@ -49,14 +49,17 @@
49
49
  }
50
50
  }
51
51
 
52
+ a.btn {
53
+ text-decoration: none !important;
54
+ }
55
+
52
56
  .cl-btn-quickaction {
53
57
  @extend %cl-a-btn;
54
58
 
55
- @include typography-link($color-text, $color-ci-red, 0);
56
- @include cl-color-focus-outline(var(--cl-color-focus), 2px);
59
+ @include typography-link-invisible;
57
60
 
61
+ background-color: transparent;
58
62
  border: 0;
59
- border-radius: 0;
60
63
  font-weight: 500;
61
64
  line-height: 1;
62
65
  margin-left: $spacing-tiny;
@@ -53,7 +53,7 @@ $card-spacing-tight: $spacing-small;
53
53
  }
54
54
 
55
55
  a:not(.btn) {
56
- @include typography-link(var(--cl-color-link), var(--cl-color-hover));
56
+ @include typography-link;
57
57
 
58
58
  display: inline-block;
59
59
  }
@@ -94,7 +94,6 @@ $dropdown-line-height: 1.25;
94
94
  letter-spacing: 0;
95
95
  line-height: 1.4;
96
96
  margin-top: 0;
97
- opacity: $color-hover-opacity;
98
97
  }
99
98
 
100
99
  &-tiny {
@@ -166,7 +165,7 @@ div.cl-dropdown summary {
166
165
  .cl-dropdown-item {
167
166
  @extend %cl-p-nav;
168
167
 
169
- @include typography-link(var(--cl-color-text), var(--cl-color-text), 0);
168
+ @include typography-link(var(--cl-color-text), var(--cl-color-text), transparent, transparent);
170
169
  @include cl-color-focus-outline;
171
170
 
172
171
  display: block;
@@ -186,7 +185,6 @@ div.cl-dropdown summary {
186
185
  font-weight: 500;
187
186
  letter-spacing: 0;
188
187
  margin-top: 0;
189
- opacity: $color-hover-opacity;
190
188
  }
191
189
 
192
190
  > span,
@@ -14,8 +14,7 @@
14
14
  padding-top: $spacing-small;
15
15
 
16
16
  a {
17
- @include typography-link(var(--cl-color-text), $color-ci-red, 0);
18
- @include cl-color-focus-outline(var(--cl-color-focus), 2px);
17
+ @include typography-link-invisible;
19
18
 
20
19
  &:hover {
21
20
  text-decoration: underline;
@@ -78,6 +78,6 @@
78
78
  }
79
79
 
80
80
  a {
81
- @include typography-link($color-text, rgba($color-text, $color-hover-opacity));
81
+ @include typography-link;
82
82
  }
83
83
  }
@@ -20,6 +20,7 @@
20
20
  margin: 0;
21
21
  overflow: hidden;
22
22
  padding: 0;
23
+ position: absolute;
23
24
  width: 0;
24
25
  }
25
26
 
@@ -62,11 +63,12 @@
62
63
  .cl-file-companion {
63
64
  @extend %spacing-micro;
64
65
  @extend %form-field-box;
65
- @extend %form-field-typography-sans;
66
+ @extend %form-field-typography-monospace;
66
67
 
67
68
  @include cl-form-focus;
68
69
 
69
70
  letter-spacing: 0;
71
+ line-height: 1.6;
70
72
  text-transform: none;
71
73
  }
72
74
  }
@@ -60,7 +60,7 @@
60
60
  @extend %form-field-box;
61
61
  @extend %form-field-typography-monospace;
62
62
 
63
- background-color: $color-ci-clay;
63
+ background-color: $color-ci-haze;
64
64
  height: 100%;
65
65
  line-height: inherit;
66
66
  white-space: nowrap;
@@ -23,7 +23,7 @@
23
23
  z-index: $layer-z-modal;
24
24
 
25
25
  a {
26
- @include typography-link(var(--cl-color-link), $color-ci-ash);
26
+ @include typography-link;
27
27
 
28
28
  display: inline-block;
29
29
  }
@@ -113,7 +113,7 @@
113
113
 
114
114
  .modal-help,
115
115
  .cl-modal-help {
116
- @include typography-link(var(--cl-color-text), $color-ci-ash);
116
+ @include typography-link-invisible;
117
117
 
118
118
  display: inline-block;
119
119
  line-height: 1;
@@ -84,7 +84,12 @@ $sidenav-color-app: #3b4253; // color.adjust($sidenav-color-account, $lightness:
84
84
  padding: 0 $spacing-small;
85
85
 
86
86
  a {
87
- @include typography-link(var(--cl-color-text), var(--cl-color-text), 0);
87
+ @include typography-link(
88
+ var(--cl-color-text),
89
+ var(--cl-color-text),
90
+ transparent,
91
+ transparent
92
+ );
88
93
  @include cl-color-focus-outline(var(--cl-color-focus), 0);
89
94
 
90
95
  line-height: 1;
@@ -265,7 +270,10 @@ $sidenav-color-app: #3b4253; // color.adjust($sidenav-color-account, $lightness:
265
270
  @extend %cl-p-label;
266
271
 
267
272
  color: var(--cl-color-accent);
273
+ font-family: $typography-monospace-font-list;
274
+ letter-spacing: 0.05em;
268
275
  margin: $spacing-medium $spacing-small $spacing-tiny;
276
+ text-transform: uppercase;
269
277
 
270
278
  hr + & {
271
279
  margin-top: $spacing-tiny;
@@ -276,7 +284,7 @@ $sidenav-color-app: #3b4253; // color.adjust($sidenav-color-account, $lightness:
276
284
  // ------------------------------------------------------------
277
285
  @extend %cl-p-nav;
278
286
 
279
- @include typography-link(var(--cl-color-text), var(--cl-color-text), 0);
287
+ @include typography-link(var(--cl-color-text), var(--cl-color-text), transparent, transparent);
280
288
  @include cl-color-focus-outline;
281
289
 
282
290
  display: inline-block;
@@ -311,7 +319,7 @@ $sidenav-color-app: #3b4253; // color.adjust($sidenav-color-account, $lightness:
311
319
  }
312
320
 
313
321
  &.active {
314
- @include typography-link($color-ci-red, $color-ci-red, 0);
322
+ @include typography-link($color-ci-red, $color-ci-red, transparent, transparent);
315
323
 
316
324
  display: inline-block;
317
325
  padding: $spacing-tiny $spacing-small;
@@ -72,6 +72,7 @@ $sidenav-z-index: $layer-z-sidenav;
72
72
  .cl-logo {
73
73
  align-items: center;
74
74
  display: flex;
75
+ font-size: $header-nav-height * 0.5; // logo scales 2x
75
76
 
76
77
  span {
77
78
  @extend %cl-p-label;
@@ -201,16 +202,10 @@ $navbar-item-spacing: $spacing-medium;
201
202
  line-height: 1;
202
203
  margin: 0;
203
204
  padding: 0.5em 0;
204
-
205
- .cl-asset-logo,
206
- .cl-asset-logo-eggshell {
207
- height: 2.5 * 1em;
208
- width: 2.5 * 2.95em;
209
- }
210
205
  }
211
206
 
212
207
  .nav-link {
213
- @include typography-link($color-text, $color-ci-night, 0);
208
+ @include typography-link(var(--cl-color-text), var(--cl-color-text), transparent, transparent);
214
209
 
215
210
  display: block;
216
211
  font-weight: 500;
@@ -3,7 +3,7 @@
3
3
  .cl-section-dark .cl-headline-help-icon,
4
4
  .cl-section-primary .cl-headline-help-icon,
5
5
  .cl-section-secondary .cl-headline-help-icon {
6
- @include typography-link(rgba($color-ci-white, 0.5), $color-ci-white, 0);
6
+ @include typography-link-invisible;
7
7
 
8
8
  font-size: 0.5em;
9
9
  line-height: 1;
@@ -7,10 +7,9 @@
7
7
  @include typography-font(
8
8
  $typography-monospace-font-list,
9
9
  400,
10
- px(15),
10
+ px(14),
11
11
  $table-lineheight * 1.066666667,
12
- 0.025em,
13
- 80%
12
+ 0.025em
14
13
  );
15
14
 
16
15
  overflow-wrap: unset;
@@ -22,9 +22,9 @@
22
22
  right: 0;
23
23
  white-space: nowrap;
24
24
 
25
- a:not(.cl-a-primary) {
26
- @extend %cl-a-text;
27
- }
25
+ // a {
26
+ // @extend %cl-a-text;
27
+ // }
28
28
 
29
29
  :not(:first-child) {
30
30
  margin-left: $spacing-tiny;
@@ -14,14 +14,15 @@
14
14
  &::after {
15
15
  font-size: 0.75em;
16
16
  }
17
+
18
+ &:hover,
19
+ &:hover::after,
20
+ &:hover * {
21
+ color: $color-hover;
22
+ text-decoration-color: $color-hover;
23
+ }
17
24
  }
18
25
 
19
26
  .cl-copy-text {
20
- @extend %cl-a-text;
21
-
22
27
  text-decoration: underline;
23
28
  }
24
-
25
- .cl-copy-transparent {
26
- @extend %cl-a-transparent;
27
- }
@@ -15,6 +15,7 @@
15
15
  &::before {
16
16
  @include cl-fontawesome('\f292');
17
17
 
18
+ line-height: 0.5;
18
19
  margin-right: 0.2em;
19
20
  top: 0.015em;
20
21
  }
@@ -30,40 +30,45 @@ main a {
30
30
  // @extend %cl-a-secondary;
31
31
  // }
32
32
 
33
- .cl-a-text a:not(.btn),
34
- .cl-a-primary a.cl-a-text:not(.btn),
35
- .cl-a-secondary a.cl-a-text:not(.btn),
36
- .cl-a-transparent a.cl-a-text:not(.btn),
37
- a.cl-a-text:not(.btn) {
38
- @extend %cl-a-text;
39
- }
33
+ // .cl-a-text a:not(.btn),
34
+ // .cl-a-primary a.cl-a-text:not(.btn),
35
+ // .cl-a-secondary a.cl-a-text:not(.btn),
36
+ // .cl-a-transparent a.cl-a-text:not(.btn),
37
+ // a.cl-a-text:not(.btn) {
38
+ // @extend %cl-a-text;
39
+ // }
40
40
 
41
- .cl-a-transparent a:not(.btn),
42
- .cl-a-primary a.cl-a-transparent:not(.btn),
43
- .cl-a-secondary a.cl-a-transparent:not(.btn),
44
- .cl-a-text a.cl-a-transparent:not(.btn),
45
- a.cl-a-transparent:not(.btn) {
46
- @extend %cl-a-transparent;
47
- }
41
+ // .cl-a-transparent a:not(.btn),
42
+ // .cl-a-primary a.cl-a-transparent:not(.btn),
43
+ // .cl-a-secondary a.cl-a-transparent:not(.btn),
44
+ // .cl-a-text a.cl-a-transparent:not(.btn),
45
+ // a.cl-a-transparent:not(.btn) {
46
+ // @extend %cl-a-transparent;
47
+ // }
48
48
 
49
- .cl-a-none a:not(.btn),
50
- .cl-a-primary a.cl-a-none:not(.btn),
51
- .cl-a-secondary a.cl-a-none:not(.btn),
52
- .cl-a-text a.cl-a-none:not(.btn),
53
- a.cl-a-none:not(.btn) {
54
- @extend %cl-a-none;
55
- }
49
+ // .cl-a-none a:not(.btn),
50
+ // .cl-a-primary a.cl-a-none:not(.btn),
51
+ // .cl-a-secondary a.cl-a-none:not(.btn),
52
+ // .cl-a-text a.cl-a-none:not(.btn),
53
+ // a.cl-a-none:not(.btn) {
54
+ // @extend %cl-a-none;
55
+ // }
56
56
 
57
57
  .cl-a-btn {
58
- // a link that is more an embedded button
58
+ // a link that is more an embedded button, e.g. in table actions
59
59
  @extend %cl-a-btn;
60
60
  }
61
61
 
62
+ .cl-a-primary {
63
+ // primary link among many, usually table actions
64
+ font-weight: 700;
65
+ }
66
+
62
67
  .cl-a-quickaction {
63
68
  @extend %cl-a-btn;
64
- @extend %cl-a-transparent;
65
69
  @include cl-color-focus-outline(var(--cl-color-focus), 2px);
66
70
 
71
+ background-color: transparent;
67
72
  border-radius: 0;
68
73
  margin-left: $spacing-tiny;
69
74
  text-decoration: none;
@@ -90,7 +95,7 @@ a.cl-a-none:not(.btn) {
90
95
 
91
96
  .cl-a-lock,
92
97
  .cl-span-lock {
93
- @include cl-fontawesome-before('\f023', -0.15em, 0.8em, -0.15em);
98
+ @include cl-fontawesome-before('\f023', $color-ci-steel, -0.15em, 0.8em, -0.15em);
94
99
 
95
100
  &::before {
96
101
  font-weight: 900;
@@ -99,7 +104,7 @@ a.cl-a-none:not(.btn) {
99
104
 
100
105
  .cl-a-spinner,
101
106
  .cl-span-spinner {
102
- @include cl-fontawesome-before('\f110', -0.2em, 0.8em, -0.1em);
107
+ @include cl-fontawesome-before('\f110', $color-ci-steel, -0.2em, 0.8em, -0.1em);
103
108
 
104
109
  &::before {
105
110
  animation: cl-a-spin 2s linear infinite;
@@ -108,44 +113,47 @@ a.cl-a-none:not(.btn) {
108
113
  }
109
114
  }
110
115
 
116
+ span.cl-a-disabled,
117
+ span.cl-span-disabled,
111
118
  span.cl-a-lock,
112
119
  span.cl-span-lock,
113
120
  span.cl-a-spinner,
114
121
  span.cl-span-spinner {
115
122
  @extend %cl-a; // make it look like a link
116
123
 
117
- pointer-events: none; // disable hover effects
118
- text-decoration: underline;
124
+ &:hover {
125
+ cursor: not-allowed;
126
+ }
119
127
  }
120
128
 
121
129
  .cl-a-pdf {
122
- @include cl-fontawesome-before('\f1c1', 0.1em);
130
+ @include cl-fontawesome-before('\f1c1', $color-ci-steel, 0.1em);
123
131
  }
124
132
 
125
133
  .cl-a-image {
126
- @include cl-fontawesome-before('\f1c5', 0.1em);
134
+ @include cl-fontawesome-before('\f1c5', $color-ci-steel, 0.1em);
127
135
  }
128
136
 
129
137
  .cl-a-video {
130
- @include cl-fontawesome-before('\f1c8', 0.1em);
138
+ @include cl-fontawesome-before('\f1c8', $color-ci-steel, 0.1em);
131
139
  }
132
140
 
133
141
  .cl-a-file {
134
- @include cl-fontawesome-before('\f15c', 0.1em);
142
+ @include cl-fontawesome-before('\f15c', $color-ci-steel, 0.1em);
135
143
  }
136
144
 
137
145
  .cl-a-zip {
138
- @include cl-fontawesome-before('\f1c6', 0.1em);
146
+ @include cl-fontawesome-before('\f1c6', $color-ci-steel, 0.1em);
139
147
  }
140
148
 
141
149
  // --- ::after icons -------------------------------------------------------------
142
150
 
143
151
  .cl-a-email {
144
- @include cl-fontawesome-after('\f0e0', 0.2em, 0.8em);
152
+ @include cl-fontawesome-after('\f0e0', $color-ci-steel, 0.2em, 0.8em);
145
153
  }
146
154
 
147
155
  .cl-a-external {
148
- @include cl-fontawesome-after('\f35d', 0.2em, 0.75em, -0.15em);
156
+ @include cl-fontawesome-after('\f35d', $color-ci-steel, 0.2em, 0.75em, -0.15em);
149
157
 
150
158
  &::after {
151
159
  font-weight: 900;
@@ -15,6 +15,7 @@
15
15
  &::before {
16
16
  @include cl-fontawesome('\f005');
17
17
 
18
+ line-height: 0.5;
18
19
  margin-right: 0.2em;
19
20
  top: -0.04em;
20
21
  }
@@ -15,6 +15,7 @@
15
15
  &::before {
16
16
  @include cl-fontawesome('\f02b');
17
17
 
18
+ line-height: 0.5;
18
19
  margin-right: $spacing-micro;
19
20
  top: 0.05em;
20
21
  }
@@ -9,6 +9,7 @@
9
9
  @use './tools' as *;
10
10
 
11
11
  $brand-border-radius: px(20);
12
+ $brand-border-radius-minor: px(2.5); // for tiny things like focus borders
12
13
  $brand-line-width: 1px;
13
14
  $brand-bar-width: px(4);
14
15
 
@@ -19,9 +19,6 @@ $color-ci-clay: #cfc8c8; // rgba(207, 200, 200, 1);
19
19
  $color-ci-ash: #6d5e5e; // rgba(109, 94, 94, 1);
20
20
  $color-ci-berry: #6e1c3b; // rgba(110, 28, 59, 1);
21
21
  $color-ci-petrol: #096174; // rgba(9, 97, 116, 1);
22
- $color-ci-black: $color-ci-night;
23
- $color-ci-white: $color-ci-eggshell;
24
- $color-ci-sand: #fdf5cf;
25
22
  $color-ci-backdrop: rgba($color-ci-night, 0.5);
26
23
 
27
24
  // secondary palette
@@ -32,34 +29,21 @@ $color-ci-sea: #5d9dd1; // #5D9FC0; // #3F81A2; 5d9dd1
32
29
  $color-ci-orchid: #b271bf;
33
30
  $color-ci-steel: #a0a0a0;
34
31
  $color-ci-haze: #eeece6;
32
+ $color-ci-black: $color-ci-night;
33
+ $color-ci-white: $color-ci-eggshell;
34
+ $color-ci-sand: #fdf5cf;
35
35
 
36
+ // aliases
36
37
  $color-primary: $color-ci-sea;
37
38
  $color-secondary: $color-ci-night;
38
39
 
39
- // legacy color mappings
40
- // $color-primary: $color-ci-red;
41
- // $color-secondary: $color-ci-night;
42
- // $color-ci-blue: $color-ci-sea;
43
- // $color-ci-dusk: $color-ci-night;
44
- // $color-ci-dim: $color-ci-ash;
45
- // $color-ci-cloud: $color-ci-ash;
46
- // $color-ci-silver: $color-ci-clay;
47
- // $color-ci-smoke: $color-ci-clay;
48
- // $color-ci-haze: $color-ci-eggshell;
49
- // $color-dark: $color-ci-ash;
50
-
51
- // additional non-official colors
52
- // $color-ci-green: #338450;
53
- // $color-ci-orange: #eca72c; // fec671; //f18f01;
54
-
55
- $color-hover-opacity: 0.75;
56
-
57
40
  $color-positive: $color-ci-leaf;
58
41
  $color-negative: $color-ci-brick;
59
42
  $color-neutral: $color-ci-night;
60
-
61
43
  $color-error: $color-ci-brick; // error color
62
44
  $color-focus: $color-ci-sea;
45
+ $color-link: $color-ci-steel; // links/underlines on eggshell background
46
+ $color-hover: $color-ci-red;
63
47
  $color-disabled: $color-ci-steel; // $color-ci-clay;
64
48
 
65
49
  $color-text: $color-ci-night;
@@ -172,12 +156,12 @@ $color-line: $color-ci-clay;
172
156
  #{'--cl-color-background'}: $color-ci-eggshell;
173
157
  #{'--cl-color-border'}: $color-ci-night;
174
158
  #{'--cl-color-text'}: $color-ci-night;
175
- #{'--cl-color-line'}: $color-ci-clay;
159
+ #{'--cl-color-line'}: $color-line;
176
160
  #{'--cl-color-accent'}: $color-accent;
177
161
  #{'--cl-color-highlight'}: rgba(#fff, 0.85);
178
- #{'--cl-color-link'}: inherit; // $color-ci-berry;
162
+ #{'--cl-color-link'}: $color-link;
179
163
  #{'--cl-color-active'}: $color-ci-berry;
180
- #{'--cl-color-hover'}: $color-ci-red;
164
+ #{'--cl-color-hover'}: $color-hover;
181
165
  #{'--cl-color-focus'}: $color-ci-night;
182
166
  #{'--cl-color-disabled-background'}: $color-disabled;
183
167
  #{'--cl-color-disabled-border'}: $color-disabled;
@@ -189,10 +173,10 @@ $color-line: $color-ci-clay;
189
173
  #{'--cl-color-background'}: $color-ci-eggshell;
190
174
  #{'--cl-color-border'}: $color-ci-night;
191
175
  #{'--cl-color-text'}: $color-ci-night;
192
- #{'--cl-color-line'}: $color-ci-clay;
176
+ #{'--cl-color-line'}: $color-line;
193
177
  #{'--cl-color-accent'}: $color-ci-night;
194
178
  #{'--cl-color-highlight'}: rgba(#fff, 0.85);
195
- #{'--cl-color-link'}: inherit; // $color-ci-berry;
179
+ #{'--cl-color-link'}: inherit;
196
180
  #{'--cl-color-focus'}: $color-ci-night;
197
181
  #{'--cl-color-disabled-background'}: transparent;
198
182
  #{'--cl-color-disabled-border'}: $color-disabled;
@@ -205,7 +189,7 @@ $color-line: $color-ci-clay;
205
189
  #{'--cl-color-line'}: $color-ci-eggshell;
206
190
  #{'--cl-color-accent'}: $color-ci-eggshell;
207
191
  #{'--cl-color-highlight'}: rgba(#fff, 0.1);
208
- #{'--cl-color-link'}: inherit;
192
+ #{'--cl-color-link'}: $color-ci-eggshell;
209
193
  #{'--cl-color-focus'}: $color-ci-eggshell;
210
194
  }
211
195
 
@@ -215,7 +199,7 @@ $color-line: $color-ci-clay;
215
199
  #{'--cl-color-line'}: $color-ci-night;
216
200
  #{'--cl-color-accent'}: $color-ci-night;
217
201
  #{'--cl-color-highlight'}: rgba(#fff, 0.1);
218
- #{'--cl-color-link'}: inherit;
202
+ #{'--cl-color-link'}: $color-ci-night;
219
203
  #{'--cl-color-focus'}: $color-ci-night;
220
204
  }
221
205
 
@@ -229,10 +213,10 @@ $color-line: $color-ci-clay;
229
213
  %cl-color-red-outline {
230
214
  #{'--cl-color-border'}: $color-ci-red;
231
215
  #{'--cl-color-text'}: $color-ci-red;
232
- #{'--cl-color-line'}: $color-ci-clay;
216
+ #{'--cl-color-line'}: $color-line;
233
217
  #{'--cl-color-accent'}: $color-ci-red;
234
218
  #{'--cl-color-highlight'}: rgba(#fff, 0.85);
235
- #{'--cl-color-link'}: inherit; // $color-ci-berry;
219
+ #{'--cl-color-link'}: inherit;
236
220
  #{'--cl-color-focus'}: $color-ci-red;
237
221
  #{'--cl-color-disabled-background'}: transparent;
238
222
  #{'--cl-color-disabled-border'}: $color-disabled;
@@ -257,10 +241,10 @@ $color-line: $color-ci-clay;
257
241
  #{'--cl-color-background'}: $color-ci-eggshell;
258
242
  #{'--cl-color-border'}: $color-ci-eggshell;
259
243
  #{'--cl-color-text'}: $color-ci-night;
260
- #{'--cl-color-line'}: $color-ci-clay;
244
+ #{'--cl-color-line'}: $color-line;
261
245
  #{'--cl-color-accent'}: $color-ci-night;
262
246
  #{'--cl-color-highlight'}: rgba(#fff, 0.1);
263
- #{'--cl-color-link'}: inherit; // $color-ci-berry;
247
+ #{'--cl-color-link'}: inherit;
264
248
  #{'--cl-color-focus'}: $color-ci-night;
265
249
  }
266
250
 
@@ -268,10 +252,10 @@ $color-line: $color-ci-clay;
268
252
  #{'--cl-color-background'}: $color-ci-haze;
269
253
  #{'--cl-color-border'}: $color-ci-haze;
270
254
  #{'--cl-color-text'}: $color-ci-night;
271
- #{'--cl-color-line'}: $color-ci-clay;
255
+ #{'--cl-color-line'}: $color-line;
272
256
  #{'--cl-color-accent'}: $color-ci-night;
273
257
  #{'--cl-color-highlight'}: rgba(#fff, 0.1);
274
- #{'--cl-color-link'}: inherit; // $color-ci-berry;
258
+ #{'--cl-color-link'}: inherit;
275
259
  #{'--cl-color-focus'}: $color-ci-night;
276
260
  }
277
261
 
@@ -359,7 +343,7 @@ $color-line: $color-ci-clay;
359
343
  #{'--cl-color-line'}: $color-disabled;
360
344
  #{'--cl-color-accent'}: $color-disabled;
361
345
  #{'--cl-color-highlight'}: rgba(#fff, 0.1);
362
- #{'--cl-color-link'}: inherit; // $color-disabled;
346
+ #{'--cl-color-link'}: inherit;
363
347
  #{'--cl-color-focus'}: $color-ci-eggshell;
364
348
  }
365
349
 
@@ -370,7 +354,7 @@ $color-line: $color-ci-clay;
370
354
  #{'--cl-color-line'}: $color-ci-ash;
371
355
  #{'--cl-color-accent'}: $color-ci-ash;
372
356
  #{'--cl-color-highlight'}: rgba(#fff, 0.1);
373
- #{'--cl-color-link'}: inherit; // $color-ci-ash;
357
+ #{'--cl-color-link'}: inherit;
374
358
  #{'--cl-color-focus'}: $color-ci-ash;
375
359
  }
376
360