From 64482ff8706f942478ce38781be1f1a718fe0b76 Mon Sep 17 00:00:00 2001 From: Felix Hamann Date: Sun, 10 Feb 2019 21:24:29 +0100 Subject: [PATCH] show form group tooltips as hint instead of tooltip --- templates/standalone/inputs.lucius | 1 + templates/widgets/form.hamlet | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/templates/standalone/inputs.lucius b/templates/standalone/inputs.lucius index ba899f066..9d5fb2b79 100644 --- a/templates/standalone/inputs.lucius +++ b/templates/standalone/inputs.lucius @@ -32,6 +32,7 @@ .form-group__hint { color: var(--color-fontsec); + font-size: 0.9rem; } .form-group--required { diff --git a/templates/widgets/form.hamlet b/templates/widgets/form.hamlet index 06578df77..08d37adfc 100644 --- a/templates/widgets/form.hamlet +++ b/templates/widgets/form.hamlet @@ -12,9 +12,7 @@ $case formLayout $if not (Blaze.null $ fvLabel view)