From 9deae0cc52991fa5cf8edfe328fe4da852df4054 Mon Sep 17 00:00:00 2001 From: Klaus Quibeldey-Cirkel <klaus-dieter.quibeldey-cirkel@mni.thm.de> Date: Mon, 1 Nov 2021 14:23:44 +0100 Subject: [PATCH] styling icons --- .../question-wall/question-wall.component.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/components/shared/questionwall/question-wall/question-wall.component.html b/src/app/components/shared/questionwall/question-wall/question-wall.component.html index 49c2c984d..f1af71577 100644 --- a/src/app/components/shared/questionwall/question-wall/question-wall.component.html +++ b/src/app/components/shared/questionwall/question-wall/question-wall.component.html @@ -244,14 +244,14 @@ </div> <ars-col [width]="50" ars-flex-box> <ars-row> - <button mat-icon-button style="margin:5px;" (click)="toggleSideList()"> - <mat-icon class="icon-color" *ngIf="sidelistExpanded" aria-describedby="side-list-off" + <button mat-icon-button style="margin-top:18px; transform: scale(1.8)" (click)="toggleSideList()"> + <mat-icon style="color: yellow" class="icon-color" *ngIf="sidelistExpanded" aria-describedby="side-list-off" matTooltip="{{'question-wall.side-list-off' | translate}}"> - arrow_right + keyboard_double_arrow_right </mat-icon> - <mat-icon class="icon-color" *ngIf="!sidelistExpanded" aria-describedby="side-list-on" + <mat-icon style="color: yellow" class="icon-color" *ngIf="!sidelistExpanded" aria-describedby="side-list-on" matTooltip="{{'question-wall.side-list-on' | translate}}"> - list + keyboard_double_arrow_left </mat-icon> </button> </ars-row> -- GitLab