diff --git a/files/helpers/jinja2.py b/files/helpers/jinja2.py index a76fa2afc..5316b40dd 100644 --- a/files/helpers/jinja2.py +++ b/files/helpers/jinja2.py @@ -27,7 +27,7 @@ def favorite_emojis(x): str = "" emojis = sorted(x.items(), key=lambda x: x[1], reverse=True)[:25] for k, v in emojis: - str += f'' + str += f'' return str @app.context_processor diff --git a/files/templates/emoji_modal.html b/files/templates/emoji_modal.html index 85399196f..a1e3adc22 100644 --- a/files/templates/emoji_modal.html +++ b/files/templates/emoji_modal.html @@ -11,6 +11,9 @@ margin: 1.75rem auto !important; } } + .emoji:focus { + border: 1px solid #805ad5 !important; + }