Skip to content

Commit

Permalink
style(dropdown): move closer to trigger (#3273)
Browse files Browse the repository at this point in the history
* style(dropdown): move closer to trigger

* Create old-monkeys-grab.md

---------

Co-authored-by: Michael Marszalek <mimarz@gmail.com>
  • Loading branch information
Barsnes and mimarz authored Mar 3, 2025
1 parent 3aa08ce commit 057c1c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/old-monkeys-grab.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@digdir/designsystemet-css": patch
---

**Dropdown**: Move dropdown closer to trigger
1 change: 1 addition & 0 deletions packages/css/src/dropdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
--dsc-dropdown-border-width: var(--ds-border-width-default);
--dsc-dropdown-border-style: solid;
--dsc-dropdown-border-color: var(--ds-color-neutral-border-subtle);
--dsc-popover-arrow-size: var(--ds-size-2);

background: var(--dsc-dropdown-background);
border-radius: var(--ds-border-radius-md);
Expand Down

0 comments on commit 057c1c4

Please sign in to comment.