From fee60cd4ab5967d3dda2eff57947b6416ac17dfa Mon Sep 17 00:00:00 2001 From: AleksanderSklorz <115619721+AleksanderSklorz@users.noreply.github.com> Date: Tue, 25 Jul 2023 23:02:39 +0200 Subject: [PATCH] [ACA-4712] changes required to disallow using important for styles in aca (#8785) * ACA-4712 Changed floating labels * ACA-4712 Fixed cut off icon --- .../content-node-share.dialog.html | 4 ++-- .../components/document-list.component.scss | 12 ++++++++---- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/lib/content-services/src/lib/content-node-share/content-node-share.dialog.html b/lib/content-services/src/lib/content-node-share/content-node-share.dialog.html index 7f3bdf330ca..034b6664d6f 100644 --- a/lib/content-services/src/lib/content-node-share/content-node-share.dialog.html +++ b/lib/content-services/src/lib/content-node-share/content-node-share.dialog.html @@ -31,7 +31,7 @@ [style.display]="isExpiryDateToggleChecked ? 'block' : 'none'" data-automation-id="adf-slide-toggle-checked" class="adf-share-link__date-time-container"> - + {{ 'SHARE.EXPIRATION-PLACEHOLDER' | translate }} svg { - fill: var(--theme-accent-color); - width: 30px; - height: 30px; + .adf-datatable-selected { + overflow: unset; + + & > svg { + fill: var(--theme-accent-color); + width: 30px; + height: 30px; + } } }