Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: adjust the style to support the latest primevue version v3.36+ #111

Merged
merged 7 commits into from
Jan 4, 2024
4 changes: 4 additions & 0 deletions style-sheets/primevue-components-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ label {
.#{variables.$primevue-prefix}-inputtext {
width: 100%;
height: 100%;
padding-left: 2.5rem;
}

/* -------------------------------------- primevue dropdown ------------------------------------ */
Expand All @@ -223,6 +224,8 @@ label {
.#{variables.$primevue-prefix}-dropdown
.#{variables.$primevue-prefix}-dropdown-label {
@extend %body-compact-01;
border: 0 none;
background: transparent;
}

.#{variables.$primevue-prefix}-dropdown .#{variables.$primevue-prefix}-icon {
Expand Down Expand Up @@ -258,6 +261,7 @@ label {
.#{variables.$primevue-prefix}-dropdown-panel
.#{variables.$primevue-prefix}-dropdown-items {
padding: 0;
margin: 0;
}
.#{variables.$primevue-prefix}-dropdown-panel
.#{variables.$primevue-prefix}-dropdown-items
Expand Down