]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
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
harry [Thu, 2 Feb 2017 19:23:51 +0000 (00:53 +0530)]
Included text transformation and utilities into responsive breakpoints logic
harry [Thu, 2 Feb 2017 19:10:43 +0000 (00:40 +0530)]
Correction in comments
Changed data type from number to boolean
harry [Thu, 2 Feb 2017 19:03:49 +0000 (00:33 +0530)]
Included text decoration into responsive breakpoints logic!
Also removed an unnecessary line from text alignment
harry [Thu, 2 Feb 2017 18:59:55 +0000 (00:29 +0530)]
correction within text alignment
harry [Thu, 2 Feb 2017 18:56:51 +0000 (00:26 +0530)]
Included text alignment into responsive breakpoints logic!
harry [Thu, 2 Feb 2017 18:51:36 +0000 (00:21 +0530)]
Correction in comments
harry [Thu, 2 Feb 2017 18:48:32 +0000 (00:18 +0530)]
Included position into responsive breakpoints logic!
harry [Thu, 2 Feb 2017 18:38:40 +0000 (00:08 +0530)]
Improved logic within `_display`, `_float` and `_font-styling`
Now its more of a DRY Coding!
harry [Thu, 2 Feb 2017 18:26:07 +0000 (23:56 +0530)]
Included font styling into responsive breakpoints logic!
harry [Thu, 2 Feb 2017 18:18:36 +0000 (23:48 +0530)]
correction in `_display`
harry [Thu, 2 Feb 2017 18:13:18 +0000 (23:43 +0530)]
Included display into responsive breakpoints logic!
harry [Thu, 2 Feb 2017 18:05:17 +0000 (23:35 +0530)]
Included floats into responsive breakpoints logic!
harry [Thu, 2 Feb 2017 18:04:16 +0000 (23:34 +0530)]
Added a global variable for responsive breakpoints, defaulted to false
`global-prototype-responsive-breakpoints`
RafiBomb [Thu, 2 Feb 2017 17:00:54 +0000 (09:00 -0800)]
adds flex to card-divider and fixes card width for narrow content
harry [Thu, 2 Feb 2017 16:06:14 +0000 (21:36 +0530)]
Added position helpers mixin to prototype classes (including respective breakpoints)
Includes
- position-static
- position-relative
- position-absolute
- position-fixed
- position-fixed-top
- position-fixed-bottom
harry [Thu, 2 Feb 2017 15:49:01 +0000 (21:19 +0530)]
Correction for text-decoration
harry [Thu, 2 Feb 2017 15:31:50 +0000 (21:01 +0530)]
Added font styling mixin to prototype classes(including respective breakpoints)
Includes
- font-normal
- font-bold
- font-italic
harry [Thu, 2 Feb 2017 15:15:32 +0000 (20:45 +0530)]
Added text decoration mixin to prototype classes(including respective breakpoints
Includes
- text-overline
- text-underline
- text-line-through
harry [Thu, 2 Feb 2017 15:09:04 +0000 (20:39 +0530)]
End of line in `_display` and reordering within `_prototype`
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:35:21 +0000 (02:05 +0530)]
Renamed mixin's name forthe sake of similarity
harry [Wed, 1 Feb 2017 20:29:21 +0000 (01:59 +0530)]
Edit in @group comments
harry [Wed, 1 Feb 2017 20:24:52 +0000 (01:54 +0530)]
Moved spacing utility above sizing utility
No specific reasons, changed because this is one i am gonna work next.
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
harry [Wed, 1 Feb 2017 18:40:59 +0000 (00:10 +0530)]
Reordering within `_prototype.scss`.
harry [Wed, 1 Feb 2017 18:37:35 +0000 (00:07 +0530)]
Moved `_float.scss` from components to prototype
harry [Wed, 1 Feb 2017 18:33:24 +0000 (00:03 +0530)]
Merge branch 'feature/responsive-floats' into prototype/sepration-from-core
harry [Wed, 1 Feb 2017 18:18:12 +0000 (23:48 +0530)]
Responsive breakpoints for text-utilities
harry [Wed, 1 Feb 2017 18:15:38 +0000 (23:45 +0530)]
Correction in text tranformation
harry [Wed, 1 Feb 2017 18:14:38 +0000 (23:44 +0530)]
Created responsive breakpoints for text transformation
harry [Wed, 1 Feb 2017 18:11:22 +0000 (23:41 +0530)]
Moved text utilities from typography to prototype
harry [Wed, 1 Feb 2017 18:03:26 +0000 (23:33 +0530)]
Merge branch 'feature/text-helpers' into prototype/sepration-from-core
harry [Wed, 1 Feb 2017 17:48:51 +0000 (23:18 +0530)]
Closes #9736 (Work in progress) Seprating prototype functionality
Changes (First commit) :
- Added a seprate `scss/prototype` folder in order to have clear sepration
- Added prototype variable as setting, false(disabled) by default!
- Created a `foundation-prototype-classes` mixin and included it within `_prototype.scss`
- Included `foundation-prototype-display` mixin within it with a `_display.scss` import
- Added Display classes with responsive breakpoint on: none, inline, inline-block, block, table, table-cell
- Added Display classes with responsive breakpoint on: flex, inline-flex (only enabled if flexbox is enabled)
- Included `foundation-prototype-classes` within docs
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
Brett Mason [Tue, 31 Jan 2017 16:20:41 +0000 (16:20 +0000)]
Reorganise output classes.
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
Brett Mason [Tue, 31 Jan 2017 15:07:47 +0000 (15:07 +0000)]
Fix for flexbox version of accordion submenu not being full width.
Brett Mason [Tue, 31 Jan 2017 14:33:45 +0000 (14:33 +0000)]
Remove some flexbox styles that were overly opinionated.
Quy [Tue, 31 Jan 2017 14:07:45 +0000 (06:07 -0800)]
Add link to TOC
Brett Mason [Tue, 31 Jan 2017 14:00:35 +0000 (14:00 +0000)]
Fix missing display: block for flex items.
Brett Mason [Tue, 31 Jan 2017 13:52:37 +0000 (13:52 +0000)]
Add flexbox version of the test to allow for testing on flexbox specific styling.
Brett Mason [Tue, 31 Jan 2017 12:44:37 +0000 (12:44 +0000)]
Add `display: block` on <a> elements by default, and remove from direction mixin.
Brett Mason [Tue, 31 Jan 2017 12:33:52 +0000 (12:33 +0000)]
Add test to show that inputs, select and buttons work correctly within a menu.
Brett Mason [Tue, 31 Jan 2017 12:18:25 +0000 (12:18 +0000)]
Change the order of `.expanded` to allow it to work correctly with orientation classes. Only target top level <li> elements so it works correctly with dropdown menu.
Brett Mason [Tue, 31 Jan 2017 12:09:43 +0000 (12:09 +0000)]
Add a `$global-menu-padding` variable. This sets the padding for all menu components, however it can be changed for each component by altering their own padding values eg `$accordionmenu-padding`. This should allow greater flexibility.
Brett Mason [Tue, 31 Jan 2017 11:58:57 +0000 (11:58 +0000)]
Add back menu-text, though needs reworking a bit. Added responsive expanded classes, so you can have this behaviour on large and up for example.
Brett Mason [Tue, 31 Jan 2017 11:40:58 +0000 (11:40 +0000)]
Add option to allow simple vertical menus. Needs revisiting to be less specific.
Brett Mason [Tue, 31 Jan 2017 11:32:49 +0000 (11:32 +0000)]
Add menu icon styles - still needs refining. Added some examples to the visual test.
Sébastien GRAVIER [Tue, 31 Jan 2017 00:12:42 +0000 (01:12 +0100)]
Fix for #9729
Kevin Ball [Mon, 30 Jan 2017 21:03:18 +0000 (13:03 -0800)]
Merge pull request #9712 from IamManchanda/hotfix/flexbox-menu-centered
[Fixes #9705] Add menu-centered to flexbox mode.
Kevin Ball [Mon, 30 Jan 2017 18:49:33 +0000 (10:49 -0800)]
Merge pull request #9595 from mheward/patch-1
Update _responsive-embed.scss
Kevin Ball [Mon, 30 Jan 2017 18:32:39 +0000 (10:32 -0800)]
Merge pull request #9722 from IamManchanda/advancement/breadcrumb-slash-color
[Fixes #9721] Added a variable: breadcrumb slash color
Kevin Ball [Mon, 30 Jan 2017 18:30:40 +0000 (10:30 -0800)]
Merge pull request #9720 from IamManchanda/update/contributing-link
[General Fix] Contributing.md link updates
mheward [Mon, 30 Jan 2017 11:29:46 +0000 (11:29 +0000)]
Update _responsive-embed.scss
mheward [Mon, 30 Jan 2017 11:29:12 +0000 (11:29 +0000)]
Update _settings.scss
harry [Sun, 29 Jan 2017 20:06:01 +0000 (01:36 +0530)]
Removed unnecessary parenthesis
harry [Sun, 29 Jan 2017 19:27:49 +0000 (00:57 +0530)]
Added a line space for better reading
harry [Sun, 29 Jan 2017 19:23:57 +0000 (00:53 +0530)]
Added Responsive variation for float classes.
harry [Sun, 29 Jan 2017 14:38:12 +0000 (20:08 +0530)]
Removed unneccesary line space
harry [Sun, 29 Jan 2017 14:34:54 +0000 (20:04 +0530)]
Added a variable: breadcrumbs-item-slash-color
harry [Sun, 29 Jan 2017 12:41:29 +0000 (18:11 +0530)]
Grammar correcting within CONTRIBUTING.md
harry [Sun, 29 Jan 2017 08:31:49 +0000 (14:01 +0530)]
Added @group comments
harry [Sun, 29 Jan 2017 06:06:04 +0000 (11:36 +0530)]
End of line for _utilities
harry [Sun, 29 Jan 2017 05:58:49 +0000 (11:28 +0530)]
Added text utilities(vanilla helper classes)
Additions
- Added text utility classes
- Added text transformation classes
Changes
- Imported and included these both above in _typography
harry [Sat, 28 Jan 2017 14:33:21 +0000 (20:03 +0530)]
Closes #9709 Added a variable button-hollow-width for border width
Chris [Sat, 28 Jan 2017 04:07:19 +0000 (23:07 -0500)]
updated flexbox.md
harry [Sat, 28 Jan 2017 02:16:18 +0000 (07:46 +0530)]
Update forum link
harry [Sat, 28 Jan 2017 02:11:04 +0000 (07:41 +0530)]
Added a link of code of conduct to contributing.md
Chris [Fri, 27 Jan 2017 23:25:56 +0000 (18:25 -0500)]
This new class for flex-grid centralizes a flex parent's descendants.
harry [Fri, 27 Jan 2017 16:05:36 +0000 (21:35 +0530)]
Add menu-centered to flexbox mode.
Nate Wiebe [Fri, 27 Jan 2017 15:58:41 +0000 (10:58 -0500)]
Make reset inherit font-family instead of settings sans-serif
mheward [Fri, 27 Jan 2017 12:00:52 +0000 (12:00 +0000)]
Update _responsive-embed.scss
Kevin Ball [Thu, 26 Jan 2017 23:41:30 +0000 (15:41 -0800)]
Enable scrolling within offcanvas panel on iOS even when body scrolling disabled
Kevin Ball [Thu, 26 Jan 2017 23:03:41 +0000 (15:03 -0800)]
Merge pull request #9700 from zurb/fix-off-canvas-resize-reveal
Fix double event handler bug in new offcanvas
Kevin Ball [Thu, 26 Jan 2017 22:37:44 +0000 (14:37 -0800)]
Merge pull request #9706 from erikarenhill/fix-util-imageloader-breaking-querystring
Now preserves the existing querystring questionmark if there already …
Kevin Ball [Thu, 26 Jan 2017 22:37:44 +0000 (14:37 -0800)]
Merge pull request #9706 from erikarenhill/fix-util-imageloader-breaking-querystring
Now preserves the existing querystring questionmark if there already …
Erik Arenhill [Thu, 26 Jan 2017 22:13:58 +0000 (23:13 +0100)]
Now preserves the existing querystring questionmark if there already is one present, and uses an ampersand instead in that case.
Rafi [Thu, 26 Jan 2017 19:20:53 +0000 (11:20 -0800)]
Merge pull request #9704 from IamManchanda/docs/flexbox-grammar-26jan2017
Grammar correction within Flexbox page
harry [Thu, 26 Jan 2017 18:14:15 +0000 (23:44 +0530)]
Grammar correction within Flexbox page
Chris [Wed, 25 Jan 2017 22:46:29 +0000 (17:46 -0500)]
.align-central as new alignment class
Kevin Ball [Wed, 25 Jan 2017 21:53:53 +0000 (13:53 -0800)]
Merge branch 'master' into develop
Kevin Ball [Wed, 25 Jan 2017 21:53:26 +0000 (13:53 -0800)]
Merge pull request #9665 from ncoden/docs/git-workflow
Add docs about new git workflow
Kevin Ball [Wed, 25 Jan 2017 21:48:39 +0000 (13:48 -0800)]
Merge branch 'develop' of https://github.com/zurb/foundation-sites into develop
Kevin Ball [Wed, 25 Jan 2017 21:43:53 +0000 (13:43 -0800)]
Fix styling and non- case
Kevin Ball [Wed, 25 Jan 2017 21:30:25 +0000 (13:30 -0800)]
Merge branch 'coreysyms-mutation-observer-sticky' of git://github.com/coreysyms/foundation-sites into coreysyms-coreysyms-mutation-observer-sticky
Kevin Ball [Wed, 25 Jan 2017 21:22:27 +0000 (13:22 -0800)]
Fix double event handler bug in new offcanvas
Kevin Ball [Tue, 24 Jan 2017 17:15:14 +0000 (09:15 -0800)]
Merge pull request #9632 from gorriecoe/feature-add-off-canvas-autofocus
Feature Add attribute for auto focus within off canvas
Kevin Ball [Tue, 24 Jan 2017 00:51:57 +0000 (16:51 -0800)]
Merge pull request #9664 from designerno1/feature-accordion-deep-link
new feature accordion deep link
Kevin Ball [Tue, 24 Jan 2017 00:46:51 +0000 (16:46 -0800)]
Merge branch 'designerno1-fix-tabs-deeplink-abs-url' into develop