Skip to content
Snippets Groups Projects
Commit b208d6b8 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Reiter, Christoph
Browse files

Fix dropdown border radius

parent ded874f8
No related branches found
No related tags found
No related merge requests found
......@@ -253,6 +253,10 @@ class PersonSelect extends VPULitElementJQuery {
${commonStyles.getThemeCSS()}
${commonStyles.getGeneralCSS()}
.select2-dropdown {
border-radius: var(--vpu-border-radius);
}
.select2-container--default .select2-selection--single {
border-radius: var(--vpu-border-radius);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment