From 83d3171068ade2cac225bcf5e8763d0e703fb146 Mon Sep 17 00:00:00 2001 From: Spythere Date: Sun, 9 Jan 2022 17:30:46 +0100 Subject: [PATCH] =?UTF-8?q?Lista=20poci=C4=85g=C3=B3w,=20karta=20losowania?= =?UTF-8?q?:=20poprawki=20dost=C4=99pno=C5=9Bci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ListSection.vue | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/src/components/ListSection.vue b/src/components/ListSection.vue index cbed3b4..122da43 100644 --- a/src/components/ListSection.vue +++ b/src/components/ListSection.vue @@ -2,10 +2,6 @@
- - - -
+ + + +
@@ -126,17 +126,22 @@ + {{ stock.count }} +
+ + + @@ -662,6 +667,10 @@ export default defineComponent({ button { margin: 0 0.25em; + + &:focus { + outline: 1px solid white; + } } } }