@navikt/ds-css 7.3.1 → 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.
- package/CHANGELOG.md +2 -0
- package/dist/component/form.css +4 -0
- package/dist/component/form.min.css +1 -1
- package/dist/component/index.css +6 -1
- package/dist/component/index.min.css +2 -2
- package/dist/components.css +6 -1
- package/dist/components.min.css +2 -2
- package/dist/global/tokens.css +1 -1
- package/dist/global/tokens.min.css +1 -1
- package/dist/index.css +6 -1
- package/dist/index.min.css +2 -2
- package/form/combobox.css +5 -0
- package/package.json +2 -2
package/dist/components.css
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
:root, :host {
|
|
6
|
-
--a-version: "7.
|
|
6
|
+
--a-version: "7.4.0";
|
|
7
7
|
--a-spacing-1-alt: 0.375rem;
|
|
8
8
|
--a-spacing-05: 0.125rem;
|
|
9
9
|
--a-spacing-32: 8rem;
|
|
@@ -5364,6 +5364,11 @@ body,
|
|
|
5364
5364
|
border-radius: calc(var(--a-border-radius-medium) - 1px);
|
|
5365
5365
|
}
|
|
5366
5366
|
|
|
5367
|
+
.navds-combobox__list-item mark {
|
|
5368
|
+
background-color: transparent;
|
|
5369
|
+
font-weight: bold;
|
|
5370
|
+
}
|
|
5371
|
+
|
|
5367
5372
|
/* Mobile */
|
|
5368
5373
|
|
|
5369
5374
|
@media (max-width: 479px) {
|