Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Toolkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
digital blueprint
Web Component Framework
Toolkit
Commits
756af8a3
Commit
756af8a3
authored
5 years ago
by
Neuber, Eugen Ramon
Committed by
Reiter, Christoph
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
packages/person-select/src/vpu-person-select.js
+1
-12
1 addition, 12 deletions
packages/person-select/src/vpu-person-select.js
packages/person-select/vendor/common
+1
-1
1 addition, 1 deletion
packages/person-select/vendor/common
with
2 additions
and
13 deletions
packages/person-select/src/vpu-person-select.js
+
1
−
12
View file @
756af8a3
...
...
@@ -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;
...
...
This diff is collapsed.
Click to expand it.
common
@
383f1a1f
Subproject commit
74993130ef16493052357a0a4f532f7d51c15905
Subproject commit
383f1a1f3b282a2f3924f503993861687a2b0ebb
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment