From 7c7555dd4abe68f74d86b3b4b6c6d318be2e5215 Mon Sep 17 00:00:00 2001 From: jlukic Date: Tue, 7 Apr 2015 14:40:35 -0400 Subject: [PATCH] Fixes #2076 transparent left icon input --- RELEASE-NOTES.md | 2 ++ src/definitions/elements/input.less | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index a83afc4a5..4399614c9 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -25,6 +25,7 @@ **Enhancements** - **Build Tools** - Adjusting `site.variables` will now rebuild all UI, instead of just `site.less` - **Divider** - `vertical divider` inside `ui grid` now accounts for column padding +- **Dropdown** - Dropdowns now automatically observe changes in `menu` and will update selector cache with new additions - **Form Validation** - Form validation now has `minCount`, `maxCount`, and `exactCount` for validating multiple selections - **Grid** - `celled grid` now removes internal cells on mobile and tablet when used with `doubling` grid responsive variation - **Grid** - `equal width` now works without `row` wrappers @@ -94,6 +95,7 @@ - **Grid** - `x column wide` inside `equal width/height` now cannot grow beyond column size - **Grid** - Fixes colored grid columns not appearing when not nested in rows - **Icon** - Fixes `ascending` and `descending` icon being swapped +- **Input** - Fixed improper left padding on `transparent left icon input` - **Label** - Labels inside `header` now vertical align better by accounting for line height offset - **List** - Fixed `inverted bulleted list` bullet color - **Loader** - Fix position of `inline centered loader` to be centered correctly diff --git a/src/definitions/elements/input.less b/src/definitions/elements/input.less index 15f84f5f2..dcd42efe7 100755 --- a/src/definitions/elements/input.less +++ b/src/definitions/elements/input.less @@ -197,8 +197,8 @@ padding-right: @transparentIconMargin !important; } .ui.transparent[class*="left icon"].input > input { - padding-left: 0em !important; padding-left: @transparentIconMargin !important; + padding-right: 0em !important; } /* Transparent Inverted */