Skip to content

Commit 551c5e9

Browse files
Combobox: Add default elevation (#683)
* 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>
1 parent a1ade7a commit 551c5e9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/flat-clocks-brush.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@ithaka/pharos': minor
3+
---
4+
5+
Add default elevation and remove border from combobox component

packages/pharos/src/components/combobox/pharos-combobox.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@
114114
z-index: 1;
115115
width: 100%;
116116
box-sizing: border-box;
117+
box-shadow: var(--pharos-elevation-level-3);
117118
border-radius: var(--pharos-radius-base-standard);
118119
background-color: var(--pharos-color-ui-10);
119-
border: 1px solid var(--pharos-form-element-color-border-base);
120120
margin-block-start: var(--pharos-spacing-one-half-x);
121121
margin-block-end: var(--pharos-spacing-one-half-x);
122122
list-style-type: none;

0 commit comments

Comments
 (0)