Skip to content
Snippets Groups Projects
Commit 756af8a3 authored by Neuber, Eugen Ramon's avatar Neuber, Eugen Ramon :speech_balloon: Committed by Reiter, Christoph
Browse files

Use select2 styling from vpu-common

See issue VPU/Apps/Library#38
parent 6c272c62
No related branches found
No related tags found
No related merge requests found
......@@ -298,23 +298,12 @@ class PersonSelect extends VPULitElementJQuery {
${commonStyles.getGeneralCSS()}
${commonStyles.getButtonCSS()}
${commonStyles.getFormAddonsCSS()}
${commonStyles.getSelect2CSS()}
.select2-control.control {
width: 100%;
}
.select2-dropdown {
border-radius: var(--vpu-border-radius);
}
.select2-container--default .select2-selection--single {
border-radius: var(--vpu-border-radius);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: inherit;
}
.field .button.control {
display: flex;
align-items: center;
......
common @ 383f1a1f
Subproject commit 74993130ef16493052357a0a4f532f7d51c15905
Subproject commit 383f1a1f3b282a2f3924f503993861687a2b0ebb
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment