From 6a2857f6233e75df9ff103144212cc4f892d380d Mon Sep 17 00:00:00 2001 From: AdrienLSH Date: Tue, 13 Feb 2024 11:01:48 +0100 Subject: [PATCH] css: improved lang dropdown menu --- frontend/static/css/index.css | 4 ++++ frontend/templates/index.html | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/frontend/static/css/index.css b/frontend/static/css/index.css index 9b843e5..6c04bb5 100644 --- a/frontend/static/css/index.css +++ b/frontend/static/css/index.css @@ -25,3 +25,7 @@ opacity: 0; transition: opacity 0.25s; } + +#languageSelector > .dropdown-item.active { + background-color: transparent; +} diff --git a/frontend/templates/index.html b/frontend/templates/index.html index 1d948f1..3d27444 100644 --- a/frontend/templates/index.html +++ b/frontend/templates/index.html @@ -22,9 +22,9 @@ Lang.