Skip to content

Commit

Permalink
Rounded select dropdown options
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <chrng8@gmail.com>
  • Loading branch information
Pytal authored and raimund-schluessler committed Feb 27, 2023
1 parent 82168c2 commit 677bdf2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/NcSelect/NcSelect.vue
Expand Up @@ -1044,6 +1044,7 @@ body {
.vs__dropdown-menu {
border-color: var(--color-primary);
padding: 4px;
&--floating {
width: max-content;
Expand All @@ -1059,6 +1060,10 @@ body {
}
}
.vs__dropdown-option {
border-radius: 6px;
}
.vs__no-options {
color: var(--color-text-lighter)
}
Expand Down

0 comments on commit 677bdf2

Please sign in to comment.