diff options
| author | Shulhan <ms@kilabit.info> | 2021-09-19 15:40:42 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2021-09-19 15:40:42 +0700 |
| commit | 665bda4fe5ccf0e12b74262309da39695dd69317 (patch) | |
| tree | 4bee3eaeb691be49eb3a5cfe193c57b1ca32a202 /input/string.ts | |
| parent | 19994275a9f238dbbb2d73702bba355faaa12a0d (diff) | |
| download | pakakeh.ts-665bda4fe5ccf0e12b74262309da39695dd69317.tar.xz | |
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.
Diffstat (limited to 'input/string.ts')
| -rw-r--r-- | input/string.ts | 1 |
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" |
