From 084934aa7a3d741861ea6bfcb1eafc241ea1b615 Mon Sep 17 00:00:00 2001 From: AlitaBernachot Date: Wed, 16 Oct 2024 16:49:31 +0200 Subject: [PATCH] fix: enhance header to open only one dropdown --- src/assets/main.css | 4 ++++ src/components/auth/auth-form.vue | 18 +++++++++----- src/components/common/dropdown-content.vue | 24 ++++++++++++++----- src/components/header-bar/header-bar.vue | 24 ++++++++++++++++++- .../header-bar/language-selector.vue | 16 ++++++------- 5 files changed, 64 insertions(+), 22 deletions(-) diff --git a/src/assets/main.css b/src/assets/main.css index 8fa13cd6..3f7de88d 100644 --- a/src/assets/main.css +++ b/src/assets/main.css @@ -419,6 +419,10 @@ box-shadow: inset 0px 2px 4px -1px rgba(0, 57, 79, 0.25); } + .lux-account ::placeholder { + @apply text-gray-400; + } + .form-control { border: 1px solid var(--color-gray); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); diff --git a/src/components/auth/auth-form.vue b/src/components/auth/auth-form.vue index aa737751..1eaf0e42 100644 --- a/src/components/auth/auth-form.vue +++ b/src/components/auth/auth-form.vue @@ -34,7 +34,9 @@ function submit() {