From 01d0147ef5a9a0b5087ed5c908258ae228a1b83c Mon Sep 17 00:00:00 2001 From: kimsible Date: Sat, 21 Nov 2020 23:35:58 +0100 Subject: Add tooltip to maximize button and remove grey background --- client/src/app/shared/shared-forms/markdown-textarea.component.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client/src/app/shared/shared-forms/markdown-textarea.component.ts') diff --git a/client/src/app/shared/shared-forms/markdown-textarea.component.ts b/client/src/app/shared/shared-forms/markdown-textarea.component.ts index b626071eb..9b3ab9cf3 100644 --- a/client/src/app/shared/shared-forms/markdown-textarea.component.ts +++ b/client/src/app/shared/shared-forms/markdown-textarea.component.ts @@ -35,6 +35,9 @@ export class MarkdownTextareaComponent implements ControlValueAccessor, OnInit { previewHTML = '' isMaximized = false + maximizeInText = $localize`Maximize editor` + maximizeOutText = $localize`Exit maximized editor` + private contentChanged = new Subject() private scrollPosition: [number, number] -- cgit v1.2.3