Skip to content

Commit e769eed

Browse files
committed
🐛 Darkside: Removed stacking backgrounds with transparency in Combobox.
1 parent b374aaa commit e769eed

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

.changeset/slow-plants-yell.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@navikt/ds-css": patch
3+
---
4+
5+
Darkside: Removed stacking backgrounds with transparency in Combobox.

@navikt/core/css/darkside/form/combobox.darkside.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
min-width: 10ch;
176176
width: 100%;
177177
height: var(--__axc-combobox-input-height);
178-
background: var(--ax-bg-input);
178+
background: transparent;
179179

180180
&:focus-visible {
181181
outline: 0;

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -4322,7 +4322,7 @@ __metadata:
43224322
resolution: "@navikt/aksel@workspace:@navikt/aksel"
43234323
dependencies:
43244324
"@navikt/ds-css": "npm:^7.17.1"
4325-
axios: "npm:1.7.4"
4325+
axios: "npm:1.8.2"
43264326
chalk: "npm:4.1.0"
43274327
clipboardy: "npm:^2.3.0"
43284328
commander: "npm:10.0.1"
@@ -9588,14 +9588,14 @@ __metadata:
95889588
languageName: node
95899589
linkType: hard
95909590

9591-
"axios@npm:1.7.4":
9592-
version: 1.7.4
9593-
resolution: "axios@npm:1.7.4"
9591+
"axios@npm:1.8.2":
9592+
version: 1.8.2
9593+
resolution: "axios@npm:1.8.2"
95949594
dependencies:
95959595
follow-redirects: "npm:^1.15.6"
95969596
form-data: "npm:^4.0.0"
95979597
proxy-from-env: "npm:^1.1.0"
9598-
checksum: 10/7a1429be1e3d0c2e1b96d4bba4d113efbfabc7c724bed107beb535c782c7bea447ff634886b0c7c43395a264d085450d009eb1154b5f38a8bae49d469fdcbc61
9598+
checksum: 10/d4328758128d0602cc809a8e7627622cb7839b379eae5e4d6b9d603dd4d5fb89159985630243ec107cf5c675cd8825dba737a319dff9499f3b7688d9a69ec9ed
95999599
languageName: node
96009600
linkType: hard
96019601

0 commit comments

Comments
 (0)