Skip to content

Commit

Permalink
fixup! Change styles for focused Select
Browse files Browse the repository at this point in the history
Signed-off-by: julia.kirschenheuter <[email protected]>
  • Loading branch information
JuliaKirschenheuter committed Nov 3, 2023
1 parent 0ef6362 commit 6b36f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcSelect/NcSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ body {
.vs__dropdown-toggle {
border-radius: 0 0 var(--vs-border-radius) var(--vs-border-radius);
border-top-color: transparent;
border-bottom-color: var(--color-primary-element);
border-bottom-color: var(--color-main-text);
}
}
}
Expand Down

0 comments on commit 6b36f3f

Please sign in to comment.