From 212d9da67e95fed357ff298862f2264633b0bd1a Mon Sep 17 00:00:00 2001 From: jlukic Date: Wed, 27 May 2015 18:08:37 -0400 Subject: [PATCH] Fix unnecessary classes in examples --- RELEASE-NOTES.md | 2 +- examples/fixed-menu.html | 2 +- examples/sticky-menu.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 725606fd5..79a4e096c 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -9,7 +9,7 @@ - **Grid** - `page grid` has been deprecated. `page grids` used percentage gutters which made it unnecessarily difficult to style responsive page content. Moving forward we recommend using `ui container` a fixed width responsinve container for holding page contents. - **Form Validation** - Form validation now passes settings through a `fields` object. This is to make form initialization match other components. The previous syntax will continue to work but produce deprecation notices in console - **Dropdown** - Dropdown item `description` now float right in default theme and should be included before other content -- **Popup** - Popups are no longer exclusive by default. Opening a popup will not necessarily close other visible popups. You can change this behavior by using the setting `exclusive: true` +- **Popup** - Popups are no longer exclusive by default. Opening a popup will not necessarily close other visible popups. You can change this behavior by using the setting `exclusive: true`. Additionally the default theme now uses `1em` size for `medium` popups. - **Colors** - Default colors have been slightly adjusted, and new colors have been added, which may cause slight changes in your design. **New UI** diff --git a/examples/fixed-menu.html b/examples/fixed-menu.html index f243e9bbf..9b9af379d 100644 --- a/examples/fixed-menu.html +++ b/examples/fixed-menu.html @@ -89,7 +89,7 @@