From 8880e9700e5ca758de82a51d9cc509b8caf0eb21 Mon Sep 17 00:00:00 2001 From: Daniel James Smith Date: Fri, 25 Feb 2022 14:27:54 +0100 Subject: [PATCH] BEEEP: Colorize hidden custom field when value visible (#1380) --- src/app/vault/view-custom-fields.component.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/vault/view-custom-fields.component.html b/src/app/vault/view-custom-fields.component.html index 1184afc5..a180885f 100644 --- a/src/app/vault/view-custom-fields.component.html +++ b/src/app/vault/view-custom-fields.component.html @@ -10,7 +10,11 @@ {{ field.value || " " }}
- {{ field.value }} + {{ field.maskedValue }}