Skip to content

Commit

Permalink
fix: removed conflicting style
Browse files Browse the repository at this point in the history
  • Loading branch information
markuczy committed Feb 21, 2024
1 parent 6cecae9 commit cf9ba61
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
6 changes: 0 additions & 6 deletions libs/portal-integration-angular/assets/output.css
Original file line number Diff line number Diff line change
Expand Up @@ -27325,12 +27325,6 @@ p-autocomplete.ng-dirty.ng-invalid .p-autocomplete .p-autocomplete-multiple-cont
.p-button.p-button-icon-only {
min-width: auto;
}
.p-button:enabled:focus {
background: rgba(var(--primary-color-rgb), 0.76);
}
.p-button:enabled:active {
background: rgba(var(--primary-color-rgb), 0.68);
}
.p-button .p-ink {
background-color: rgba(255, 255, 255, 0.32);
}
Expand Down
2 changes: 1 addition & 1 deletion libs/portal-integration-angular/assets/output.css.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@
min-width: auto;
}

&:enabled:focus {
background: rgba(var(--primary-color-rgb), 0.76);
}

&:enabled:active {
background: rgba(var(--primary-color-rgb), 0.68);
}

.p-ink {
background-color: rgba(255, 255, 255, 0.32);
}
Expand Down

0 comments on commit cf9ba61

Please sign in to comment.