claritas-web-framework 8.5.5 → 8.5.6
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.
- package/dist/index.css +1 -1
- package/package.json +1 -1
- package/sass/modules/_form.scss +1 -1
package/package.json
CHANGED
package/sass/modules/_form.scss
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
--input-active-background: var(--white);
|
|
37
37
|
--input-disabled-background: hsl(from var(--body-color) h s l / 5%);
|
|
38
38
|
--input-detail-background: var(--primary);
|
|
39
|
-
--input-disabled-detail-background: hsl(from var(--primary) / #{$color-disabled-alpha});
|
|
39
|
+
--input-disabled-detail-background: hsl(from var(--primary) h s l / #{$color-disabled-alpha});
|
|
40
40
|
--input-box-shadow: 0 0 0 0.125em transparent;
|
|
41
41
|
--input-hover-box-shadow: 0 0 0 0.125em transparent;
|
|
42
42
|
--input-focus-box-shadow: 0 0 0 0.125em hsl(from var(--body-color) h s l / 20%);
|