From e6c57803d767f2c8361420e9c40994513d33204b Mon Sep 17 00:00:00 2001 From: jlukic Date: Tue, 28 Jul 2015 14:04:36 -0400 Subject: [PATCH] Update input --- RELEASE-NOTES.md | 1 + src/definitions/elements/input.less | 2 ++ 2 files changed, 3 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 23cb93765..ebfd72b2f 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -13,6 +13,7 @@ **Additional Bugs** +- **Input** - Input now will reset `font-weight` and `font-style` if set on parent; - **Menu** - Added `flex: 0 0 auto` to menu item to make sure menu do not collapse text content to reduce space - **Menu** - Fixed issue with `labeled input` text inside menu not appearing vertically centered diff --git a/src/definitions/elements/input.less b/src/definitions/elements/input.less index 65146129e..b8929035f 100755 --- a/src/definitions/elements/input.less +++ b/src/definitions/elements/input.less @@ -30,6 +30,8 @@ .ui.input { position: relative; + font-weight: normal; + font-style: normal; display: inline-flex; color: @inputColor; }