From fabfcc9096570960641c51ac7d2ffde70cc9c1dc Mon Sep 17 00:00:00 2001 From: Igor Kulikov Date: Fri, 22 Oct 2021 19:51:49 +0300 Subject: [PATCH 1/2] Improve help popup button to work in disabled fieldsets --- .../components/help-popup.component.html | 55 ++++++++++--------- .../components/help-popup.component.scss | 7 +++ 2 files changed, 37 insertions(+), 25 deletions(-) diff --git a/ui-ngx/src/app/shared/components/help-popup.component.html b/ui-ngx/src/app/shared/components/help-popup.component.html index fde1fc8a87..a401459198 100644 --- a/ui-ngx/src/app/shared/components/help-popup.component.html +++ b/ui-ngx/src/app/shared/components/help-popup.component.html @@ -15,28 +15,33 @@ limitations under the License. --> - - +
+
+ +
+
+ +
+
diff --git a/ui-ngx/src/app/shared/components/help-popup.component.scss b/ui-ngx/src/app/shared/components/help-popup.component.scss index e28445de66..7b7de2f022 100644 --- a/ui-ngx/src/app/shared/components/help-popup.component.scss +++ b/ui-ngx/src/app/shared/components/help-popup.component.scss @@ -13,6 +13,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + +.tb-help-popup-button-container { + width: initial; + display: inline-block; + vertical-align: middle; +} + .tb-help-popup-button { position: relative; .mat-progress-spinner { From a91b458a360fd761f11e14e46f4798b77d71a50e Mon Sep 17 00:00:00 2001 From: Igor Kulikov Date: Mon, 25 Oct 2021 09:15:26 +0300 Subject: [PATCH 2/2] Improve help popup component --- ui-ngx/src/app/shared/components/help-popup.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui-ngx/src/app/shared/components/help-popup.component.html b/ui-ngx/src/app/shared/components/help-popup.component.html index a401459198..519ff4f58b 100644 --- a/ui-ngx/src/app/shared/components/help-popup.component.html +++ b/ui-ngx/src/app/shared/components/help-popup.component.html @@ -15,9 +15,8 @@ limitations under the License. --> -
+
+
+