From a3be7fa0eef5f69fae84bd5c9ca91353184fe833 Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 22 Jan 2020 20:34:40 +0100 Subject: [PATCH] aria fixes --- pages/_includes/cards/invoices.html | 2 +- pages/_includes/layout/page-title-actions.html | 2 +- pages/_includes/layout/topnav.html | 11 +++++------ pages/_includes/ui/button.html | 2 +- scss/_variables.scss | 4 ++-- scss/fonts/_webfonts.scss | 2 +- 6 files changed, 11 insertions(+), 12 deletions(-) diff --git a/pages/_includes/cards/invoices.html b/pages/_includes/cards/invoices.html index beaa8bbd..33e71c3e 100644 --- a/pages/_includes/cards/invoices.html +++ b/pages/_includes/cards/invoices.html @@ -42,7 +42,7 @@ {% for invoice in site.data.invoices limit: 8 %} - + 00{{ forloop.index | plus: 1400 }} {{ invoice.name }} diff --git a/pages/_includes/layout/page-title-actions.html b/pages/_includes/layout/page-title-actions.html index dac3fc80..c99e20a1 100644 --- a/pages/_includes/layout/page-title-actions.html +++ b/pages/_includes/layout/page-title-actions.html @@ -27,6 +27,6 @@ {% include ui/button.html text="New view" color="secondary" %} {% include ui/button.html icon="plus" text="Create new report" color="primary" class="ml-3 d-none d-sm-inline-block" %} - {% include ui/button.html icon="plus" icon-only=true color="primary" class="ml-3 d-sm-none" %} + {% include ui/button.html icon="plus" icon-only=true color="primary" class="ml-3 d-sm-none" text="Create new report" %} {% endif %} diff --git a/pages/_includes/layout/topnav.html b/pages/_includes/layout/topnav.html index f433848b..0959ba5e 100644 --- a/pages/_includes/layout/topnav.html +++ b/pages/_includes/layout/topnav.html @@ -10,7 +10,7 @@