Skip to content

Commit

Permalink
Merge branch 'main' into new-modal-jsdom-pf
Browse files Browse the repository at this point in the history
  • Loading branch information
HalvorHaugan committed Aug 23, 2023
2 parents 3ac799f + 5b78f71 commit 9dbb823
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/happy-dryers-breathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@navikt/ds-css": patch
---

:lipstick: Modal: fjern kantlinje
2 changes: 1 addition & 1 deletion @navikt/core/css/modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

.navds-modal {
background-color: var(--ac-modal-bg, var(--a-surface-default));
border: 1px solid var(--ac-modal-border, var(--a-border-subtle));
border: none;
border-radius: var(--a-border-radius-large);
box-shadow: var(--a-shadow-xlarge);
padding: 0;
Expand Down
1 change: 0 additions & 1 deletion @navikt/core/css/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@
},
"modal": {
"--ac-modal-bg": "--a-surface-default",
"--ac-modal-border": "--a-border-subtle",
"--ac-modal-backdrop": "--a-surface-backdrop",
"--ac-modal-width-small": "450px",
"--ac-modal-width-medium": "700px"
Expand Down

0 comments on commit 9dbb823

Please sign in to comment.