claritas-web-framework 8.0.53 → 8.0.54
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 +5 -0
package/package.json
CHANGED
package/sass/modules/_form.scss
CHANGED
|
@@ -265,6 +265,11 @@ progress,
|
|
|
265
265
|
--input-active-background: hsl(var(--body-color-h) var(--body-color-s) 95%);
|
|
266
266
|
--input-disabled-background: hsl(var(--body-color-h) var(--body-color-s) 95%);
|
|
267
267
|
|
|
268
|
+
--input-border-color: var(--border-color-main);
|
|
269
|
+
--input-hover-border-color: var(--border-color-main);
|
|
270
|
+
--input-focus-border-color: var(--border-color-main);
|
|
271
|
+
--input-active-border-color: var(--border-color-main);
|
|
272
|
+
|
|
268
273
|
--input-box-shadow: none;
|
|
269
274
|
--input-hover-box-shadow: none;
|
|
270
275
|
--input-focus-box-shadow: none;
|