Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Semantic-Org/Semantic-UI
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Oct 28, 2016
2 parents a6c179a + 37f2540 commit 9f62546
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
**Bugs**
- **Search** - Fixed issue where pressing "up" key when no results selected would cause bottom result to be selected
- **Search** - Fixed issue where input may attempt to refocus when search element is immediately removed from browser's DOM after a result is clicked.
- **Flat Theme** - Fixes inverted input color

**Enhancements**
- **Tab** - Added new tab cache type `DOM` which preserves the final DOM state after scripts rendering. This can be used to avoid re-running returned `<script>` tags on each cached read #2534
Expand Down
1 change: 1 addition & 0 deletions src/themes/flat/collections/form.variables
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
@inputBorder: none;
@inputBorderRadius: 0em;
@inputBoxShadow: none;
@invertedInputColor: @invertedTextColor;

@textAreaPadding: 1em;
@textAreaBackground: transparent;
Expand Down

0 comments on commit 9f62546

Please sign in to comment.