From 1cce9e260a05fe9c1a6f397b0fc2eeea893ed17b Mon Sep 17 00:00:00 2001 From: Ricardo Date: Wed, 30 Dec 2020 17:11:12 +0000 Subject: [PATCH] feat: aria friendly search & filter --- .../theme/components/blog/ActiveTags.vue | 11 +++--- .../blog/SearchCategoriesAndTags.vue | 38 ++++++++++++++++++- src/.vuepress/theme/layouts/Blog.vue | 6 ++- 3 files changed, 48 insertions(+), 7 deletions(-) diff --git a/src/.vuepress/theme/components/blog/ActiveTags.vue b/src/.vuepress/theme/components/blog/ActiveTags.vue index 46ac4a9a..3752b866 100644 --- a/src/.vuepress/theme/components/blog/ActiveTags.vue +++ b/src/.vuepress/theme/components/blog/ActiveTags.vue @@ -21,21 +21,22 @@ > -
✕ -
+ diff --git a/src/.vuepress/theme/components/blog/SearchCategoriesAndTags.vue b/src/.vuepress/theme/components/blog/SearchCategoriesAndTags.vue index 445c7822..9431b60f 100644 --- a/src/.vuepress/theme/components/blog/SearchCategoriesAndTags.vue +++ b/src/.vuepress/theme/components/blog/SearchCategoriesAndTags.vue @@ -1,16 +1,24 @@