From c2aea9c701fc09f35011ca453fcb053b5a07fbf6 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Mon, 25 Oct 2021 20:42:39 +0200 Subject: [PATCH] Clean up style --- .../create-or-update-access-dialog.scss | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/apps/client/src/app/pages/account/create-or-update-access-dialog/create-or-update-access-dialog.scss b/apps/client/src/app/pages/account/create-or-update-access-dialog/create-or-update-access-dialog.scss index f3b0a8b81..ce1c7d599 100644 --- a/apps/client/src/app/pages/account/create-or-update-access-dialog/create-or-update-access-dialog.scss +++ b/apps/client/src/app/pages/account/create-or-update-access-dialog/create-or-update-access-dialog.scss @@ -5,13 +5,3 @@ max-height: unset; } } - -:host-context(.is-dark-theme) { - .mat-dialog-content { - .mat-datepicker-input { - &.mat-input-element:disabled { - color: var(--light-primary-text); - } - } - } -}