From c5c4f40db29fcf4f9c6a3e831b5d99b860b9961a Mon Sep 17 00:00:00 2001 From: Volha Mardvilka Date: Thu, 21 Nov 2024 09:25:30 +0000 Subject: [PATCH] 379246727: (fix) change certificate button to filled view --- modules/ui/src/app/app.component.html | 2 +- modules/ui/src/styles.scss | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/modules/ui/src/app/app.component.html b/modules/ui/src/app/app.component.html index c75fe1c4b..511a5a187 100644 --- a/modules/ui/src/app/app.component.html +++ b/modules/ui/src/app/app.component.html @@ -88,7 +88,7 @@

Testrun

aria-label="Certificates" matTooltip="Certificates" (click)="openCert()"> - workspace_premium diff --git a/modules/ui/src/styles.scss b/modules/ui/src/styles.scss index 19c475b1e..0240343a1 100644 --- a/modules/ui/src/styles.scss +++ b/modules/ui/src/styles.scss @@ -107,6 +107,14 @@ mat-hint { content: none; } +.material-symbols-outlined.filled { + font-variation-settings: + 'FILL' 1, + 'wght' 400, + 'GRAD' 0, + 'opsz' 24; +} + .app-sidebar { .mat-mdc-button .mat-mdc-button-ripple { display: none;