From 9b252cf205ea50fc01f208d8df597ea6bf382d1f Mon Sep 17 00:00:00 2001 From: Spythere Date: Sat, 20 Aug 2022 18:07:21 +0200 Subject: [PATCH] =?UTF-8?q?Dodano=20changelog;=20poprawki=20reaktywno?= =?UTF-8?q?=C5=9Bci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 11 +++-- src/components/RoutesModal.vue | 11 +++-- src/components/TableActions.vue | 80 +++++++++++++++++++++++++++------ src/mixins/changeMixin.ts | 71 ++++++++++++++++------------- src/mixins/dataMixin.ts | 3 +- src/mixins/routesMixin.ts | 22 +++++++++ src/store.ts | 10 ++--- src/types/typeUitls.ts | 5 +++ src/types/types.ts | 51 +++++++++++++++++++-- src/views/ManagerView.vue | 38 ++++++++-------- 10 files changed, 218 insertions(+), 84 deletions(-) create mode 100644 src/mixins/routesMixin.ts create mode 100644 src/types/typeUitls.ts diff --git a/src/App.vue b/src/App.vue index c52fde7..bc96cad 100644 --- a/src/App.vue +++ b/src/App.vue @@ -77,12 +77,15 @@ button { transition: background-color 100ms; } -button:hover { - background-color: #505050; +button:focus-visible { + border: 1px solid gold; } -button:focus-within { - border: 1px solid gold; +// Text +.text { + &--accent { + color: gold; + } } // Card modal diff --git a/src/components/RoutesModal.vue b/src/components/RoutesModal.vue index f9c4571..5f61b72 100644 --- a/src/components/RoutesModal.vue +++ b/src/components/RoutesModal.vue @@ -11,7 +11,7 @@
  • icon trash -
    +
    Szlak:
    -