Skip to content

Commit

Permalink
fix(Select): fix box shadow and focused styles
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Jun 12, 2023
1 parent 96e5157 commit 4413de9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/themes/src/morpheme/_select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@
overflow: auto;
text-align: left;
border-radius: var(--v-select-border-radius);
box-shadow: 0 0 0 1px rgba(16, 24, 40, 0.05),
0 1px 2px rgba(16, 24, 40, 0.15);
box-shadow: var(--effect-shadow-md);
max-height: 15rem;
z-index: 10;
}
Expand Down

0 comments on commit 4413de9

Please sign in to comment.