summaryrefslogtreecommitdiff
path: root/input/string.ts
diff options
context:
space:
mode:
Diffstat (limited to 'input/string.ts')
-rw-r--r--input/string.ts1
1 files changed, 0 insertions, 1 deletions
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"