Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removes divider rules from form #3092
  • Loading branch information
jlukic committed Nov 1, 2015
1 parent af43ede commit 377dfe2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
1 change: 1 addition & 0 deletions RELEASE-NOTES.md
Expand Up @@ -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**
Expand Down
9 changes: 0 additions & 9 deletions src/definitions/collections/form.less
Expand Up @@ -246,15 +246,6 @@
width: 0px;
}

/*--------------------
Dividers
---------------------*/

.ui.form .divider {
clear: both;
margin: @dividerMargin;
}


/*--------------------
Types of Messages
Expand Down
3 changes: 0 additions & 3 deletions src/themes/default/collections/form.variables
Expand Up @@ -64,9 +64,6 @@
@checkboxLabelFontSize: 1em;
@checkboxLabelTextTransform: @labelTextTransform;

/* Divider */
@dividerMargin: @rowDistance 0em;

/* Inline Validation Prompt */
@promptBackground: @white;
@promptBorderColor: @formErrorBorder;
Expand Down

0 comments on commit 377dfe2

Please sign in to comment.