- merged develop;
This commit is contained in:
@@ -342,6 +342,10 @@
|
||||
.appPageSection__row {
|
||||
display: flex;
|
||||
gap: 1rem;
|
||||
|
||||
&.autoFlow {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
}
|
||||
|
||||
.appPageSection__pMeta {
|
||||
|
||||
@@ -12,6 +12,10 @@
|
||||
.p-button:not(.p-button-outlined, .p-button-secondary, .p-confirm-popup-reject, .p-button-link, .p-column-filter-add-button, .p-column-filter-remove-button) span {
|
||||
color: var(--menuitem-active-color);
|
||||
}
|
||||
.p-button.p-button-success.p-button-icon-only[disabled],
|
||||
.p-button.p-button-danger.p-button-icon-only[disabled] {
|
||||
filter: unset;
|
||||
}
|
||||
.p-column-filter-remove-button {
|
||||
span {
|
||||
margin: 0 5px;
|
||||
|
||||
Reference in New Issue
Block a user