From cd0a67a341edda4fad180a9e881dc53ab2f79028 Mon Sep 17 00:00:00 2001 From: Yasa-Nataliya Date: Wed, 4 Oct 2023 12:02:27 +0530 Subject: [PATCH] [ACS-5540]Added focus --- .../src/lib/ui/overrides/adf-style-fixes.theme.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/projects/aca-content/src/lib/ui/overrides/adf-style-fixes.theme.scss b/projects/aca-content/src/lib/ui/overrides/adf-style-fixes.theme.scss index f96504711a..0daf5ea047 100644 --- a/projects/aca-content/src/lib/ui/overrides/adf-style-fixes.theme.scss +++ b/projects/aca-content/src/lib/ui/overrides/adf-style-fixes.theme.scss @@ -17,6 +17,10 @@ border: 1px solid var(--theme-metadata-property-panel-border-color); border-radius: 12px; margin-bottom: 12px; + + .mat-expansion-panel-header { + border-radius: 12px; + } } .acs-details-container { @@ -28,6 +32,10 @@ margin: 24px; border-radius: 12px; + .mat-expansion-panel-header { + border-radius: 12px; + } + .adf-metadata-properties-group-title { width: 548px; }