Browse Source

Release notes and removing old rules #2361

pull/1906/merge
jlukic 9 years ago
parent
commit
9f38ef5835
2 changed files with 1 additions and 11 deletions
  1. 1
      RELEASE-NOTES.md
  2. 11
      src/definitions/elements/label.less

1
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**

11
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
--------------------*/

Loading…
Cancel
Save