Skip to content

Commit

Permalink
fix border bug
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Jun 10, 2022
1 parent 7659e45 commit d3b161f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/components/select/select.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@ export default css`
overflow: auto;
}
.select__menu::part(base) {
border: none;
}
.select::part(panel) {
background: var(--sl-panel-background-color);
border: solid var(--sl-panel-border-width) var(--sl-panel-border-color);
border-radius: var(--sl-border-radius-medium);
}
/* Standard selects */
.select--standard .select__control {
background-color: var(--sl-input-background-color);
Expand Down

0 comments on commit d3b161f

Please sign in to comment.