Skip to content

Commit

Permalink
c1: QA fixes | list views (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwin1111 authored Feb 13, 2024
1 parent 9b1162d commit e3e5a58
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 120 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,6 @@
@apply tw-w-200-px tw-border-0 #{!important};
}

:host ::ng-deep .p-datatable .p-datatable-tbody > tr > td {
@apply tw-text-sub-text-color tw-text-14-px tw-font-400 tw-py-14-px tw-px-22-px tw-border-t tw-border-b-0 tw-border-t-box-color #{!important};
}

:host ::ng-deep .p-datatable .p-datatable-thead > tr > th {
@apply tw-text-text-primary tw-text-12-px tw-font-500 tw-py-12-px tw-px-22-px tw-border tw-border-box-color tw-bg-disabled-bg-color #{!important}
}

:host ::ng-deep .p-datatable .p-datatable-tbody > tr > td > button {
@apply tw-pl-48-px #{!important};
}

:host ::ng-deep .p-progressbar {
@apply tw-h-1.5 tw-bg-progress-bar-bg #{!important};
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,6 @@ input.custom-focus:focus {
@apply tw-w-200-px tw-border-0 #{!important};
}

:host ::ng-deep .p-datatable .p-datatable-tbody > tr > td {
@apply tw-text-sub-text-color tw-text-14-px tw-font-400 tw-py-14-px tw-px-22-px tw-border-t tw-border-b-0 tw-border-t-box-color #{!important};
}

:host ::ng-deep .p-datatable .p-datatable-thead > tr > th {
@apply tw-text-text-primary tw-text-12-px tw-font-500 tw-py-12-px tw-px-22-px tw-border tw-border-box-color tw-bg-disabled-bg-color #{!important}
}

:host ::ng-deep .p-datatable .p-datatable-tbody > tr > td > button {
@apply tw-pl-48-px #{!important};
}

:host ::ng-deep .p-progressbar {
@apply tw-h-1.5 tw-bg-progress-bar-bg #{!important};
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,6 @@
@apply tw-w-200-px tw-border-0 #{!important};
}

:host ::ng-deep .p-datatable .p-datatable-tbody > tr > td {
@apply tw-text-sub-text-color tw-text-14-px tw-font-400 tw-py-14-px tw-px-22-px tw-border-t tw-border-b-0 tw-border-t-box-color #{!important};
}

:host ::ng-deep .p-datatable .p-datatable-thead > tr > th {
@apply tw-text-text-primary tw-text-12-px tw-font-500 tw-py-12-px tw-px-22-px tw-border tw-border-box-color tw-bg-disabled-bg-color #{!important}
}

:host ::ng-deep .p-datatable .p-datatable-tbody > tr > td > button {
@apply tw-pl-48-px #{!important};
}

:host ::ng-deep .p-progressbar {
@apply tw-h-1.5 tw-bg-progress-bar-bg #{!important};
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,6 @@
@apply tw-w-200-px tw-border-0 #{!important};
}

:host ::ng-deep .p-datatable .p-datatable-tbody > tr > td {
@apply tw-text-sub-text-color tw-text-14-px tw-font-400 tw-py-14-px tw-px-22-px tw-border-t tw-border-b-0 tw-border-t-box-color #{!important};
}

:host ::ng-deep .p-datatable .p-datatable-thead > tr > th {
@apply tw-text-text-primary tw-text-12-px tw-font-500 tw-py-12-px tw-px-22-px tw-border tw-border-box-color tw-bg-disabled-bg-color #{!important}
}

:host ::ng-deep .p-datatable .p-datatable-tbody > tr > td > button {
@apply tw-pl-48-px #{!important};
}

:host ::ng-deep .p-progressbar {
@apply tw-h-1.5 tw-bg-progress-bar-bg #{!important};
}
Expand Down
13 changes: 0 additions & 13 deletions src/app/integrations/qbd/main/dashboard/dashboard.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,6 @@
@apply tw-w-200-px tw-border-0 #{!important};
}


:host ::ng-deep .p-datatable .p-datatable-tbody > tr > td {
@apply tw-text-sub-text-color tw-text-14-px tw-font-400 tw-py-14-px tw-px-22-px tw-border-t tw-border-b-0 tw-border-t-box-color #{!important};
}

:host ::ng-deep .p-datatable .p-datatable-thead > tr > th {
@apply tw-text-text-primary tw-text-12-px tw-font-500 tw-py-12-px tw-px-22-px tw-border tw-border-box-color tw-bg-disabled-bg-color #{!important}
}

:host ::ng-deep .p-datatable .p-datatable-tbody > tr > td > button {
@apply tw-pl-48-px #{!important};
}

:host ::ng-deep .p-progressbar {
@apply tw-h-1.5 tw-bg-progress-bar-bg #{!important};
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
:host ::ng-deep .p-datatable .p-datatable-tbody > tr > td {
@apply tw-text-sub-text-color tw-text-14-px tw-font-400 tw-py-14-px tw-px-22-px tw-border-t tw-border-b-0 tw-border-t-box-color #{!important};
}

:host ::ng-deep .p-datatable .p-datatable-thead > tr > th {
@apply tw-text-text-primary tw-text-12-px tw-font-500 tw-py-12-px tw-px-22-px tw-border tw-border-box-color tw-bg-disabled-bg-color #{!important}
}

:host ::ng-deep .p-datatable .p-datatable-tbody > tr > td > button {
@apply tw-pl-48-px #{!important};
}

:host ::ng-deep .p-datepicker table td > span.p-highlight {
@apply tw-text-white tw-bg-mandatory-field-color #{!important};
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,6 @@
@apply tw-w-200-px tw-border-0 #{!important};
}

:host ::ng-deep .p-datatable .p-datatable-tbody > tr > td {
@apply tw-text-sub-text-color tw-text-14-px tw-font-400 tw-py-14-px tw-px-22-px tw-border-t tw-border-b-0 tw-border-t-box-color #{!important};
}

:host ::ng-deep .p-datatable .p-datatable-thead > tr > th {
@apply tw-text-text-primary tw-text-12-px tw-font-500 tw-py-12-px tw-px-22-px tw-border tw-border-box-color tw-bg-disabled-bg-color #{!important}
}

:host ::ng-deep .p-datatable .p-datatable-tbody > tr > td > button {
@apply tw-pl-48-px #{!important};
}

:host ::ng-deep .selectedItem .p-dropdown-trigger {
@apply tw-hidden #{!important};
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,3 @@
@apply tw-bg-bg-info-lightest;
}
}

:host ::ng-deep .p-datatable .p-datatable-tbody > tr > td {
@apply tw-text-sub-text-color tw-text-14-px tw-font-400 tw-py-14-px tw-px-22-px tw-border-t tw-border-b-0 tw-border-t-box-color #{!important};
}

:host ::ng-deep .p-datatable .p-datatable-thead > tr > th {
@apply tw-text-text-primary tw-text-12-px tw-font-500 tw-py-12-px tw-px-22-px tw-border tw-border-box-color tw-bg-disabled-bg-color #{!important}
}

:host ::ng-deep .p-datatable .p-datatable-tbody > tr > td > button {
@apply tw-pl-48-px #{!important};
}
Original file line number Diff line number Diff line change
@@ -1,11 +0,0 @@
:host ::ng-deep .p-datatable .p-datatable-tbody > tr > td {
@apply tw-text-sub-text-color tw-text-14-px tw-font-400 tw-py-14-px tw-px-22-px tw-border-t tw-border-b-0 tw-border-t-box-color #{!important};
}

:host ::ng-deep .p-datatable .p-datatable-thead > tr > th {
@apply tw-text-text-primary tw-text-12-px tw-font-500 tw-py-12-px tw-px-22-px tw-border tw-border-box-color tw-bg-disabled-bg-color #{!important}
}

:host ::ng-deep .p-datatable .p-datatable-tbody > tr > td > button {
@apply tw-pl-48-px #{!important};
}
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,3 @@ td {
:host ::ng-deep .tooltip-return {
@apply tw-mt-6-px tw-px-4-px tw-py-4-px tw-text-9-px tw-rounded-md tw-bg-placeholder #{!important}
}

:host ::ng-deep .p-datatable .p-datatable-tbody > tr > td {
@apply tw-text-sub-text-color tw-text-14-px tw-font-400 tw-py-14-px tw-px-22-px tw-border-t tw-border-b-0 tw-border-t-box-color #{!important};
}

:host ::ng-deep .p-datatable .p-datatable-thead > tr > th {
@apply tw-text-text-primary tw-text-12-px tw-font-500 tw-py-12-px tw-px-22-px tw-border tw-border-box-color tw-bg-disabled-bg-color #{!important}
}

:host ::ng-deep .p-datatable .p-datatable-tbody > tr > td > button {
@apply tw-pl-48-px #{!important};
}
8 changes: 8 additions & 0 deletions src/assets/themes/fyle/fdl.scss
Original file line number Diff line number Diff line change
Expand Up @@ -316,5 +316,13 @@
--chips-border-color: var(--border-secondary);

--chips-body-text-color: var(--text-tertiary);

--lv-table-default-bg: var(--bg-tertiary);

--lv-table-header-text-color: var(--text-secondary);

--lv-table-header-border-color: var(--border-secondary);

--lv-table-border-color: var(--border-tertiary);
}
}
8 changes: 8 additions & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,14 @@ p {
@apply tw-block #{!important};
}

.p-datatable .p-datatable-thead > tr > th {
@apply tw-text-lv-table-header-text-color tw-text-12-px tw-font-nav-link-font-weight tw-py-12-px tw-px-24-px tw-border tw-border-lv-table-header-border-color tw-bg-lv-table-default-bg #{!important}
}

.p-datatable .p-datatable-tbody > tr > td {
@apply tw-text-text-secondary tw-text-14-px tw-py-14-px tw-px-22-px tw-border-t tw-border-b-0 tw-border-t-lv-table-border-color #{!important};
}

.configuration {
&--section {
@apply tw-pb-100-px ;
Expand Down

0 comments on commit e3e5a58

Please sign in to comment.