]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
thirdparty/foundation/foundation-sites.git
8 years agoUpdating version drop down styles
Kevin Chu [Sat, 8 Apr 2017 06:06:45 +0000 (23:06 -0700)] 
Updating version drop down styles

8 years agofixes inner page spacing
RafiBomb [Fri, 7 Apr 2017 23:57:32 +0000 (16:57 -0700)] 
fixes inner page spacing

8 years agomerges in head
RafiBomb [Fri, 7 Apr 2017 22:39:28 +0000 (15:39 -0700)] 
merges in head

8 years agofixed header height
RafiBomb [Fri, 7 Apr 2017 22:38:23 +0000 (15:38 -0700)] 
fixed header height

8 years agoUpdating to accordions
Kevin Chu [Fri, 7 Apr 2017 22:00:05 +0000 (15:00 -0700)] 
Updating to accordions

8 years agoUpdating accordion styles
Kevin Chu [Fri, 7 Apr 2017 21:15:00 +0000 (14:15 -0700)] 
Updating accordion styles

8 years agoUpdating row to be full-width
Kevin Chu [Fri, 7 Apr 2017 20:46:02 +0000 (13:46 -0700)] 
Updating row to be full-width

8 years agoMerge pull request #9936 from strainger/patch-2
Rafi [Fri, 7 Apr 2017 17:24:40 +0000 (10:24 -0700)] 
Merge pull request #9936 from strainger/patch-2

Scripts in HTML Starter Template linked wrong

8 years agoScripts in HTML Starter Template linked wrong 9936/head
strainger [Fri, 7 Apr 2017 17:19:57 +0000 (12:19 -0500)] 
Scripts in HTML Starter Template linked wrong

The links in the starter template were linked wrong, jquery.min.js doesn't exist in the CSS only download, but jquery.js does, same with the what-input script, it does not have a min version in the CSS download, only a version without min. The file foundation.min.js exists but it is in the vendor folder, not directly in the js folder. After fixing these three links in the starter template, everything I try is now working as expected.

This starter template should link everything correctly so everything works. I actually was looking at other frameworks because I couldn't get all that I wanted to run working, this was why. I went back to my old Foundation code and everything is working perfectly. This template may just be old code from a previous version of foundation when the file structure was different.

This fix will help new people to this framework learn and stay with Foundation.

8 years agostart of Box unit tests 9933/head
Kristofer Krause [Thu, 6 Apr 2017 21:13:01 +0000 (17:13 -0400)] 
start of Box unit tests

8 years agoMerge remote-tracking branch 'refs/remotes/origin/develop' into zurb/develop
Kristofer Krause [Thu, 6 Apr 2017 19:56:07 +0000 (15:56 -0400)] 
Merge remote-tracking branch 'refs/remotes/origin/develop' into zurb/develop

8 years agoMerge remote-tracking branch 'zurb/develop' into develop
Kristofer Krause [Thu, 6 Apr 2017 19:52:01 +0000 (15:52 -0400)] 
Merge remote-tracking branch 'zurb/develop' into develop

8 years agoChanges to better dovetail with current Foundation design patterns. 9812/head
J. Eric Ellis [Thu, 6 Apr 2017 14:21:59 +0000 (10:21 -0400)] 
Changes to better dovetail with current Foundation design patterns.

Changed method of detecting disabled per
https://github.com/zurb/foundation-sites/pull/9812#discussion_r109806300

Altered docs to reflect current functionality of disable accordions,
documented below.

If an accordion is disabled, all motion methods (`up`, `down`, `toggle`)
get eaten, with the exception of `down` when combined with `firstTime`.
Added a `console.info()` message to indicate when these methods are
attempted on a disabled accordion.

8 years agoUpdating search bar
Kevin Chu [Thu, 6 Apr 2017 05:41:17 +0000 (22:41 -0700)] 
Updating search bar

8 years agoFixed wrong case in code sample. 9931/head
strainger [Wed, 5 Apr 2017 15:49:02 +0000 (10:49 -0500)] 
Fixed wrong case in code sample.

There were two instances where the wrong case was used in the "Off-canvas Position" section of the documentation. Instead of "Split" the example had "SPlit" which would still work, but is unclean. It is also an official Off-canvas example, so it could be spreading through test code for people learning Foundation and lead to confusion. I simply made the "P" lowercase on lines 140 and 146. I quoted the code below.

Before Fix line 140:
<button type="button" class="button" data-toggle="offCanvasLeftSPlit1">Open Left</button>

Before Fix 146:
<div class="off-canvas-absolute position-left" id="offCanvasLeftSPlit1" data-off-canvas>

8 years agoMerge remote-tracking branch 'upstream/develop' into develop
J. Eric Ellis [Wed, 5 Apr 2017 12:38:30 +0000 (08:38 -0400)] 
Merge remote-tracking branch 'upstream/develop' into develop

8 years agoAdded that dreaded colon 9930/head
harry [Wed, 5 Apr 2017 12:14:40 +0000 (17:44 +0530)] 
Added that dreaded colon

8 years agoAdded a question: Browser(s) and Device(s) tested on?
harry [Wed, 5 Apr 2017 12:13:30 +0000 (17:43 +0530)] 
Added a question: Browser(s) and Device(s) tested on?

8 years agoFixes #9913: Removed aria-hidden and using is-active for targeting active tabs 9916/head
harry [Wed, 5 Apr 2017 08:32:27 +0000 (14:02 +0530)] 
Fixes #9913: Removed aria-hidden and using is-active for targeting active tabs
Changes:
- Removed aria hidden from scss
- Added `display: block` to `is-active` state
- Safely Removed `aria-hidden` attribute as doing nothing now!

8 years agoMerge pull request #9885 from dragthor/tooltip-test-aria
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

8 years agoNode 4 installs bombing out, try updating to 6 for travis 9929/head
Kevin Ball [Tue, 4 Apr 2017 22:57:39 +0000 (15:57 -0700)] 
Node 4 installs bombing out, try updating to 6 for travis

8 years agoMerge pull request #9891 from Renol7/fix-dropdown-destroy
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

8 years agoUpdate travis yml to try to fix node install issue
Kevin Ball [Tue, 4 Apr 2017 22:25:43 +0000 (15:25 -0700)] 
Update travis yml to try to fix node install issue

8 years agoMerge pull request #9329 from karland/patch-5
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

8 years agoMerge pull request #9329 from karland/patch-5
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

8 years agoMerge pull request #9877 from fulldecent/patch-1
Kevin Ball [Tue, 4 Apr 2017 21:36:49 +0000 (14:36 -0700)] 
Merge pull request #9877 from fulldecent/patch-1

Add SRI to CDN links

8 years agoMerge pull request #9864 from ffoodd/patch-1
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

8 years agoAdd browserstack api access
Kevin Ball [Tue, 4 Apr 2017 18:21:54 +0000 (11:21 -0700)] 
Add browserstack api access

8 years agoMerge pull request #9853 from sanderblue/fix/add-ability-to-suppress-contrast-warnings
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

8 years agoMerge pull request #9804 from randmanrjr/develop
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

8 years agoMerge pull request #9849 from jeromelebleu/alternative-tabs-target
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

8 years agoMerge pull request #9827 from IamManchanda/issue-template/6.3.1-update
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

8 years agoUpdate ISSUE_TEMPLATE.md 9827/head
Rafi [Mon, 3 Apr 2017 23:00:26 +0000 (16:00 -0700)] 
Update ISSUE_TEMPLATE.md

8 years agoMerge pull request #9846 from natewiebe13/fix-flex-bug
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

8 years agoMerge branch 'patch-1' of git://github.com/christhekeele/foundation-sites into christ...
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

8 years agoMerge pull request #9739 from zurb/button-clear
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

8 years agoMerge pull request #9777 from mwitek/20170213_bp_var_for_stacked_tables
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

8 years agoMerge pull request #9828 from colinmackinlay/patch-2
Kevin Ball [Mon, 3 Apr 2017 21:17:00 +0000 (14:17 -0700)] 
Merge pull request #9828 from colinmackinlay/patch-2

ABIDE - clarification of novalidate attribute

8 years agoMerge pull request #9808 from akaspick/develop
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

8 years agoMerge pull request #9792 from dragthor/drilldown-missing-radix
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

8 years agoMerge pull request #9636 from denisahac/develop
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.

8 years agoMerge pull request #9840 from jefsnare/feature/9822
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

8 years agoMerge pull request #9747 from hikouki/develop
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.

8 years agoMerge pull request #9819 from Proper-Job/no-js-doc-enhancement
Kevin Ball [Mon, 3 Apr 2017 20:30:28 +0000 (13:30 -0700)] 
Merge pull request #9819 from Proper-Job/no-js-doc-enhancement

Added a gentle reminder to include no-js class to html element.

8 years agoAdded `margin-left: auto` to top-bar-right & vice versa! 9927/head
harry [Mon, 3 Apr 2017 16:14:43 +0000 (21:44 +0530)] 
Added `margin-left: auto` to top-bar-right & vice versa!

8 years agoSet toggle button "title" to submenuToggleText 9926/head
danbrellis [Mon, 3 Apr 2017 14:48:25 +0000 (10:48 -0400)] 
Set toggle button "title" to submenuToggleText

When a user hovers over the toggle button, there should be a title attribute to indicate what will happen if they click the button. Adds a "title" attribute to the toggle button set to "_this.options.submenuToggleText"

8 years agopseudo spelling
Kristofer Krause [Sun, 2 Apr 2017 11:37:47 +0000 (07:37 -0400)] 
pseudo spelling

http://www.thefreedictionary.com/pseudo

8 years agoRemoved false keyword from aria-hidden
harry [Wed, 29 Mar 2017 16:09:01 +0000 (21:39 +0530)] 
Removed false keyword from aria-hidden

8 years agoAdd $button-font-family variable 9915/head
ars [Wed, 29 Mar 2017 14:23:56 +0000 (16:23 +0200)] 
Add $button-font-family variable

8 years agoAdd $button-font-family variable
ars [Wed, 29 Mar 2017 14:23:06 +0000 (16:23 +0200)] 
Add $button-font-family variable

8 years agoAdd $button-font-family variable
ars [Wed, 29 Mar 2017 14:18:29 +0000 (16:18 +0200)] 
Add $button-font-family variable

8 years agoUpdate responsive-accordion-tabs.md
Brock Duncan [Tue, 28 Mar 2017 14:24:19 +0000 (10:24 -0400)] 
Update responsive-accordion-tabs.md

changing the first example code to match the markup below

8 years agoFixed tooltip positioning for SVG elements 9893/head
Aakash Sethi [Fri, 24 Mar 2017 18:21:32 +0000 (11:21 -0700)] 
Fixed tooltip positioning for SVG elements

8 years agoDelete dropdown click event listener on destroy 9891/head
Renol [Thu, 23 Mar 2017 09:32:33 +0000 (10:32 +0100)] 
Delete dropdown click event listener on destroy

8 years agoMerge remote-tracking branch 'refs/remotes/origin/develop' into zurb/develop
Kristofer Krause [Mon, 20 Mar 2017 23:44:19 +0000 (19:44 -0400)] 
Merge remote-tracking branch 'refs/remotes/origin/develop' into zurb/develop

8 years agoverify aria-hidden value 9885/head
Kristofer Krause [Mon, 20 Mar 2017 21:04:03 +0000 (17:04 -0400)] 
verify aria-hidden value

8 years agoMerge remote-tracking branch 'refs/remotes/origin/develop' into zurb/develop
Kristofer Krause [Mon, 20 Mar 2017 20:45:23 +0000 (16:45 -0400)] 
Merge remote-tracking branch 'refs/remotes/origin/develop' into zurb/develop

8 years agoMerge pull request #2 from dragthor/tooltip-aria-tests
Kristofer Krause [Mon, 20 Mar 2017 20:41:20 +0000 (16:41 -0400)] 
Merge pull request #2 from dragthor/tooltip-aria-tests

verify aria-hidden is correct

8 years agoMerge remote-tracking branch 'refs/remotes/origin/develop' into tooltip-aria-tests
Kristofer Krause [Mon, 20 Mar 2017 20:35:44 +0000 (16:35 -0400)] 
Merge remote-tracking branch 'refs/remotes/origin/develop' into tooltip-aria-tests

8 years agoverify aria-hidden is correct
Kristofer Krause [Mon, 20 Mar 2017 20:32:58 +0000 (16:32 -0400)] 
verify aria-hidden is correct

8 years agono need to add the variable to _settings.scss since it's automatically generated 9853/head
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

8 years agoUpdate foundation.orbit.js 9881/head
Daniel Thompson [Thu, 16 Mar 2017 16:55:16 +0000 (12:55 -0400)] 
Update foundation.orbit.js

8 years agoAdded check in orbit.js to make sure slides aren't animating before hiding them when...
Daniel Thompson [Thu, 16 Mar 2017 16:01:29 +0000 (12:01 -0400)] 
Added check in orbit.js to make sure slides aren't animating before hiding them when resizing the window. This should fix #9788

8 years agoAdd SRI to CDN links 9877/head
William Entriken [Wed, 15 Mar 2017 17:44:37 +0000 (13:44 -0400)] 
Add SRI to CDN links

8 years agoRenamed (and recoded) titlebar to separator
harry [Tue, 14 Mar 2017 17:16:05 +0000 (22:46 +0530)] 
Renamed (and recoded) titlebar to separator
As Titlebar conflicts with Top Bar => Title Bar

8 years agoUpdating accordion content items
Kevin Chu [Tue, 14 Mar 2017 00:07:12 +0000 (17:07 -0700)] 
Updating accordion content items

8 years agoRemoved hack keyword from comments! 9868/head
harry [Sun, 12 Mar 2017 19:01:26 +0000 (00:31 +0530)] 
Removed hack keyword from comments!

8 years agoDisabled Autoprefixer and just used `-moz-`
harry [Sun, 12 Mar 2017 15:11:36 +0000 (20:41 +0530)] 
Disabled Autoprefixer and just used `-moz-`

8 years agoRenamed `webkit-appearance: none` to `webkit-appearance: -hack-`
harry [Sun, 12 Mar 2017 13:35:39 +0000 (19:05 +0530)] 
Renamed `webkit-appearance: none` to `webkit-appearance: -hack-`

8 years agoChange in comments of the code
harry [Sun, 12 Mar 2017 09:58:12 +0000 (15:28 +0530)] 
Change in comments of the code

8 years agoFix #9866 - Hack to disable `-webkit-appearance` from getting prefixed
harry [Sun, 12 Mar 2017 09:48:23 +0000 (15:18 +0530)] 
Fix #9866 - Hack to disable `-webkit-appearance` from getting prefixed

8 years agoAdded foundation copyright & @group to box and rotate mixin.
harry [Sun, 12 Mar 2017 07:28:39 +0000 (12:58 +0530)] 
Added foundation copyright & @group to box and rotate mixin.

8 years agoDisplay Classes: Added `display-table`
harry [Sun, 12 Mar 2017 06:11:48 +0000 (11:41 +0530)] 
Display Classes: Added `display-table`

8 years agoSass Mixin Helpers - Added a Rotate Mixin
harry [Sun, 12 Mar 2017 05:54:51 +0000 (11:24 +0530)] 
Sass Mixin Helpers - Added a Rotate Mixin
No generated css what so ever.

8 years agoDocs: Updated full list includes of prototype utilities.
harry [Sun, 12 Mar 2017 04:55:19 +0000 (10:25 +0530)] 
Docs: Updated full list includes of prototype utilities.

8 years agoDocs: Renaming of the utility titles
harry [Sun, 12 Mar 2017 04:29:18 +0000 (09:59 +0530)] 
Docs: Renaming of the utility titles

8 years agoTitle Bar Utility: Renamed the whole codebase to `titlebar` from `bar`
harry [Sat, 11 Mar 2017 20:49:50 +0000 (02:19 +0530)] 
Title Bar Utility: Renamed the whole codebase to `titlebar` from `bar`

8 years agoDocs: Moved text helpers and Title bar Utility above
harry [Sat, 11 Mar 2017 20:41:55 +0000 (02:11 +0530)] 
Docs: Moved text helpers and Title bar Utility above

8 years agoDocs: Added example for text decoration!
harry [Sat, 11 Mar 2017 20:34:36 +0000 (02:04 +0530)] 
Docs: Added example for text decoration!

8 years agoDocs: Moved Image replacement(text-hide) to text helpers
harry [Sat, 11 Mar 2017 20:27:43 +0000 (01:57 +0530)] 
Docs: Moved Image replacement(text-hide) to text helpers

8 years agoRenamed Heading bar utility to Title bar utility
harry [Sat, 11 Mar 2017 20:14:46 +0000 (01:44 +0530)] 
Renamed Heading bar utility to Title bar utility

8 years agoDocs edits
harry [Sat, 11 Mar 2017 20:10:16 +0000 (01:40 +0530)] 
Docs edits

8 years agoAdded a Heading Bar Utility
harry [Sat, 11 Mar 2017 20:08:24 +0000 (01:38 +0530)] 
Added a Heading Bar Utility
Added classes:
- `bar-left`
- `bar-center`
- `bar-right`

8 years agoAdded a Sass tip and a codepen!
harry [Sat, 11 Mar 2017 16:44:20 +0000 (22:14 +0530)] 
Added a Sass tip and a codepen!

8 years agoAdded component styling
harry [Sat, 11 Mar 2017 16:14:04 +0000 (21:44 +0530)] 
Added component styling
Changes
- Moved `rounded` and `bordered` to component styling
- Created and added `shadow` to component styling

8 years agoUpdating component list navigation - adding accordion functionality and new styles
Kevin Chu [Fri, 10 Mar 2017 19:54:44 +0000 (11:54 -0800)] 
Updating component list navigation - adding accordion functionality and new styles

8 years agoUpdating links and styles in table of content nav
Kevin Chu [Fri, 10 Mar 2017 18:28:04 +0000 (10:28 -0800)] 
Updating links and styles in table of content nav

8 years agoUpdate element-invisible mixin 9864/head
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 :)

8 years agoremove -enabled suffix from variable per suggested change
Sander Blue [Fri, 10 Mar 2017 04:50:50 +0000 (22:50 -0600)] 
remove -enabled suffix from variable per suggested change

8 years agoFixed typo in length(). 9804/head
Randall Rodrigues [Thu, 9 Mar 2017 14:43:09 +0000 (09:43 -0500)] 
Fixed typo in length().

8 years agoAdding independent scrolling for doc's nav
Kevin Chu [Wed, 8 Mar 2017 19:10:01 +0000 (11:10 -0800)] 
Adding independent scrolling for doc's nav

8 years agoadd contrast-warnings-enabled boolean variable to facilitate suppressing contrast...
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

8 years agoMerge remote-tracking branch 'zurb/develop' into develop
Kristofer Krause [Wed, 8 Mar 2017 16:59:58 +0000 (11:59 -0500)] 
Merge remote-tracking branch 'zurb/develop' into develop

8 years agoRe-factored to reflect style-sherpa docs
J. Eric Ellis [Tue, 7 Mar 2017 21:11:52 +0000 (16:11 -0500)] 
Re-factored to reflect style-sherpa docs

Per @IamManchanda.

8 years agoAllow the target tab's id to be specified through data-tabs-target 9849/head
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

8 years agoFixed docs per @denisahac
J. Eric Ellis [Tue, 7 Mar 2017 13:33:17 +0000 (08:33 -0500)] 
Fixed docs per @denisahac

8 years agoHide Reveal overlay after the modal when using Motion UI
Jérôme Lebleu [Tue, 7 Mar 2017 11:49:59 +0000 (12:49 +0100)] 
Hide Reveal overlay after the modal when using Motion UI

8 years agoAdded test for additional reveal classes 9840/head
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.

8 years agoSet the min-width value to 0 in order to limit the column width 9846/head
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

8 years agoRespect $button-background for default buttons. 9839/head
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.