]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
thirdparty/foundation/foundation-sites.git
9 years agoproper loop iteration for javascript array ensures extensions to Array.prototype... 8280/head
John Pelly [Mon, 29 Feb 2016 01:05:27 +0000 (20:05 -0500)] 
proper loop iteration for javascript array ensures extensions to Array.prototype don't break us

9 years agoGenerate new settings file v6.1.2
Geoff Kimball [Sat, 23 Jan 2016 00:59:31 +0000 (16:59 -0800)] 
Generate new settings file

9 years agoBump to version 6.1.2
Geoff Kimball [Sat, 23 Jan 2016 00:56:18 +0000 (16:56 -0800)] 
Bump to version 6.1.2

9 years agoUpdate use of gulp-filter in deploy task to match gulp-filter 3.0 API change
Geoff Kimball [Sat, 23 Jan 2016 00:55:54 +0000 (16:55 -0800)] 
Update use of gulp-filter in deploy task to match gulp-filter 3.0 API change

9 years agoMerge branch 'master' into develop
Geoff Kimball [Sat, 23 Jan 2016 00:50:07 +0000 (16:50 -0800)] 
Merge branch 'master' into develop

9 years agoUse Node's execSync to run git commands in deploy process instead of Gitty
Geoff Kimball [Sat, 23 Jan 2016 00:50:00 +0000 (16:50 -0800)] 
Use Node's execSync to run git commands in deploy process instead of Gitty

9 years agoFix giant-ass dropdown text
Geoff Kimball [Fri, 22 Jan 2016 21:49:59 +0000 (13:49 -0800)] 
Fix giant-ass dropdown text

9 years agoMake hover state of .dark menu icon more subtle
Geoff Kimball [Fri, 22 Jan 2016 21:37:40 +0000 (13:37 -0800)] 
Make hover state of .dark menu icon more subtle

9 years agoUpdate top bar docs to show example of advanced top bar layout added in #7944
Geoff Kimball [Fri, 22 Jan 2016 21:36:29 +0000 (13:36 -0800)] 
Update top bar docs to show example of advanced top bar layout added in #7944

9 years agofixes typo in callout docs
Chris Oyler [Fri, 22 Jan 2016 21:10:04 +0000 (13:10 -0800)] 
fixes typo in callout docs

9 years agoadds example of sticky navigation to docs, adds sticky-nav.html partial for <iframe...
Chris Oyler [Fri, 22 Jan 2016 20:04:23 +0000 (12:04 -0800)] 
adds example of sticky navigation to docs, adds sticky-nav.html partial for <iframe> include.

9 years agoMerge branch 'develop' of https://github.com/zurb/foundation-sites into develop
Chris Oyler [Fri, 22 Jan 2016 19:04:46 +0000 (11:04 -0800)] 
Merge branch 'develop' of https://github.com/zurb/foundation-sites into develop

9 years agoremoves unused _activePlugins object and references to it.
Chris Oyler [Fri, 22 Jan 2016 19:04:38 +0000 (11:04 -0800)] 
removes unused _activePlugins object and references to it.

9 years agoUpdate README.md
Rafi [Fri, 22 Jan 2016 06:22:30 +0000 (22:22 -0800)] 
Update README.md

9 years agoMerge branch 'develop' of https://github.com/zurb/foundation-sites into develop
Chris Oyler [Thu, 21 Jan 2016 23:42:45 +0000 (15:42 -0800)] 
Merge branch 'develop' of https://github.com/zurb/foundation-sites into develop

9 years agofixes #7173, adds a call to Sticky._calc when off-canvas gets reveal class
Chris Oyler [Thu, 21 Jan 2016 23:42:38 +0000 (15:42 -0800)] 
fixes #7173, adds a call to Sticky._calc when off-canvas gets reveal class

9 years agoMerge pull request #7961 from karissademi/patch-1
Geoff Kimball [Thu, 21 Jan 2016 22:43:50 +0000 (14:43 -0800)] 
Merge pull request #7961 from karissademi/patch-1

Fix typo

9 years agoFix typo 7961/head
Karissa [Thu, 21 Jan 2016 20:48:51 +0000 (15:48 -0500)] 
Fix typo

"An extra 'u' in menu"

9 years agofixes #7951, also added benefit of simplifying the jquery selector chain to manage...
Chris Oyler [Thu, 21 Jan 2016 18:12:47 +0000 (10:12 -0800)] 
fixes #7951, also added benefit of simplifying the jquery selector chain to manage aria state for nested menus and remove a few lines of unnecessary code

9 years agoClarify when grid-column-collapse() mixin should be used #7943
Geoff Kimball [Thu, 21 Jan 2016 18:01:19 +0000 (10:01 -0800)] 
Clarify when grid-column-collapse() mixin should be used #7943

9 years agoOn accordions, remove double border at the bottom, and prevent a border from disappea...
Geoff Kimball [Thu, 21 Jan 2016 17:35:24 +0000 (09:35 -0800)] 
On accordions, remove double border at the bottom, and prevent a border from disappearing when the last pane is open, fixes #7938

9 years agoFix Sass auditing task not working
Geoff Kimball [Thu, 21 Jan 2016 17:31:54 +0000 (09:31 -0800)] 
Fix Sass auditing task not working

9 years agoMerge pull request #7958 from ahebrank/accordion-docs
Geoff Kimball [Thu, 21 Jan 2016 16:58:15 +0000 (08:58 -0800)] 
Merge pull request #7958 from ahebrank/accordion-docs

add data-accordion-item attribute requirement to documentation

9 years agoadd data-accordion-item to accordion docs 7958/head
Andy Hebrank [Thu, 21 Jan 2016 16:29:16 +0000 (11:29 -0500)] 
add data-accordion-item to accordion docs

9 years agoMerge pull request #7954 from grgcnnr/develop
Geoff Kimball [Thu, 21 Jan 2016 07:50:57 +0000 (23:50 -0800)] 
Merge pull request #7954 from grgcnnr/develop

Border-radius on buttons inputs should use $button-radius

9 years agoBorder-radius on buttons inputs should prefer $button-radius to $global radius 7954/head
George Connor [Thu, 21 Jan 2016 04:23:47 +0000 (15:23 +1100)] 
Border-radius on buttons inputs should prefer $button-radius to $global radius

9 years agofixes issue where .first-sub of vertical dropdown menus rendered in the wrong locatio...
Chris Oyler [Wed, 20 Jan 2016 22:01:03 +0000 (14:01 -0800)] 
fixes issue where .first-sub of vertical dropdown menus rendered in the wrong location (watch out people, I did sassy things)

9 years agoMerge branch 'master' into develop
Geoff Kimball [Wed, 20 Jan 2016 21:58:00 +0000 (13:58 -0800)] 
Merge branch 'master' into develop

9 years agoFix <legend> element overflowing in IE10, fixes #7662
Geoff Kimball [Wed, 20 Jan 2016 21:53:52 +0000 (13:53 -0800)] 
Fix <legend> element overflowing in IE10, fixes #7662

9 years agoMerge pull request #7949 from jacobalvarez/develop
Geoff Kimball [Wed, 20 Jan 2016 21:08:09 +0000 (13:08 -0800)] 
Merge pull request #7949 from jacobalvarez/develop

Make drilldown menu "Back" arrow part of the <a>

9 years agoMerge pull request #7944 from brettsmason/patch-1
Geoff Kimball [Wed, 20 Jan 2016 21:05:01 +0000 (13:05 -0800)] 
Merge pull request #7944 from brettsmason/patch-1

Add .top-bar-title class

9 years agoMake drilldown menu "Back" arrow part of the <a> 7949/head
Jacob Alvarez [Wed, 20 Jan 2016 20:56:31 +0000 (14:56 -0600)] 
Make drilldown menu "Back" arrow part of the <a>

Makes the drilldown menu's "Back" arrows to be pseudo-element of the "Back" <a> rather than the <li>.  This provides consistency with the "forward" arrows and makes them clickable.

9 years agoMake drilldown menu "Back" arrow part of the <a>
Jacob Alvarez [Wed, 20 Jan 2016 20:54:07 +0000 (14:54 -0600)] 
Make drilldown menu "Back" arrow part of the <a>

Makes the drilldown menu's "Back" arrows to be pseudo-element of the "Back" <a> rather than the <li>.  This provides consistency with the "forward" arrows and makes them clickable.

9 years agoAdded $topbar-title-spacing variable 7944/head
Brett Mason [Wed, 20 Jan 2016 20:19:50 +0000 (20:19 +0000)] 
Added $topbar-title-spacing variable

Added $topbar-title-spacing variable to remove reliance on the grid.

9 years agoRemove unnecessary classes and attributes from menus in responsive nav docs examples...
Geoff Kimball [Wed, 20 Jan 2016 20:08:28 +0000 (12:08 -0800)] 
Remove unnecessary classes and attributes from menus in responsive nav docs examples, closes #7291

9 years agoCorrect flex grid source ordering example in docs, closes #7946
Geoff Kimball [Wed, 20 Jan 2016 19:43:59 +0000 (11:43 -0800)] 
Correct flex grid source ordering example in docs, closes #7946

9 years agoCut back specificity of dropdown menu classes, fix cascade issue with top bar <ul...
Geoff Kimball [Wed, 20 Jan 2016 19:16:37 +0000 (11:16 -0800)] 
Cut back specificity of dropdown menu classes, fix cascade issue with top bar <ul>s, and fix .simple menu bar not working with plain text #7900 #7892

9 years agoMerge branch 'develop' of https://github.com/zurb/foundation-sites into develop
Chris Oyler [Wed, 20 Jan 2016 19:12:29 +0000 (11:12 -0800)] 
Merge branch 'develop' of https://github.com/zurb/foundation-sites into develop

9 years agofixes #7927, but points out other issues needing resolution. Breaks out scrolling...
Chris Oyler [Wed, 20 Jan 2016 19:12:21 +0000 (11:12 -0800)] 
fixes #7927, but points out other issues needing resolution. Breaks out scrolling feature of Magellan into small function, if deeplinking enabled scrolls to location.hash element on init

9 years agoAdd .top-bar-title
Brett Mason [Wed, 20 Jan 2016 19:01:45 +0000 (19:01 +0000)] 
Add .top-bar-title

Adds top-bar-title class.

9 years agoAdd width: 100%; missing from tables, fixes #7937
Geoff Kimball [Wed, 20 Jan 2016 18:50:49 +0000 (10:50 -0800)] 
Add width: 100%; missing from tables, fixes #7937

9 years agoChange $dropdown-font-size from 16rem to 1rem
Geoff Kimball [Wed, 20 Jan 2016 18:50:21 +0000 (10:50 -0800)] 
Change $dropdown-font-size from 16rem to 1rem

9 years agoMerge pull request #7939 from amosmos/patch-1
Geoff Kimball [Wed, 20 Jan 2016 16:54:10 +0000 (08:54 -0800)] 
Merge pull request #7939 from amosmos/patch-1

the name is title bar

9 years agothe name is title bar 7939/head
amosmos [Wed, 20 Jan 2016 08:55:05 +0000 (10:55 +0200)] 
the name is title bar

not only this is how the class is called, it is also how it is named in the customized download options of zurb...

9 years agofixes docs data attribute for off-canvas and adds building block example
RafiBomb [Wed, 20 Jan 2016 00:38:20 +0000 (16:38 -0800)] 
fixes docs data attribute for off-canvas and adds building block example

9 years agoMerge pull request #7654 from derweili/develop
Geoff Kimball [Tue, 19 Jan 2016 23:48:11 +0000 (15:48 -0800)] 
Merge pull request #7654 from derweili/develop

Fix: shrink wider than 100%

9 years agoMerge pull request #7931 from abdullahsalem/Fix-dropdown-menu-alignment-rtl
Geoff Kimball [Tue, 19 Jan 2016 23:36:49 +0000 (15:36 -0800)] 
Merge pull request #7931 from abdullahsalem/Fix-dropdown-menu-alignment-rtl

Fix dropdown menu's alignment and arrow in RTL mode #7930

9 years agoRefine documentation for accordion menu
Geoff Kimball [Tue, 19 Jan 2016 23:27:22 +0000 (15:27 -0800)] 
Refine documentation for accordion menu

9 years agoRefine documentation for drilldown menu
Geoff Kimball [Tue, 19 Jan 2016 23:22:18 +0000 (15:22 -0800)] 
Refine documentation for drilldown menu

9 years agoRefine documentation for Reveal modals
Geoff Kimball [Tue, 19 Jan 2016 23:16:06 +0000 (15:16 -0800)] 
Refine documentation for Reveal modals

9 years agoRefine documentation for slider
Geoff Kimball [Tue, 19 Jan 2016 23:00:24 +0000 (15:00 -0800)] 
Refine documentation for slider

9 years agoRemove warning about npm v3 from readme, as it works fine
Geoff Kimball [Tue, 19 Jan 2016 22:51:36 +0000 (14:51 -0800)] 
Remove warning about npm v3 from readme, as it works fine

9 years agoUpdate npm dependencies
Geoff Kimball [Tue, 19 Jan 2016 22:45:13 +0000 (14:45 -0800)] 
Update npm dependencies

9 years agoAdd example of using breakpoint() multiple times within @media
Geoff Kimball [Tue, 19 Jan 2016 22:17:59 +0000 (14:17 -0800)] 
Add example of using breakpoint() multiple times within @media

9 years agoMerge pull request #7905 from designerno1/fix-ddm-body-off-click
Chris Oyler [Tue, 19 Jan 2016 21:33:09 +0000 (13:33 -0800)] 
Merge pull request #7905 from designerno1/fix-ddm-body-off-click

[DropdownMenu] fixes body off click on destroy

9 years agoUn-nest .progress-meter-text to reduce specificity
Geoff Kimball [Tue, 19 Jan 2016 21:18:42 +0000 (13:18 -0800)] 
Un-nest .progress-meter-text to reduce specificity

9 years agoUse absolute-center() mixin on progress meter element
Geoff Kimball [Tue, 19 Jan 2016 21:18:00 +0000 (13:18 -0800)] 
Use absolute-center() mixin on progress meter element

9 years agoOn progress bars, only output border-radius if necessary, and apply border radius...
Geoff Kimball [Tue, 19 Jan 2016 21:16:23 +0000 (13:16 -0800)] 
On progress bars, only output border-radius if necessary, and apply border radius to inner meter as well, fixes #7929

9 years agoProperly center-align rows within expanded rows, fixes #7801
Geoff Kimball [Tue, 19 Jan 2016 20:50:59 +0000 (12:50 -0800)] 
Properly center-align rows within expanded rows, fixes #7801

9 years agoFixed the dropdown menu's arrow in RTL mode 7931/head
Abdullah Salem [Tue, 19 Jan 2016 20:38:56 +0000 (23:38 +0300)] 
Fixed the dropdown menu's arrow in RTL mode

9 years agoFixed the dropdown menu's alignment in RTL mode
Abdullah Salem [Tue, 19 Jan 2016 20:38:04 +0000 (23:38 +0300)] 
Fixed the dropdown menu's alignment in RTL mode

9 years agoupdates dropdown to match change to regex in tooltip, 23fe3c5
Chris Oyler [Tue, 19 Jan 2016 18:20:43 +0000 (10:20 -0800)] 
updates dropdown to match change to regex in tooltip, 23fe3c5

9 years agoMerge branch 'develop' of https://github.com/zurb/foundation-sites into develop
Chris Oyler [Tue, 19 Jan 2016 18:05:26 +0000 (10:05 -0800)] 
Merge branch 'develop' of https://github.com/zurb/foundation-sites into develop

9 years agofixes # 7917, updates tooltip regex to prevent unintentional matches with similar...
Chris Oyler [Tue, 19 Jan 2016 18:04:44 +0000 (10:04 -0800)] 
fixes # 7917, updates tooltip regex to prevent unintentional matches with similar classnames

9 years agoMerge pull request #7918 from adriantomic/patch-1
Geoff Kimball [Tue, 19 Jan 2016 18:00:25 +0000 (10:00 -0800)] 
Merge pull request #7918 from adriantomic/patch-1

Update grid.md with grid-column-position(center)

9 years agoMerge pull request #7919 from cucharadepalo/patch-1
Geoff Kimball [Tue, 19 Jan 2016 17:59:08 +0000 (09:59 -0800)] 
Merge pull request #7919 from cucharadepalo/patch-1

[Dropdown] Dropdown-font-size variable not used in mixin

9 years agoupdates tabs to check for preexisting ids on content links
Chris Oyler [Tue, 19 Jan 2016 17:47:46 +0000 (09:47 -0800)] 
updates tabs to check for preexisting ids on content links

9 years agoAdded font size variable to the mixin 7919/head
cucharadepalo [Tue, 19 Jan 2016 11:21:47 +0000 (12:21 +0100)] 
Added font size variable to the mixin

The dropdown-font-size-variable wasn't used  in the mixin. Corrected border-radius alphabetical position

9 years agoUpdate grid.md with grid-column-position(center) 7918/head
Adrian [Tue, 19 Jan 2016 10:32:45 +0000 (11:32 +0100)] 
Update grid.md with grid-column-position(center)

Added description on how to center a column semantically.

9 years agoremoves reference to unused option in off-canvas
Chris Oyler [Mon, 18 Jan 2016 21:06:17 +0000 (13:06 -0800)] 
removes reference to unused option in off-canvas

9 years agoMerge branch 'develop' of https://github.com/zurb/foundation-sites into develop
Chris Oyler [Mon, 18 Jan 2016 20:46:19 +0000 (12:46 -0800)] 
Merge branch 'develop' of https://github.com/zurb/foundation-sites into develop

9 years agofixes typos in equalizer
Chris Oyler [Mon, 18 Jan 2016 20:46:12 +0000 (12:46 -0800)] 
fixes typos in equalizer

9 years agoAdd extra CSS for when .expanded and .stacked-for-small are used on the same button...
Geoff Kimball [Mon, 18 Jan 2016 20:33:27 +0000 (12:33 -0800)] 
Add extra CSS for when .expanded and .stacked-for-small are used on the same button group, fixes #7393

9 years agoremoves has-submenu and submenu classes from dropdown menu
Chris Oyler [Mon, 18 Jan 2016 19:54:36 +0000 (11:54 -0800)] 
removes has-submenu and submenu classes from dropdown menu

9 years agoupdates nest util, removes unused classes and aria attibutes
Chris Oyler [Mon, 18 Jan 2016 19:53:53 +0000 (11:53 -0800)] 
updates nest util, removes unused classes and aria attibutes

9 years agoMerge branch 'develop' of https://github.com/zurb/foundation-sites into develop
Chris Oyler [Mon, 18 Jan 2016 19:41:30 +0000 (11:41 -0800)] 
Merge branch 'develop' of https://github.com/zurb/foundation-sites into develop

9 years agoupdates state classes for accordion and drilldown menus, typo fixes for accordion...
Chris Oyler [Mon, 18 Jan 2016 19:41:27 +0000 (11:41 -0800)] 
updates state classes for accordion and drilldown menus, typo fixes for accordion and abide

9 years agoMerge pull request #7898 from TvrtkoM/simulate_touch-MouseEvent
Chris Oyler [Mon, 18 Jan 2016 19:18:21 +0000 (11:18 -0800)] 
Merge pull request #7898 from TvrtkoM/simulate_touch-MouseEvent

use MouseEvent constructor to simulate touch events.

9 years agoMerge pull request #7903 from designerno1/fix-accordion-menu-7836
Chris Oyler [Mon, 18 Jan 2016 19:16:09 +0000 (11:16 -0800)] 
Merge pull request #7903 from designerno1/fix-accordion-menu-7836

should fix #7836

9 years agoMerge pull request #7885 from monosize/drilldown
Chris Oyler [Mon, 18 Jan 2016 19:14:03 +0000 (11:14 -0800)] 
Merge pull request #7885 from monosize/drilldown

Bugfix for drilldown.js - wrong submenu class

9 years agoMerge pull request #7855 from designerno1/fix-dd-hover
Chris Oyler [Mon, 18 Jan 2016 19:12:11 +0000 (11:12 -0800)] 
Merge pull request #7855 from designerno1/fix-dd-hover

fixes #7848 [Dropdown Menus] hoverDelay and closingTime not working r…

9 years agoremoves unecessary aria-selected attribute from dropdown menu, closes #7852
Chris Oyler [Mon, 18 Jan 2016 17:52:52 +0000 (09:52 -0800)] 
removes unecessary aria-selected attribute from dropdown menu, closes #7852

9 years agoMake title of the Dropdown Menu docs page singular
Geoff Kimball [Mon, 18 Jan 2016 17:47:33 +0000 (09:47 -0800)] 
Make title of the Dropdown Menu docs page singular

9 years ago[DropdownMenu] fixes body off click on destroy 7905/head
jk [Mon, 18 Jan 2016 09:38:23 +0000 (10:38 +0100)] 
[DropdownMenu] fixes body off click on destroy

9 years agoshould fix #7836 7903/head
jk [Mon, 18 Jan 2016 09:07:10 +0000 (10:07 +0100)] 
should fix #7836
[Responsive Menu] data-force-follow="true" resize
Misspelling accordionMenu

9 years agouse MouseEvent constructor to simulate touch events. 7898/head
Tvrtko [Sat, 16 Jan 2016 20:10:07 +0000 (21:10 +0100)] 
use MouseEvent constructor to simulate touch events.

simulating event with .initMouseEvent still available for browsers not supporting MouseEvent

9 years agoLint Sass
Geoff Kimball [Sat, 16 Jan 2016 01:27:39 +0000 (17:27 -0800)] 
Lint Sass

9 years agoChange jQuery dependency in package.json to use a ~, to lock it to 2.1.x, closes...
Geoff Kimball [Fri, 15 Jan 2016 23:03:32 +0000 (15:03 -0800)] 
Change jQuery dependency in package.json to use a ~, to lock it to 2.1.x, closes #7893

9 years agoMerge pull request #7851 from brettsmason/patch-1
Geoff Kimball [Fri, 15 Jan 2016 21:24:37 +0000 (13:24 -0800)] 
Merge pull request #7851 from brettsmason/patch-1

Corrected submenu adjustment

9 years agoIn Pagination Sass, use @else instead of @if not
Geoff Kimball [Fri, 15 Jan 2016 21:22:08 +0000 (13:22 -0800)] 
In Pagination Sass, use @else instead of @if not

9 years agoMerge pull request #7888 from DaSchTour/patch-1
Geoff Kimball [Fri, 15 Jan 2016 21:21:39 +0000 (13:21 -0800)] 
Merge pull request #7888 from DaSchTour/patch-1

Change logic for $pagination-mobile-items=true

9 years agofixes typo
Rafi [Fri, 15 Jan 2016 19:14:10 +0000 (11:14 -0800)] 
fixes typo

9 years agoMerge branch 'develop' of https://github.com/zurb/foundation-sites into develop
Chris Oyler [Fri, 15 Jan 2016 18:02:56 +0000 (10:02 -0800)] 
Merge branch 'develop' of https://github.com/zurb/foundation-sites into develop

9 years agofixes #7890, simple oversight
Chris Oyler [Fri, 15 Jan 2016 18:01:01 +0000 (10:01 -0800)] 
fixes #7890, simple oversight

9 years agoPossible fix for #7887 7888/head
Daniel Schuba [Fri, 15 Jan 2016 13:06:58 +0000 (14:06 +0100)] 
Possible fix for #7887

Change logic for $pagination-mobile-items=true

9 years agoBugfix for drilldown.js - wrong submenu class 7885/head
monosize [Fri, 15 Jan 2016 09:06:16 +0000 (10:06 +0100)] 
Bugfix for drilldown.js - wrong submenu class

9 years agoAdd example of masked file upload button to docs, closes #7707
Geoff Kimball [Fri, 15 Jan 2016 01:37:55 +0000 (17:37 -0800)] 
Add example of masked file upload button to docs, closes #7707

9 years agoFix Reveal sizing classes in docs to be accurate, closes #7868
Geoff Kimball [Fri, 15 Jan 2016 00:41:30 +0000 (16:41 -0800)] 
Fix Reveal sizing classes in docs to be accurate, closes #7868

9 years agofixes #7818, adds callback func to execute at modal closing completion
Chris Oyler [Fri, 15 Jan 2016 00:08:22 +0000 (16:08 -0800)] 
fixes #7818, adds callback func to execute at modal closing completion

9 years agocloses #7882, adds examples of passing options for plugins through js, as well as...
Chris Oyler [Thu, 14 Jan 2016 23:50:07 +0000 (15:50 -0800)] 
closes #7882, adds examples of passing options for plugins through js, as well as explanations of options precedence