Closed Piotr-K8i closed 3 years ago
oscm-portal/WebContent/marketplace/scss/components/_tables.scss, line 7 at r1 (raw file):
margin: 0; text-align: left; background: var(--oscm-table-bg-color);
Here you have --oscm-table-bg-color and then you have --oscm-table-background-color.
oscm-portal/WebContent/marketplace/scss/components/_tables.scss, line 288 at r1 (raw file):
.rf-dt { border: none !important; background-color: var(--oscm-table-background-color) !important;
Here you have --oscm-table-background-color.
There are different values for background and background-color, were used to override Richfaces values: --oscm-table-bg-color: hsla(var(--oscm-main), 0.8); --oscm-table-background-color: hsla(var(--oscm-main), 0.1);
Changes in this Pull Request:
Mandatory checks:
To be checked by the reviewer:
To be checked by the pull request owner:
Cross repository and core changes:
OSCM Build References:
Screenshot (if applicable):
This change is