Browse Source

Removes divider rules from form #3092

pull/3130/merge
Jack 9 years ago
parent
commit
377dfe20b4
3 changed files with 1 additions and 12 deletions
  1. 1
      RELEASE-NOTES.md
  2. 9
      src/definitions/collections/form.less
  3. 3
      src/themes/default/collections/form.variables

1
RELEASE-NOTES.md

@ -18,6 +18,7 @@
- **Dropdown** - `search dropdown` will now initialize with `autocomplete="off"` to avoid triggering native autocomplete menu
- **Form Validation** - Fixes error on `blur` or `change` when using a blank validation object #3131 **Thanks @listepo**
- **Form Validation** - Fixes some issues with form integer validation #3053 **Thanks @maturano**
- **Form** - Removed `divider` spacing as part of `ui form`, this caused inheritance issues when using special divider types #3092
- **Grid** - Fixes attached segment 1px offset inside grid column #3226
- **Grid** - Fixes some inconsistencies with `widescreen only` class #3161 **Thanks @mdehoog**
- **Popup** - Fixes positioning issue when `movePopup: false` #3213 **Thanks @parisholley**

9
src/definitions/collections/form.less

@ -246,15 +246,6 @@
width: 0px;
}
/*--------------------
Dividers
---------------------*/
.ui.form .divider {
clear: both;
margin: @dividerMargin;
}
/*--------------------
Types of Messages

3
src/themes/default/collections/form.variables

@ -64,9 +64,6 @@
@checkboxLabelFontSize: 1em;
@checkboxLabelTextTransform: @labelTextTransform;
/* Divider */
@dividerMargin: @rowDistance 0em;
/* Inline Validation Prompt */
@promptBackground: @white;
@promptBorderColor: @formErrorBorder;

Loading…
Cancel
Save