From 665bda4fe5ccf0e12b74262309da39695dd69317 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sun, 19 Sep 2021 15:40:42 +0700 Subject: input: remove background color on hint element It is up to the user on how to set the background color of any elements, not the library. --- input/string.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'input/string.ts') diff --git a/input/string.ts b/input/string.ts index 961220b..b6baff3 100644 --- a/input/string.ts +++ b/input/string.ts @@ -149,7 +149,6 @@ export class WuiInputString { } else { this.el_hint.style.display = "none" } - this.el_hint.style.backgroundColor = "gainsboro" this.el_hint.style.borderRadius = "2px" this.el_hint.style.padding = "4px" this.el_hint.style.marginTop = "2px" -- cgit v1.3