@knime/kds-styles 0.0.13 → 0.0.14
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.
|
@@ -323,7 +323,7 @@ syntax: "<color>";
|
|
|
323
323
|
@property --kds-color-background-disabled-primary {
|
|
324
324
|
syntax: "<color>";
|
|
325
325
|
inherits: true;
|
|
326
|
-
initial-value: hsl(
|
|
326
|
+
initial-value: hsl(0 0% 48%);
|
|
327
327
|
}
|
|
328
328
|
|
|
329
329
|
@property --kds-color-background-disabled-danger {
|
|
@@ -332,12 +332,6 @@ syntax: "<color>";
|
|
|
332
332
|
initial-value: hsl(1.5788 43.542% 37.998%);
|
|
333
333
|
}
|
|
334
334
|
|
|
335
|
-
@property --kds-color-background-disabled-primary-copy {
|
|
336
|
-
syntax: "<color>";
|
|
337
|
-
inherits: true;
|
|
338
|
-
initial-value: hsl(240 0% 37.873%);
|
|
339
|
-
}
|
|
340
|
-
|
|
341
335
|
@property --kds-color-text-and-icon-neutral {
|
|
342
336
|
syntax: "<color>";
|
|
343
337
|
inherits: true;
|
|
@@ -56,9 +56,8 @@
|
|
|
56
56
|
--kds-color-background-input-hover: hsl(330 0% 94.521%);
|
|
57
57
|
--kds-color-background-input-active: hsl(330 0% 85.683%);
|
|
58
58
|
--kds-color-background-disabled-default: hsl(180 0% 48% / 0.48);
|
|
59
|
-
--kds-color-background-disabled-primary: hsl(
|
|
59
|
+
--kds-color-background-disabled-primary: hsl(0 0% 48%);
|
|
60
60
|
--kds-color-background-disabled-danger: hsl(1.5788 43.542% 37.998%);
|
|
61
|
-
--kds-color-background-disabled-primary-copy: hsl(240 0% 37.873%);
|
|
62
61
|
--kds-color-text-and-icon-neutral: hsl(0 0% 16%);
|
|
63
62
|
--kds-color-text-and-icon-muted: hsl(0 0% 32%);
|
|
64
63
|
--kds-color-text-and-icon-subtle: hsl(0 0% 43%);
|