From 2b664da788e35c6a8cd589619e6b79f06be05cbf Mon Sep 17 00:00:00 2001 From: Avi Shah Date: Fri, 27 Dec 2024 15:23:47 +0530 Subject: [PATCH] fix: ak divider vertical width issue --- app/components/app-monitoring/settings/index.hbs | 4 ++-- app/components/app-monitoring/settings/index.scss | 7 ++++--- .../compare-list/skeleton-loader/index.hbs | 4 ++-- .../compare-list/skeleton-loader/index.scss | 6 +----- app/components/file-compare/header/index.hbs | 13 +++++++++---- app/components/file-compare/header/index.scss | 8 +++++--- app/components/project-list/header/index.hbs | 8 ++++++-- app/components/project-list/header/index.scss | 7 ++++--- app/components/sbom/app-list/header/index.hbs | 2 +- app/components/sbom/app-list/header/index.scss | 4 +--- app/components/security/analysis-list/index.hbs | 4 ++-- app/components/security/analysis-list/index.scss | 7 ++++--- .../storeknox/inventory/pending-review/index.hbs | 2 +- app/styles/_component-variables.scss | 8 -------- 14 files changed, 42 insertions(+), 42 deletions(-) diff --git a/app/components/app-monitoring/settings/index.hbs b/app/components/app-monitoring/settings/index.hbs index 32030f0f4..ef373960c 100644 --- a/app/components/app-monitoring/settings/index.hbs +++ b/app/components/app-monitoring/settings/index.hbs @@ -40,7 +40,7 @@ @width='full' local-class='header-app-moitoring-page-sorting-filter' > - + {{#if this.showClearFilter}} - +
- + - + diff --git a/app/components/file-compare/compare-list/skeleton-loader/index.scss b/app/components/file-compare/compare-list/skeleton-loader/index.scss index 9e487dbfa..ccb0eb134 100644 --- a/app/components/file-compare/compare-list/skeleton-loader/index.scss +++ b/app/components/file-compare/compare-list/skeleton-loader/index.scss @@ -13,10 +13,6 @@ color: var(--file-compare-list-skeleton-loader-breadcrumbs-seperator-color); } -.divider { - width: 1px; +.header { height: 26px; - background-color: var( - --file-compare-list-skeleton-loader-divider-background-color - ); } diff --git a/app/components/file-compare/header/index.hbs b/app/components/file-compare/header/index.hbs index 672631092..c1a71cadb 100644 --- a/app/components/file-compare/header/index.hbs +++ b/app/components/file-compare/header/index.hbs @@ -21,7 +21,12 @@ local-class='file-compare-header-project-overview' data-test-fileCompareHeader-projectOverview > - +
- + @@ -52,7 +57,7 @@ {{#if @project}} - + @@ -65,7 +70,7 @@ {{/if}} - + - + {{#if this.showClearFilter}} - + {{#if this.showClearFilter}} - + <:analysesFilter> - + {{#if this.showClearFilter}} - + - + //TODO: change this to @variant="vertical" {{/if}} diff --git a/app/styles/_component-variables.scss b/app/styles/_component-variables.scss index b757afd07..b7c4745c9 100644 --- a/app/styles/_component-variables.scss +++ b/app/styles/_component-variables.scss @@ -722,9 +722,6 @@ body { --appmonitoring-settings-header-filter-option-hover-background: var( --hover-light-background ); - --appmonitoring-settings-header-divider-background-color: var( - --neutral-grey-200 - ); --appmonitoring-settings-header-clear-filter-color: var(--neutral-grey-600); --appmonitoring-settings-header-clear-filter-hover-color: var(--primary-main); @@ -764,7 +761,6 @@ body { --sbom-app-list-header-filter-option-hover-background: var( --hover-light-background ); - --sbom-app-list-header-divider-background-color: var(--neutral-grey-200); --sbom-app-list-header-clear-filter-color: var(--neutral-grey-600); --sbom-app-list-header-clear-filter-hover-color: var(--primary-main); @@ -1307,9 +1303,6 @@ body { --file-compare-list-skeleton-loader-breadcrumbs-seperator-color: var( --neutral-grey-500 ); - --file-compare-list-skeleton-loader-divider-background-color: var( - --border-color-2 - ); // variables for user-login --user-login-footer-background-color: var(--neutral-grey-100); @@ -1559,7 +1552,6 @@ body { --project-list-header-filter-option-hover-background: var( --hover-light-background ); - --project-list-header-divider-background-color: var(--neutral-grey-200); --project-list-header-clear-filter-color: var(--neutral-grey-600); --project-list-header-clear-filter-hover-color: var(--primary-main);