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; + } } } }