Skip to content

Commit

Permalink
Fix font dropdown caret
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Friedman <[email protected]>
  • Loading branch information
iMattPro committed Jun 9, 2024
1 parent 93ae40a commit f7df074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/all/template/abbc3_posting_buttons.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
</select>
{% else %}
<div class="abbc3_font_menu_btn dropdown-container dropdown-{S_CONTENT_FLOW_END}">
<a href="#" class="dropdown-trigger dropdown-toggle button button-secondary" title="{{ custom_tag.BBCODE_HELPLINE }}"><span>{{ lang('ABBC3_FONT_BBCODE') }}</span> {{ Icon('font', 'caret-down', '', true, '', {'style': 'height: 10px; width: 10px; padding-top: 6px;'}) }}</a>
<a href="#" class="dropdown-trigger dropdown-toggle button button-secondary" title="{{ custom_tag.BBCODE_HELPLINE }}"><span>{{ lang('ABBC3_FONT_BBCODE') }}</span> {{ Icon('font', 'caret-down', '', true, '') }}</a>
<div class="dropdown">
<ul class="dropdown-contents" role="menu">
{% for group, fonts in ABBC3_BBCODE_FONTS %}
Expand Down

0 comments on commit f7df074

Please sign in to comment.