Skip to content

Commit

Permalink
Merge 7a671a4 into 5a72a62
Browse files Browse the repository at this point in the history
  • Loading branch information
KenAJoh authored Mar 29, 2023
2 parents 5a72a62 + 7a671a4 commit 99af7f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/thick-rules-smell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@navikt/ds-css": patch
---

:bug: Fikset tekstfarge i select på iphone
1 change: 1 addition & 0 deletions @navikt/core/css/form/select.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
background-color: var(--ac-select-bg, var(--a-surface-default));
border-radius: var(--a-border-radius-medium);
border: 1px solid var(--ac-select-border, var(--a-border-default));
color: var(--ac-select-text, var(--a-text-default));
width: 100%;
box-sizing: border-box;
min-height: 48px;
Expand Down
1 change: 1 addition & 0 deletions @navikt/core/css/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@
},
"select": {
"--ac-select-bg": "--a-surface-default",
"--ac-select-text": "--a-text-default",
"--ac-select-border": "--a-border-default",
"--ac-select-hover-bg": "--a-border-action",
"--ac-select-error-border": "--a-surface-danger"
Expand Down

0 comments on commit 99af7f3

Please sign in to comment.