From 55a5cc073b374c682435d401f20dabca68113ac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baptiste=20Mah=C3=A9?= Date: Thu, 16 Apr 2020 15:42:24 +0200 Subject: [PATCH] [ACA-2520] Opacity of tab label of info drawer set to 1 (#5615) --- lib/core/info-drawer/info-drawer-layout.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/core/info-drawer/info-drawer-layout.component.scss b/lib/core/info-drawer/info-drawer-layout.component.scss index 0e50daeeff..7a88a2e594 100644 --- a/lib/core/info-drawer/info-drawer-layout.component.scss +++ b/lib/core/info-drawer/info-drawer-layout.component.scss @@ -27,6 +27,7 @@ text-align: left; color: mat-color($accent); text-transform: uppercase; + opacity: 1; &-active { color: mat-color($primary);