Skip to content

Commit

Permalink
Combobox: Add default elevation (#683)
Browse files Browse the repository at this point in the history
* feat(combobox): add default elevation

Adds elevation token level 3 to the combobox component.

* feat(combobox): remove border on combobox list

* chore: update changeset

---------

Co-authored-by: Markell Torres <markell.torres@ithaka.org>
  • Loading branch information
brentswisher and mtorres3 committed Feb 13, 2024
1 parent a1ade7a commit 551c5e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/flat-clocks-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ithaka/pharos': minor
---

Add default elevation and remove border from combobox component
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@
z-index: 1;
width: 100%;
box-sizing: border-box;
box-shadow: var(--pharos-elevation-level-3);
border-radius: var(--pharos-radius-base-standard);
background-color: var(--pharos-color-ui-10);
border: 1px solid var(--pharos-form-element-color-border-base);
margin-block-start: var(--pharos-spacing-one-half-x);
margin-block-end: var(--pharos-spacing-one-half-x);
list-style-type: none;
Expand Down

0 comments on commit 551c5e9

Please sign in to comment.