From 6a7577d3c65f35f130df86a7d1ba5a8587fbf63f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 5 Jan 2016 00:14:58 -0800 Subject: [PATCH] remove instances of font-weight: normal since we no longer specify bold labels (as of v4) --- scss/_forms.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/scss/_forms.scss b/scss/_forms.scss index 20a70b31f7..802241bd39 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -184,7 +184,6 @@ label { padding-left: 1.25rem; margin-bottom: 0; - font-weight: normal; cursor: pointer; // When there's no labels, don't position the input. @@ -216,7 +215,6 @@ display: inline-block; padding-left: 1.25rem; margin-bottom: 0; - font-weight: normal; vertical-align: middle; cursor: pointer; }