From 9f38ef58358148283a1f4d1d1c19c3504c66f2e7 Mon Sep 17 00:00:00 2001 From: jlukic Date: Thu, 4 Jun 2015 13:55:12 -0400 Subject: [PATCH] Release notes and removing old rules #2361 --- RELEASE-NOTES.md | 1 + src/definitions/elements/label.less | 11 ----------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index cc918f7af..93e453dbb 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -170,6 +170,7 @@ - **Icon** - Fixes phone icon only appearing as alias `call` - **Input** - Fixed improper left padding on `transparent left icon input` **Thanks @zxfwinder** - **Input** - Fixed `placeholder` color not changing correctly on focus **Thanks @zxfwinder** +- **Input** - Fixed right padding on `labeled input` that were not `corner labeled` - **Label** - Labels inside `header` now vertical align better by accounting for line height offset - **List** - `horizontal list` are now aligned `middle` by default, while vertical lists are aligned `top`. - **List** - Fixes numbers not appearing when using `inverted ordered list` **Thanks @pcj** diff --git a/src/definitions/elements/label.less b/src/definitions/elements/label.less index cb43ea2d9..421e5c06f 100755 --- a/src/definitions/elements/label.less +++ b/src/definitions/elements/label.less @@ -312,17 +312,6 @@ a.ui.label { left: -1px; } -/* Input */ -.ui.input > .ui.corner.label { - top: 1px; - right: 1px; -} -.ui.input > .ui.left.corner.label { - right: auto; - left: 1px; -} - - /*------------------- Ribbon --------------------*/