@norges-domstoler/dds-components 0.0.0-dev-20251209112348 → 0.0.0-dev-20251212083635
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 +4 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.css
CHANGED
|
@@ -2081,6 +2081,7 @@
|
|
|
2081
2081
|
.Card_container--filled {
|
|
2082
2082
|
background-color: var(--dds-color-brand-primary-subtle);
|
|
2083
2083
|
border-color: var(--dds-color-brand-primary-subtle);
|
|
2084
|
+
color: var(--dds-color-text-on-primary-subtle);
|
|
2084
2085
|
}
|
|
2085
2086
|
.Card_container--border {
|
|
2086
2087
|
background-color: var(--dds-color-surface-default);
|
|
@@ -2115,6 +2116,9 @@
|
|
|
2115
2116
|
border-color: var(--dds-color-border-danger);
|
|
2116
2117
|
box-shadow: inset 0 0 0 1px var(--dds-color-border-danger);
|
|
2117
2118
|
}
|
|
2119
|
+
&:has(input:disabled) {
|
|
2120
|
+
color: var(--dds-color-text-subtle);
|
|
2121
|
+
}
|
|
2118
2122
|
&:has(input:disabled),
|
|
2119
2123
|
&:has(input[aria-readonly=true]) {
|
|
2120
2124
|
box-shadow: none;
|