From 45b2bc6aa852d24a196d358fd10a8c31e3384d8b Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Thu, 12 Oct 2017 09:45:51 -0400 Subject: [PATCH] style form row labels and form field labels the same way --- ui/scss/component/_form-field.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scss/component/_form-field.scss b/ui/scss/component/_form-field.scss index 8fc120787..4e9620a0a 100644 --- a/ui/scss/component/_form-field.scss +++ b/ui/scss/component/_form-field.scss @@ -129,7 +129,7 @@ input[type="text"].input-copyable { display: block; } -.form-field__label { +.form-field__label, .form-row__label { color: var(--color-help); &[for] { cursor: pointer; } > input[type="checkbox"], input[type="radio"] {