From c6a7e4d8a71dafdf3b7e925cbbfa97687a93b370 Mon Sep 17 00:00:00 2001 From: baudelotphilippe Date: Tue, 17 Sep 2024 16:13:50 +0200 Subject: [PATCH] improve disable render --- daikoku/javascript/src/style/layout/navbar.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/daikoku/javascript/src/style/layout/navbar.scss b/daikoku/javascript/src/style/layout/navbar.scss index 641bc58b2..207c5432e 100644 --- a/daikoku/javascript/src/style/layout/navbar.scss +++ b/daikoku/javascript/src/style/layout/navbar.scss @@ -205,7 +205,6 @@ a.navbar-brand, .navbar-companion { z-index: 10; background-color: $companion_bg-color; - // color: $level1_text-color; filter: brightness(105%); height: 100vh; position: relative; @@ -234,7 +233,6 @@ a.navbar-brand, flex-direction: column; .companion-title { - // height: 40px; min-height: 40px; margin-bottom: 1rem; overflow: hidden; @@ -271,7 +269,7 @@ a.navbar-brand, } &.disabled { - color: lighten(#000, 50%); + opacity: 0.5; cursor: default; }