From 078d966c64633b0ad759136ccb643993c4da21eb Mon Sep 17 00:00:00 2001 From: yogesh sirsat Date: Fri, 25 Mar 2022 19:54:33 +0530 Subject: [PATCH] modals: Refactor help_link_widget for confirmation modal. Added class "help_link_widget" and applied existing css, to `a` tag of help_link_widget. Follow-up of #21508. --- static/styles/modal.css | 2 +- static/templates/help_link_widget.hbs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/styles/modal.css b/static/styles/modal.css index 0d31945520..86ff8619a8 100644 --- a/static/styles/modal.css +++ b/static/styles/modal.css @@ -81,7 +81,7 @@ line-height: 1.25; /* help_link_widget margin for the fa-circle-o. */ - a { + .help_link_widget { margin-left: 5px; } } diff --git a/static/templates/help_link_widget.hbs b/static/templates/help_link_widget.hbs index 583eeb1ccf..10e9a8e1ee 100644 --- a/static/templates/help_link_widget.hbs +++ b/static/templates/help_link_widget.hbs @@ -1,3 +1,3 @@ - +