aboutsummaryrefslogtreecommitdiff
path: root/input/checkboxes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'input/checkboxes.ts')
-rw-r--r--input/checkboxes.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/input/checkboxes.ts b/input/checkboxes.ts
index 0edd832..50d95be 100644
--- a/input/checkboxes.ts
+++ b/input/checkboxes.ts
@@ -147,7 +147,6 @@ export class WuiInputCheckboxes {
} 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"