Improved focus outlines for icons

This commit is contained in:
squidfunk 2021-02-24 11:35:45 +01:00
parent 1864463e5c
commit cb723d4bef
5 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -39,7 +39,7 @@
{% endif %} {% endif %}
{% endblock %} {% endblock %}
{% block styles %} {% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.82de3023.min.css' | url }}"> <link rel="stylesheet" href="{{ 'assets/stylesheets/main.1655a90d.min.css' | url }}">
{% if config.theme.palette %} {% if config.theme.palette %}
{% set palette = config.theme.palette %} {% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.7fa14f5b.min.css' | url }}"> <link rel="stylesheet" href="{{ 'assets/stylesheets/palette.7fa14f5b.min.css' | url }}">

View File

@ -31,7 +31,7 @@
.emojione, .emojione,
.twemoji, .twemoji,
.gemoji { .gemoji {
display: inline-block; display: inline-flex;
height: px2em(18px); height: px2em(18px);
vertical-align: text-top; vertical-align: text-top;