From 687611b6827c77faeb2884e958ef115aed4e6325 Mon Sep 17 00:00:00 2001 From: Lukas Date: Sat, 8 Oct 2022 12:51:21 +0200 Subject: [PATCH] Use html buttons to allow keyboard navigation (#1242) --- web/src/components/atomic/IconButton.vue | 5 +++-- web/src/components/layout/header/ActiveBuilds.vue | 5 +++-- web/src/components/tabs/Tabs.vue | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/web/src/components/atomic/IconButton.vue b/web/src/components/atomic/IconButton.vue index 826effcc4..6e54dd146 100644 --- a/web/src/components/atomic/IconButton.vue +++ b/web/src/components/atomic/IconButton.vue @@ -1,7 +1,8 @@