mirror of https://github.com/zulip/zulip.git
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.
This commit is contained in:
parent
eae4643cb4
commit
078d966c64
|
@ -81,7 +81,7 @@
|
|||
line-height: 1.25;
|
||||
|
||||
/* help_link_widget margin for the fa-circle-o. */
|
||||
a {
|
||||
.help_link_widget {
|
||||
margin-left: 5px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<a href="{{ link }}" target="_blank" rel="noopener noreferrer">
|
||||
<a class="help_link_widget" href="{{ link }}" target="_blank" rel="noopener noreferrer">
|
||||
<i class="fa fa-question-circle-o" aria-hidden="true"></i>
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue