From 0511680fc5d1690bb85013e89c0c55b3a7539cf0 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Wed, 19 Oct 2022 12:01:09 -0600 Subject: [PATCH] only desaturate when logged in and not fully --- frontend/projects/ui/src/app/app.component.html | 4 +++- frontend/projects/ui/src/app/app.component.scss | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/projects/ui/src/app/app.component.html b/frontend/projects/ui/src/app/app.component.html index 6d5a83d40..f4d32e3d9 100644 --- a/frontend/projects/ui/src/app/app.component.html +++ b/frontend/projects/ui/src/app/app.component.html @@ -13,7 +13,9 @@ diff --git a/frontend/projects/ui/src/app/app.component.scss b/frontend/projects/ui/src/app/app.component.scss index e6b0a9617..8f5b949ff 100644 --- a/frontend/projects/ui/src/app/app.component.scss +++ b/frontend/projects/ui/src/app/app.component.scss @@ -10,6 +10,6 @@ ion-split-pane { transition: filter 0.3s; &_offline { - filter: saturate(0) contrast(0.85); + filter: saturate(0.75) contrast(0.85); } }