]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
canterberrie [Mon, 10 Apr 2017 14:08:23 +0000 (07:08 -0700)]
Merge branch 'develop' into hotfix/button-hollow-disabled
Kevin Ball [Tue, 4 Apr 2017 23:57:46 +0000 (16:57 -0700)]
Merge pull request #9885 from dragthor/tooltip-test-aria
[Test] verify correct tooltip aria-hidden value
Kevin Ball [Tue, 4 Apr 2017 22:50:26 +0000 (15:50 -0700)]
Merge pull request #9891 from Renol7/fix-dropdown-destroy
Delete dropdown click event listener on destroy
Kevin Ball [Tue, 4 Apr 2017 22:06:22 +0000 (15:06 -0700)]
Merge pull request #9329 from karland/patch-5
Made Accordion documentation consistent
Kevin Ball [Tue, 4 Apr 2017 18:23:25 +0000 (11:23 -0700)]
Merge pull request #9864 from ffoodd/patch-1
Update element-invisible mixin
Kevin Ball [Tue, 4 Apr 2017 16:57:18 +0000 (09:57 -0700)]
Merge pull request #9853 from sanderblue/fix/add-ability-to-suppress-contrast-warnings
Add $contrast-warnings variable to facilitate suppressing color contrast warning output
Kevin Ball [Tue, 4 Apr 2017 16:55:26 +0000 (09:55 -0700)]
Merge pull request #9804 from randmanrjr/develop
Fix for [Sticky] failes to init and remove html markup #8156
Kevin Ball [Tue, 4 Apr 2017 16:36:37 +0000 (09:36 -0700)]
Merge pull request #9849 from jeromelebleu/alternative-tabs-target
[Tabs] Allow the target tab's id to be specified through another attribute
Rafi [Mon, 3 Apr 2017 23:01:04 +0000 (16:01 -0700)]
Merge pull request #9827 from IamManchanda/issue-template/6.3.1-update
Closes #9825 - Updated Issue Template with 6.3.1 release codepen's
Rafi [Mon, 3 Apr 2017 23:00:26 +0000 (16:00 -0700)]
Update ISSUE_TEMPLATE.md
Kevin Ball [Mon, 3 Apr 2017 21:45:29 +0000 (14:45 -0700)]
Merge pull request #9846 from natewiebe13/fix-flex-bug
Set the min-width value to 0 in order to limit the column width
Kevin Ball [Mon, 3 Apr 2017 21:32:54 +0000 (14:32 -0700)]
Merge branch 'patch-1' of git://github.com/christhekeele/foundation-sites into christhekeele-patch-1
Kevin Ball [Mon, 3 Apr 2017 21:28:09 +0000 (14:28 -0700)]
Merge pull request #9739 from zurb/button-clear
[Button] Feature: Adds .clear button
Kevin Ball [Mon, 3 Apr 2017 21:17:44 +0000 (14:17 -0700)]
Merge pull request #9777 from mwitek/20170213_bp_var_for_stacked_tables
Allow table stack breakpoint to be set with a variable
Kevin Ball [Mon, 3 Apr 2017 21:14:20 +0000 (14:14 -0700)]
Merge pull request #9808 from akaspick/develop
use the button-radius variable intead of the global-radius variable for button-group
Kevin Ball [Mon, 3 Apr 2017 20:41:42 +0000 (13:41 -0700)]
Merge pull request #9792 from dragthor/drilldown-missing-radix
Drilldown - add missing radix & eslint check
Kevin Ball [Mon, 3 Apr 2017 20:35:24 +0000 (13:35 -0700)]
Merge pull request #9636 from denisahac/develop
New SmoothScroll module based on Magellan scrollToLoc code.
Kevin Ball [Mon, 3 Apr 2017 20:35:09 +0000 (13:35 -0700)]
Merge pull request #9840 from jefsnare/feature/9822
Adding additional classes to reveal-overlay element
Kevin Ball [Mon, 3 Apr 2017 20:33:34 +0000 (13:33 -0700)]
Merge pull request #9747 from hikouki/develop
Modified tolerance to be able to customize.
Renol [Thu, 23 Mar 2017 09:32:33 +0000 (10:32 +0100)]
Delete dropdown click event listener on destroy
Kristofer Krause [Mon, 20 Mar 2017 21:04:03 +0000 (17:04 -0400)]
verify aria-hidden value
Sander Blue [Sat, 18 Mar 2017 17:02:07 +0000 (12:02 -0500)]
no need to add the variable to _settings.scss since it's automatically generated
Gaël Poupard [Fri, 10 Mar 2017 15:57:38 +0000 (16:57 +0100)]
Update element-invisible mixin
Trying to make it bulletproof. I also linked [a detailed post on Hugo Giraudel's blog](http://hugogiraudel.com/2016/10/13/css-hide-and-seek/), but to sum it up:
* improve the reset part with `border` and `padding`;
* add `clip-path` as a progressive enhancement for [deprecated `clip` property](https://www.w3.org/TR/css-masking-1/#clip-property) with @ryuran's [shortest notation](https://twitter.com/ryuran78/status/
778943389819604992 );
* use `white-space` to prevent vocalization inconsistency on some screen readers: see [J. Renée Beach's post](https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-
5952a4c2cbfe #.vcd5xlpgg) about this.
You'll find [my test case on codepen](http://codepen.io/ffoodd/pen/gwKZyq?editors=1100#). Hope it'll help — and let me know if there is any issue with this :)
Sander Blue [Fri, 10 Mar 2017 04:50:50 +0000 (22:50 -0600)]
remove -enabled suffix from variable per suggested change
Randall Rodrigues [Thu, 9 Mar 2017 14:43:09 +0000 (09:43 -0500)]
Fixed typo in length().
Sander Blue [Wed, 8 Mar 2017 17:58:48 +0000 (11:58 -0600)]
add contrast-warnings-enabled boolean variable to facilitate suppressing contrast warning output
Jérôme Lebleu [Tue, 7 Mar 2017 17:11:24 +0000 (18:11 +0100)]
Allow the target tab's id to be specified through data-tabs-target
Jeffrey de Graaf [Mon, 6 Mar 2017 19:43:48 +0000 (20:43 +0100)]
Added test for additional reveal classes
While writing the test I've also refactored the additionalOverlayClasses
check.
Nate Wiebe [Mon, 6 Mar 2017 19:25:40 +0000 (14:25 -0500)]
Set the min-width value to 0 in order to limit the column width
Christopher Keele [Sun, 5 Mar 2017 08:18:15 +0000 (00:18 -0800)]
Respect $button-background for default buttons.
Affects hollow and disabled buttons.
Fixes #9838.
Jeffrey de Graaf [Sun, 5 Mar 2017 14:51:10 +0000 (15:51 +0100)]
Restore default value for font-family
Jeffrey de Graaf [Sun, 5 Mar 2017 14:45:33 +0000 (15:45 +0100)]
Reveal Overlay additionalOverlayClassNames
As requested in #9822. Adding additional classes to `reveal-overlay`
element.
Not the possibility to replace the class, since many styling and some JS
handles react on this class.
Kevin Ball [Fri, 3 Mar 2017 19:31:31 +0000 (11:31 -0800)]
Merge pull request #9711 from natewiebe13/opinionated-reset
Make reset inherit font-family instead of settings sans-serif
harry [Fri, 3 Mar 2017 19:21:46 +0000 (00:51 +0530)]
Hollow button disabled consistency fix #9832
Matthew Witek [Thu, 2 Mar 2017 00:46:48 +0000 (19:46 -0500)]
Add stacked table var to components/_table
harry [Wed, 1 Mar 2017 16:35:07 +0000 (22:05 +0530)]
Closes #9825 - Updated Issue Template with 6.3.1 release codepen's
Kristofer Krause [Wed, 1 Mar 2017 14:12:45 +0000 (09:12 -0500)]
eslint radix, error
Kevin Ball [Tue, 28 Feb 2017 21:51:34 +0000 (13:51 -0800)]
Merge pull request #9763 from gerardkcohen/7548-reveal-scroll
7548 prevent reveal scroll on iOS using position:fixed on html element
Kevin Ball [Tue, 28 Feb 2017 21:33:17 +0000 (13:33 -0800)]
Merge pull request #9784 from dragthor/abide-unit-tests
Abide plug-in unit tests for checkbox and select
Kevin Ball [Tue, 28 Feb 2017 21:31:01 +0000 (13:31 -0800)]
Merge pull request #9781 from vedharish/browserstack_tests
Run Tests on BrowserStack
Kevin Ball [Tue, 28 Feb 2017 21:18:12 +0000 (13:18 -0800)]
Merge branch 'master' into develop
Kevin Ball [Tue, 28 Feb 2017 21:15:09 +0000 (13:15 -0800)]
Merge pull request #9779 from IamManchanda/hotfix/buttongroup
Fixes #9775 - Button group spacing
Kevin Ball [Tue, 28 Feb 2017 19:29:06 +0000 (11:29 -0800)]
Merge branch 'release/6.3.1'
Kevin Ball [Tue, 28 Feb 2017 19:18:09 +0000 (11:18 -0800)]
Package up 6.3.1 release
Andrew Kaspick [Fri, 24 Feb 2017 00:40:57 +0000 (19:40 -0500)]
use the button-radius variable intead of the global-radius variable when
specifying a radius for the button group
Rafi [Thu, 23 Feb 2017 19:51:34 +0000 (11:51 -0800)]
Merge pull request #9780 from chrismou/patch-2
Docs typo - off-canvas.md
Randall Rodrigues [Thu, 23 Feb 2017 19:16:08 +0000 (14:16 -0500)]
removed redundant conditional statement at line 38.
Randall Rodrigues [Wed, 22 Feb 2017 19:59:55 +0000 (14:59 -0500)]
adjusted indentation
Randall Rodrigues [Wed, 22 Feb 2017 16:10:00 +0000 (11:10 -0500)]
Fixed indentation
Randall Rodrigues [Wed, 22 Feb 2017 15:06:22 +0000 (10:06 -0500)]
Fix for [Sticky] failes to init and remove html markup #8156
Nordanne Isahac [Mon, 20 Feb 2017 00:06:08 +0000 (08:06 +0800)]
Revert "Improvements"
This reverts commit
ffdc71d8e882a7d5eb32e3b69c7487ce01895994 .
Nordanne Isahac [Sun, 19 Feb 2017 23:56:14 +0000 (07:56 +0800)]
Merge remote-tracking branch 'upstream/develop' into develop
Kristofer Krause [Sat, 18 Feb 2017 00:19:27 +0000 (19:19 -0500)]
add missing radix
just being cautious. surprised the linter did not pick this up
Kristofer Krause [Thu, 16 Feb 2017 00:52:15 +0000 (19:52 -0500)]
Abide plug-in unit tests for checkbox and select
Harish Ved [Wed, 8 Feb 2017 10:32:22 +0000 (16:02 +0530)]
Run Tests on BrowserStack
Chris Chrisostomou [Tue, 14 Feb 2017 16:45:05 +0000 (16:45 +0000)]
Update off-canvas.md
tight > right
harry [Tue, 14 Feb 2017 15:57:01 +0000 (21:27 +0530)]
Mixin docs!
harry [Tue, 14 Feb 2017 15:55:54 +0000 (21:25 +0530)]
Create a settings variable ( parameter ) for `buttongroup-spacing`
Matthew Witek [Tue, 14 Feb 2017 02:46:24 +0000 (21:46 -0500)]
Allow table stack breakpoint to be set with a variable
Kevin Ball [Mon, 13 Feb 2017 16:54:55 +0000 (08:54 -0800)]
Merge pull request #9770 from zurb/revert-9362-fix-flex-grid
Revert "Fix bug #9361"
Kevin Ball [Mon, 13 Feb 2017 16:54:10 +0000 (08:54 -0800)]
Merge pull request #9769 from zurb/hide-hidden-drilldown-menus-from-tabs
Make hidden parts of submenus inaccessible without creating tab trap
harry [Sat, 11 Feb 2017 13:19:27 +0000 (18:49 +0530)]
Merge branch 'develop' of github.com:zurb/foundation-sites into develop
Kevin Ball [Sat, 11 Feb 2017 00:01:38 +0000 (16:01 -0800)]
Revert "Fix bug #9361"
This reverts commit
c84d6c1ccffcae6d2f46e3932e3ca62f151074b3 .
Kevin Ball [Fri, 10 Feb 2017 23:46:22 +0000 (15:46 -0800)]
Make hidden parts of submenus inaccessible without creating tab trap
Marius Olbertz [Fri, 10 Feb 2017 21:45:16 +0000 (22:45 +0100)]
Merge pull request #9768 from abdullahsalem/fix-inline-labels-buttons-sample
Fix Inline Labels and Buttons sample in kitchen-sink.html
Abdullah Salem [Fri, 10 Feb 2017 20:58:21 +0000 (23:58 +0300)]
Fix Inline Labels and Buttons sample in kitchen-sink.html
Brett Mason [Fri, 10 Feb 2017 16:37:25 +0000 (16:37 +0000)]
Merge pull request #9762 from IngoVals/patch-1
Minor bug fix in the card-container mixin
Gerard K. Cohen [Thu, 9 Feb 2017 23:29:21 +0000 (15:29 -0800)]
7548 prevent reveal scroll on iOS using position:fixed on html element
Ingólfur Valsson [Thu, 9 Feb 2017 22:16:09 +0000 (22:16 +0000)]
Minor bug fix in the card-container mixin
The font color parameter to the mixin was ignored and the $card-font-color variable was always used.
koki-higashikawa [Tue, 7 Feb 2017 04:01:13 +0000 (13:01 +0900)]
Modify doc comment.
koki-higashikawa [Tue, 7 Feb 2017 03:56:07 +0000 (12:56 +0900)]
Modify doc comment.
Kevin Ball [Tue, 7 Feb 2017 01:06:23 +0000 (17:06 -0800)]
Merge pull request #9755 from zurb/hollow-dropdown-fix
fixes #8404 hollow button dropdown arrow
canterberrie [Tue, 7 Feb 2017 00:06:42 +0000 (16:06 -0800)]
adds test for hollow button dropdown
canterberrie [Mon, 6 Feb 2017 23:59:41 +0000 (15:59 -0800)]
fixes #8404hollow button dropdown arrow
Kevin Ball [Mon, 6 Feb 2017 17:43:56 +0000 (09:43 -0800)]
Merge pull request #9752 from IamManchanda/docs/primary-callouts-sink
Added primary callouts to kitchen sink
harry [Mon, 6 Feb 2017 17:39:57 +0000 (23:09 +0530)]
Added primary callouts to kitchen sink
Kevin Ball [Mon, 6 Feb 2017 17:20:16 +0000 (09:20 -0800)]
Merge branch 'master' into develop
harry [Sat, 4 Feb 2017 17:14:14 +0000 (22:44 +0530)]
Merge branch 'develop' of github.com:zurb/foundation-sites into develop
koki-higashikawa [Sat, 4 Feb 2017 06:52:21 +0000 (15:52 +0900)]
Modified tolerance to be able to customize.
Kevin Ball [Sat, 4 Feb 2017 00:00:34 +0000 (16:00 -0800)]
Update for 6.3.1-rc1
Kevin Ball [Fri, 3 Feb 2017 21:16:31 +0000 (13:16 -0800)]
Merge pull request #9707 from zurb/offcanvas-scrolling-is-9696
Enable scrolling within offcanvas panel on iOS even when body scrolli…
Rafi [Fri, 3 Feb 2017 21:18:07 +0000 (13:18 -0800)]
Merge pull request #9745 from zurb/flexmenu-fix
Adds test for flex menu centered
Kevin Ball [Fri, 3 Feb 2017 21:16:31 +0000 (13:16 -0800)]
Merge pull request #9707 from zurb/offcanvas-scrolling-is-9696
Enable scrolling within offcanvas panel on iOS even when body scrolli…
Kevin Ball [Fri, 3 Feb 2017 17:39:01 +0000 (09:39 -0800)]
Merge pull request #9701 from paxperscientiam/develop-upstream
.align-center-middle as new alignment class
RafiBomb [Thu, 2 Feb 2017 22:11:44 +0000 (14:11 -0800)]
adds test for flex menu centered
Kevin Ball [Thu, 2 Feb 2017 21:06:16 +0000 (13:06 -0800)]
Merge pull request #9622 from zurb/responsive-toggle-targeting-bug
Fix responsive toggle to pay attention to targets of internal toggles
Kevin Ball [Thu, 2 Feb 2017 21:06:16 +0000 (13:06 -0800)]
Merge pull request #9622 from zurb/responsive-toggle-targeting-bug
Fix responsive toggle to pay attention to targets of internal toggles
RafiBomb [Wed, 1 Feb 2017 22:30:58 +0000 (14:30 -0800)]
removes CSS page meant for docs rework
RafiBomb [Wed, 1 Feb 2017 22:29:46 +0000 (14:29 -0800)]
adds new clear button feature
harry [Wed, 1 Feb 2017 20:05:25 +0000 (01:35 +0530)]
Merge branch 'develop' of github.com:IamManchanda/foundation-sites into develop
Chris [Wed, 1 Feb 2017 19:49:26 +0000 (14:49 -0500)]
think i fixed flexbox.md thanks to @IamManchanda
Kevin Ball [Tue, 31 Jan 2017 23:57:34 +0000 (15:57 -0800)]
Merge pull request #9735 from natewiebe13/responsive-button-padding
Add support for responsive button padding
Kevin Ball [Tue, 31 Jan 2017 23:52:54 +0000 (15:52 -0800)]
Merge pull request #9734 from Quy/patch-1
Add link to TOC
Kevin Ball [Tue, 31 Jan 2017 23:52:25 +0000 (15:52 -0800)]
Merge pull request #9730 from IllusionPerdu/patch-1
Fix for #9729 : Flexgrid not resetting nested row using 'expanded' class
Chris [Tue, 31 Jan 2017 22:59:17 +0000 (17:59 -0500)]
rever flexbox.md
Kevin Ball [Tue, 31 Jan 2017 18:55:32 +0000 (10:55 -0800)]
Merge pull request #9717 from IamManchanda/variable/button-hollow-width
[Fixes #9709] Added a variable [Settings] button-hollow-border-width for border width
harry [Tue, 31 Jan 2017 18:33:45 +0000 (00:03 +0530)]
Merge branch 'master' of github.com:zurb/foundation-sites into develop
harry [Tue, 31 Jan 2017 15:45:45 +0000 (21:15 +0530)]
Renamed to button-hollow-border-width
Nate Wiebe [Tue, 31 Jan 2017 15:36:52 +0000 (10:36 -0500)]
Add support for responsive button padding
Quy [Tue, 31 Jan 2017 14:07:45 +0000 (06:07 -0800)]
Add link to TOC