diff options
| author | Mark Otto <[email protected]> | 2016-01-05 00:16:15 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-01-05 00:16:15 -0800 |
| commit | 80f7844b0f9e06cf714713e20108957bd72ab238 (patch) | |
| tree | dcede00adca1628f2c0f9276ab0057e208a7c246 | |
| parent | ceaee3ecfa0956de3546b359f9fcc07c0350b8af (diff) | |
| parent | 6a7577d3c65f35f130df86a7d1ba5a8587fbf63f (diff) | |
| download | bootstrap-80f7844b0f9e06cf714713e20108957bd72ab238.tar.xz bootstrap-80f7844b0f9e06cf714713e20108957bd72ab238.zip | |
Merge pull request #18760 from twbs/v4-17991
v4: font-weight: normal on labels
| -rw-r--r-- | scss/_forms.scss | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss index 20a70b31f..802241bd3 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; } |
