From b9e023bc329676df977cf88f573af9d7233b6f17 Mon Sep 17 00:00:00 2001 From: Agate Date: Wed, 19 Aug 2020 10:08:57 +0200 Subject: [PATCH 1/3] Fixed transparent button when active --- front/src/style/_vars.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/style/_vars.scss b/front/src/style/_vars.scss index 749a9bbef..1683ca9f3 100644 --- a/front/src/style/_vars.scss +++ b/front/src/style/_vars.scss @@ -10,7 +10,7 @@ $vibrant-focus-color: var(--vibrant-hover-color) !default; $success-color: #206b00 !default; $success-hover-color: #3a9104 !default; $success-active-color: #198f35 !default; -$success-focus-color: var(--$success-hover-color) !default; +$success-focus-color: var(--success-hover-color) !default; $primary-color: #0050C6 !default; $primary-hover-color: #1678c2 !default; From 639cfe54752cb9adc40b8084d87779199dc6d69a Mon Sep 17 00:00:00 2001 From: Agate Date: Wed, 19 Aug 2020 10:13:22 +0200 Subject: [PATCH 2/3] Fixed transparent administration dropdown header --- front/src/style/globals/_typography.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/front/src/style/globals/_typography.scss b/front/src/style/globals/_typography.scss index a13759423..3b7e3abd6 100644 --- a/front/src/style/globals/_typography.scss +++ b/front/src/style/globals/_typography.scss @@ -13,6 +13,4 @@ body { } } -.ui.inverted.menu .item .header { - color: var(--inverted-menu-item-header-color); -} + From c0a175d2150be10730daca0a8be822a75d761c5c Mon Sep 17 00:00:00 2001 From: Agate Date: Wed, 19 Aug 2020 10:17:03 +0200 Subject: [PATCH 3/3] Fixed broken enter submit on login form --- front/src/components/forms/PasswordInput.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/src/components/forms/PasswordInput.vue b/front/src/components/forms/PasswordInput.vue index 5cac90f21..99661971c 100644 --- a/front/src/components/forms/PasswordInput.vue +++ b/front/src/components/forms/PasswordInput.vue @@ -7,10 +7,10 @@ @input="$emit('input', $event.target.value)" :id="fieldId" :value="value"> - -