-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove space from combobox single select (#3384)
* When single select on combobox, remove the gap between the input and the selected value. * ♻️ Updated spacing between options and input in Combobox * 📝 Changeset * Revert darkside update * ♻️ Update darkside combobox * :refactor: Make gap something we add, not remove for chips based on type * Update .changeset/yellow-days-rhyme.md Co-authored-by: Halvor Haugan <83693529+HalvorHaugan@users.noreply.github.com> * :refactor: Only add margin-left when only-child --------- Co-authored-by: Ken <ken.aleksander@gmail.com> Co-authored-by: Ken <26967723+KenAJoh@users.noreply.github.com> Co-authored-by: Halvor Haugan <83693529+HalvorHaugan@users.noreply.github.com>
- Loading branch information
1 parent
8c9b2e2
commit fa2904d
Showing
4 changed files
with
29 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@navikt/ds-react": patch | ||
"@navikt/ds-css": patch | ||
--- | ||
|
||
Combobox: Single-select now shows cursor closer to selected item. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters