From ddd59ebb74f5ba261465b775ea8b28f14345a5c2 Mon Sep 17 00:00:00 2001 From: Luke Parrott Date: Tue, 7 Jan 2025 14:48:25 -0600 Subject: [PATCH] More fixes for Gift Entry --- .../default/lwc/geListView/geListView.css | 4 ++++ .../default/lwc/geListView/geListView.html | 22 ++++++++++--------- .../geTemplateBuilderFormSection.css | 6 +++++ .../geTemplateBuilderFormSection.html | 1 + .../default/lwc/geTemplates/geTemplates.html | 4 ++-- 5 files changed, 25 insertions(+), 12 deletions(-) diff --git a/force-app/main/default/lwc/geListView/geListView.css b/force-app/main/default/lwc/geListView/geListView.css index bf1eb5f8902..3c705516d3c 100644 --- a/force-app/main/default/lwc/geListView/geListView.css +++ b/force-app/main/default/lwc/geListView/geListView.css @@ -8,4 +8,8 @@ .slds-page-header_extension { background: none; border-bottom: var(--slds-g-sizing-border-1, 1px) solid var(--slds-g-color-neutral-base-90, var(--lwc-colorBorderSeparatorAlt, rgb(221, 219, 218))); +} + +.table-container { + border: var(--slds-g-sizing-border-1, 1px) solid var(--slds-g-color-border-1, var(--lwc-colorBorder, rgb(221, 219, 218))); } \ No newline at end of file diff --git a/force-app/main/default/lwc/geListView/geListView.html b/force-app/main/default/lwc/geListView/geListView.html index 813514c7ac5..d1f6e4b7d54 100755 --- a/force-app/main/default/lwc/geListView/geListView.html +++ b/force-app/main/default/lwc/geListView/geListView.html @@ -54,16 +54,18 @@

diff --git a/force-app/main/default/lwc/geTemplateBuilderFormSection/geTemplateBuilderFormSection.css b/force-app/main/default/lwc/geTemplateBuilderFormSection/geTemplateBuilderFormSection.css index 8d1d02ef01a..eebd2537028 100644 --- a/force-app/main/default/lwc/geTemplateBuilderFormSection/geTemplateBuilderFormSection.css +++ b/force-app/main/default/lwc/geTemplateBuilderFormSection/geTemplateBuilderFormSection.css @@ -27,4 +27,10 @@ .slds-icon_extension svg { fill: var(--slds-g-color-on-accent-1, #ffffff); +} + +.picker-icon { + position: absolute; + top: 3px; + left: -1px; } \ No newline at end of file diff --git a/force-app/main/default/lwc/geTemplateBuilderFormSection/geTemplateBuilderFormSection.html b/force-app/main/default/lwc/geTemplateBuilderFormSection/geTemplateBuilderFormSection.html index 0f5703c220a..de4e8ffc85d 100644 --- a/force-app/main/default/lwc/geTemplateBuilderFormSection/geTemplateBuilderFormSection.html +++ b/force-app/main/default/lwc/geTemplateBuilderFormSection/geTemplateBuilderFormSection.html @@ -49,6 +49,7 @@ diff --git a/force-app/main/default/lwc/geTemplates/geTemplates.html b/force-app/main/default/lwc/geTemplates/geTemplates.html index 9fe51c4223b..b765a055c2c 100644 --- a/force-app/main/default/lwc/geTemplates/geTemplates.html +++ b/force-app/main/default/lwc/geTemplates/geTemplates.html @@ -51,7 +51,7 @@