]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
8 years agoSet height on custom select 20875/head
Mark Otto [Mon, 10 Oct 2016 02:49:52 +0000 (19:49 -0700)] 
Set height on custom select

Matches the changes from #20874 to the regular select element. This is really only necessary for IE and Edge near as I can tell. Fixes #20810.

8 years agoMatch the height of select.form-control with input.form-control 20874/head
Mark Otto [Mon, 10 Oct 2016 01:04:30 +0000 (18:04 -0700)] 
Match the height of select.form-control with input.form-control

Uses a local variable and some calc love to counteract the border-width (times 2) from the height of the select. Fixes #17194 and nullifies #19967.

8 years agodocument it a bit
Mark Otto [Mon, 10 Oct 2016 00:46:45 +0000 (17:46 -0700)] 
document it a bit

8 years agoMerge branch 'patch-10' of https://github.com/zalog/bootstrap into zalog-patch-10
Mark Otto [Mon, 10 Oct 2016 00:35:44 +0000 (17:35 -0700)] 
Merge branch 'patch-10' of https://github.com/zalog/bootstrap into zalog-patch-10

8 years agogrunt
Mark Otto [Mon, 10 Oct 2016 00:26:51 +0000 (17:26 -0700)] 
grunt

8 years agoMerge pull request #20555 from bardiharborow/updatedeps
Mark Otto [Mon, 10 Oct 2016 00:08:39 +0000 (17:08 -0700)] 
Merge pull request #20555 from bardiharborow/updatedeps

Update dependencies, including Babel to v6 and zeroUnits fix.

8 years agoMerge pull request #20873 from twbs/flush-list-group
Mark Otto [Sun, 9 Oct 2016 23:58:01 +0000 (16:58 -0700)] 
Merge pull request #20873 from twbs/flush-list-group

Reset the left and right border on list items for flush list groups

8 years agoReset the left and right border on list items for flush list groups 20873/head
Mark Otto [Sun, 9 Oct 2016 23:57:32 +0000 (16:57 -0700)] 
Reset the left and right border on list items for flush list groups

Avoid the resetting of the already set values in #20397. Fixes #20395.

8 years agoMerge pull request #20858 from vsn4ik/patch-1
Mark Otto [Sun, 9 Oct 2016 23:52:02 +0000 (16:52 -0700)] 
Merge pull request #20858 from vsn4ik/patch-1

Update devDependencies badge link.

8 years agoMerge pull request #20872 from twbs/validation-fixes
Mark Otto [Sun, 9 Oct 2016 23:50:49 +0000 (16:50 -0700)] 
Merge pull request #20872 from twbs/validation-fixes

Form validation fixes

8 years agolinting 20872/head
Mark Otto [Sun, 9 Oct 2016 23:46:47 +0000 (16:46 -0700)] 
linting

8 years agofix focus shadows, if enabled
Mark Otto [Sun, 9 Oct 2016 23:44:04 +0000 (16:44 -0700)] 
fix focus shadows, if enabled

8 years agoUse correct class for validation coloring on label elements
Mark Otto [Sun, 9 Oct 2016 23:40:56 +0000 (16:40 -0700)] 
Use correct class for validation coloring on label elements

8 years agoThe color is already covered in the first ruleset here
Mark Otto [Sun, 9 Oct 2016 23:39:02 +0000 (16:39 -0700)] 
The color is already covered in the first ruleset here

8 years agoInterpolate the variable so it passes the color properly
Mark Otto [Sun, 9 Oct 2016 23:38:28 +0000 (16:38 -0700)] 
Interpolate the variable so it passes the color properly

8 years agoMerge pull request #20871 from twbs/document-bg-faded
Mark Otto [Sun, 9 Oct 2016 23:35:57 +0000 (16:35 -0700)] 
Merge pull request #20871 from twbs/document-bg-faded

Document the .bg-faded class

8 years agoDocument the .bg-faded class 20871/head
Mark Otto [Sun, 9 Oct 2016 23:35:16 +0000 (16:35 -0700)] 
Document the .bg-faded class

Fixes #20550.

8 years agoMerge pull request #20870 from twbs/collapse-example-fix
Mark Otto [Sun, 9 Oct 2016 23:32:45 +0000 (16:32 -0700)] 
Merge pull request #20870 from twbs/collapse-example-fix

Don't use collapse classes on elements with padding

8 years agoDon't use collapse classes on elements with padding 20870/head
Mark Otto [Sun, 9 Oct 2016 23:32:19 +0000 (16:32 -0700)] 
Don't use collapse classes on elements with padding

Fixes #20600.

8 years agoMerge pull request #20869 from twbs/static-control
Mark Otto [Sun, 9 Oct 2016 23:25:41 +0000 (16:25 -0700)] 
Merge pull request #20869 from twbs/static-control

v4 Static form control sizing

8 years agoremove un-needed comment 20869/head
Mark Otto [Sun, 9 Oct 2016 23:18:05 +0000 (16:18 -0700)] 
remove un-needed comment

8 years agoadd transparent border to match .form-control height
Mark Otto [Sun, 9 Oct 2016 23:17:48 +0000 (16:17 -0700)] 
add transparent border to match .form-control height

8 years agoUpdate static form control
Mark Otto [Sun, 9 Oct 2016 23:16:13 +0000 (16:16 -0700)] 
Update static form control

- Remove margin-bottom override in favor of .mb-0 utility class
- Apply the input line-height styles to match
- Remove the min-height to match the input

8 years agoMerge pull request #20868 from twbs/inline-form-input-group
Mark Otto [Sun, 9 Oct 2016 23:04:23 +0000 (16:04 -0700)] 
Merge pull request #20868 from twbs/inline-form-input-group

Ensure input groups behavior appropriately in inline forms

8 years agoEnsure input groups behavior appropriately in inline forms 20868/head
Mark Otto [Sun, 9 Oct 2016 23:00:30 +0000 (16:00 -0700)] 
Ensure input groups behavior appropriately in inline forms

Overrides the default width: 100% with an auto. Fixes #20752.

8 years agoseparate out the custom html example
Mark Otto [Sun, 9 Oct 2016 22:35:52 +0000 (15:35 -0700)] 
separate out the custom html example

8 years agoMerge branch 'v4-dev' of https://github.com/dumb/bootstrap into dumb-v4-dev
Mark Otto [Sun, 9 Oct 2016 22:29:26 +0000 (15:29 -0700)] 
Merge branch 'v4-dev' of https://github.com/dumb/bootstrap into dumb-v4-dev

8 years agogrunt
Mark Otto [Sun, 9 Oct 2016 22:02:49 +0000 (15:02 -0700)] 
grunt

8 years agoMerge pull request #20867 from twbs/dedupe-sm-vars
Mark Otto [Sun, 9 Oct 2016 22:00:11 +0000 (15:00 -0700)] 
Merge pull request #20867 from twbs/dedupe-sm-vars

Drop the $small-font-size variable for the newer $font-size-sm one

8 years agoMerge pull request #20864 from twbs/fix-20688
Mark Otto [Sun, 9 Oct 2016 21:57:31 +0000 (14:57 -0700)] 
Merge pull request #20864 from twbs/fix-20688

Update the grid table heading to clarify max width over width

8 years agoMerge pull request #20684 from twbs/v4-utils
Mark Otto [Sun, 9 Oct 2016 21:54:57 +0000 (14:54 -0700)] 
Merge pull request #20684 from twbs/v4-utils

v4: The Utilities Update

8 years agoMerge pull request #20865 from twbs/v4-container-widths
Mark Otto [Sun, 9 Oct 2016 21:52:14 +0000 (14:52 -0700)] 
Merge pull request #20865 from twbs/v4-container-widths

v4: Grid adjustments

8 years agoMerge branch 'v4-dev' into v4-utils 20684/head
Mark Otto [Sun, 9 Oct 2016 21:36:43 +0000 (14:36 -0700)] 
Merge branch 'v4-dev' into v4-utils

8 years agoRemove display from the .img-fluid utility
Mark Otto [Sun, 9 Oct 2016 21:14:39 +0000 (14:14 -0700)] 
Remove display from the .img-fluid utility

Creating max-width images is not dependent on the display, so setting it is redundant. Cleans up the comments and implementation of the mixin as well.

Fixes #20767

8 years agoUpdate grid docs mention of gutter width value (no more rems for awhile now) 20865/head
Mark Otto [Sun, 9 Oct 2016 20:51:59 +0000 (13:51 -0700)] 
Update grid docs mention of gutter width value (no more rems for awhile now)

8 years agoUpdate grid docs to use new values for grid breakpoints and containers
Mark Otto [Sun, 9 Oct 2016 20:51:05 +0000 (13:51 -0700)] 
Update grid docs to use new values for grid breakpoints and containers

8 years agoChange 940px breakpoint to 960px so that all widths are divisible by 12
Mark Otto [Sun, 9 Oct 2016 20:49:11 +0000 (13:49 -0700)] 
Change 940px breakpoint to 960px so that all widths are divisible by 12

Fixes #18510

8 years agoChange sm grid breakpoint and container max-width
Mark Otto [Sun, 9 Oct 2016 20:17:50 +0000 (13:17 -0700)] 
Change sm grid breakpoint and container max-width

Makes it so that the container is no longer wider than the breakpoint used in the media query. This was never really an issue in rendering as the max-width handled it appropriately, but the mismatch was still incorrect.

Fixes #18054

8 years agoMove from max-width to width for containers, plus a max-width 100%
Mark Otto [Sun, 9 Oct 2016 20:14:10 +0000 (13:14 -0700)] 
Move from max-width to width for containers, plus a max-width 100%

- Fixes issues between float and flex grid systems where container wouldn't fill the available width in Chrome & FF (but would in Safari)
- Fixes #20681
- Fixes #17621 (basically same issue as above issue)

8 years agoDrop the -font-size variable for the newer -size-sm one 20867/head
Mark Otto [Sun, 9 Oct 2016 19:45:58 +0000 (12:45 -0700)] 
Drop the -font-size variable for the newer -size-sm one

Originally -font-size was added in v3 to set the font-size of the <small> element. Now that we have newer, global type variables, we can use those instead for these kind of things.

Fixes #20859

8 years agoUpdate the grid table heading to clarify max width over width 20864/head
Mark Otto [Sun, 9 Oct 2016 19:42:36 +0000 (12:42 -0700)] 
Update the grid table heading to clarify max width over width

Fixes #20688

8 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Sun, 9 Oct 2016 19:40:03 +0000 (12:40 -0700)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

8 years agogrunt
Mark Otto [Sun, 9 Oct 2016 19:39:56 +0000 (12:39 -0700)] 
grunt

8 years agoUpdate dependencies, including Babel to v6 and zeroUnits fix. 20555/head
Bardi Harborow [Thu, 6 Oct 2016 13:21:05 +0000 (00:21 +1100)] 
Update dependencies, including Babel to v6 and zeroUnits fix.

8 years agoUpdate devDependencies badge link. 20858/head
Vasily Artemchuk [Fri, 7 Oct 2016 11:40:28 +0000 (14:40 +0300)] 
Update devDependencies badge link.

8 years agoMark icon-fonts.md docs as not-yet-written (#20850)
Seth Broweleit [Fri, 7 Oct 2016 06:59:19 +0000 (00:59 -0600)] 
Mark icon-fonts.md docs as not-yet-written (#20850)

[ci skip]

8 years agoREADME: Tweak linkage & capitalization (#20853)
Rafael Corrêa Gomes [Fri, 7 Oct 2016 06:54:19 +0000 (03:54 -0300)] 
README: Tweak linkage & capitalization (#20853)

[ci skip]

8 years agoFix Hound warnings for minified files. (#20446)
Bardi Harborow [Thu, 6 Oct 2016 03:12:24 +0000 (14:12 +1100)] 
Fix Hound warnings for minified files. (#20446)

8 years agoRemove `-webkit-overflow-scrolling: touch` due to an iOS Safari bug (#20803)
Chris Rebert [Tue, 4 Oct 2016 04:36:46 +0000 (21:36 -0700)] 
Remove `-webkit-overflow-scrolling: touch` due to an iOS Safari bug (#20803)

See https://bugs.webkit.org/show_bug.cgi?id=158342
Fixes #17695

8 years agoFix broken/redirected links, moving to HTTPS where possible. (#20557)
Bardi Harborow [Mon, 3 Oct 2016 16:55:59 +0000 (02:55 +1000)] 
Fix broken/redirected links, moving to HTTPS where possible. (#20557)

8 years agoFollow-up fix to #20821
Patrick H. Lauke [Mon, 3 Oct 2016 09:13:58 +0000 (10:13 +0100)] 
Follow-up fix to #20821

With apologies, copy/paste error following on from trying to fix conflicting Hound/Travis checks for https://github.com/twbs/bootstrap/pull/20821/ slipped through before I noticed them.

8 years agoMerge pull request #20821 from patrickhlauke/v4-h5bp-print
Patrick H. Lauke [Mon, 3 Oct 2016 09:00:09 +0000 (10:00 +0100)] 
Merge pull request #20821 from patrickhlauke/v4-h5bp-print

Update print styles borrowed from h5bp

8 years agoShow clearfix for examples for xs/sm devices (#19287)
David Beitey [Mon, 3 Oct 2016 06:21:15 +0000 (16:21 +1000)] 
Show clearfix for examples for xs/sm devices (#19287)

Change `hidden-sm-up` to `hidden-md-up` as the clearfix divs should be visible on both `xs` and `sm` devices (widths of 6 columns).

8 years agoUpdated documentation of the focus option from the modal component. (#19409)
Patrick van Hesteren [Mon, 3 Oct 2016 06:05:59 +0000 (08:05 +0200)] 
Updated documentation of the focus option from the modal component. (#19409)

8 years agoFixes #20566 (#20768)
Matt Viteri [Mon, 3 Oct 2016 04:23:04 +0000 (23:23 -0500)] 
Fixes #20566 (#20768)

8 years agoFlexbox grid updates (#20829)
Mark Otto [Mon, 3 Oct 2016 04:10:06 +0000 (21:10 -0700)] 
Flexbox grid updates (#20829)

* Fixes #20775 without adding extra width and an important flag

* Since we're now getting the extend, we don't need the extra position relative

* rerrange

* getting min-height from the extend already

8 years agogrunt
Mark Otto [Mon, 3 Oct 2016 03:39:19 +0000 (20:39 -0700)] 
grunt

8 years agoupdate comment
Mark Otto [Mon, 3 Oct 2016 03:36:49 +0000 (20:36 -0700)] 
update comment

8 years agoremove the margin there since it's in normalize
Mark Otto [Mon, 3 Oct 2016 03:36:31 +0000 (20:36 -0700)] 
remove the margin there since it's in normalize

8 years agoMerge branch 'patch-1' of https://github.com/bardiharborow/bootstrap into bardiharbor...
Mark Otto [Mon, 3 Oct 2016 03:32:42 +0000 (20:32 -0700)] 
Merge branch 'patch-1' of https://github.com/bardiharborow/bootstrap into bardiharborow-patch-1

8 years agogrunt
Mark Otto [Mon, 3 Oct 2016 02:40:39 +0000 (19:40 -0700)] 
grunt

8 years agoComment that out for now since it's causing errors
Mark Otto [Mon, 3 Oct 2016 02:28:52 +0000 (19:28 -0700)] 
Comment that out for now since it's causing errors

8 years agofix typos
Mark Otto [Mon, 3 Oct 2016 02:23:10 +0000 (19:23 -0700)] 
fix typos

8 years agoMerge branch 'customizable-grid-gutters-per-breakpoint' of https://github.com/pixelba...
Mark Otto [Mon, 3 Oct 2016 02:10:25 +0000 (19:10 -0700)] 
Merge branch 'customizable-grid-gutters-per-breakpoint' of https://github.com/pixelbandito/bootstrap into pixelbandito-customizable-grid-gutters-per-breakpoint

8 years agoPorts changes from #20258 to v4 (#20828)
Mark Otto [Mon, 3 Oct 2016 01:42:39 +0000 (18:42 -0700)] 
Ports changes from #20258 to v4 (#20828)

8 years agoOnly override input border-radius as part of .form-control to avoid bug with iOS...
Mark Otto [Mon, 3 Oct 2016 01:28:37 +0000 (18:28 -0700)] 
Only override input border-radius as part of .form-control to avoid bug with iOS Safari (alt fix for #20247) (#20695)

8 years agoDocument that all table styles are inherited (#20699)
Mark Otto [Mon, 3 Oct 2016 01:27:53 +0000 (18:27 -0700)] 
Document that all table styles are inherited (#20699)

8 years agoFixes #20118: Add and use Sass variables to control the color of our embedded SVGs...
Mark Otto [Mon, 3 Oct 2016 01:27:03 +0000 (18:27 -0700)] 
Fixes #20118: Add and use Sass variables to control the color of our embedded SVGs for custom form elements (#20700)

8 years agov4: Dropdown units (#20701)
Mark Otto [Mon, 3 Oct 2016 01:25:51 +0000 (18:25 -0700)] 
v4: Dropdown units  (#20701)

* Fixes #19784: Move from pixels to rems, add a margin-bottom: 0; to keep things aligned

* lintiong

8 years agoRemove the margin-bottom from <label>s in .btn-groups (#20827)
Mark Otto [Mon, 3 Oct 2016 01:22:53 +0000 (18:22 -0700)] 
Remove the margin-bottom from <label>s in .btn-groups (#20827)

- Fixes #20298 for vertical button group spacing
- Fixes #20784 for horizontal (default) button group spacing
- Alternate fix to #20823 which only applied a fix for vertical button groups

8 years agov4: Social meta tags (#20825)
Mark Otto [Mon, 3 Oct 2016 01:19:47 +0000 (18:19 -0700)] 
v4: Social meta tags (#20825)

* descriptions for getting started pages

* descriptions for layout

* add content page descriptions

* more descriptions, updates to some existing ones

* correct site url

* add social stuff to config for twitter cards

* add twitter meta tags; use large image for homepage and regular card for all others

* add the assets

* more site config

* more social shiz to partial, remove existing meta for the partial, remove page title from homepage for simpler if statements

8 years agoFixes #20799: Apply same color change to disabled inline radios/checkboxes (#20826)
Mark Otto [Mon, 3 Oct 2016 01:15:55 +0000 (18:15 -0700)] 
Fixes #20799: Apply same color change to disabled inline radios/checkboxes (#20826)

8 years agoUpdate print styles borrowed from h5bp 20821/head
Patrick H. Lauke [Sun, 2 Oct 2016 15:17:59 +0000 (16:17 +0100)] 
Update print styles borrowed from h5bp

most notable change:
- fixes print/print preview crash in IE11 (caused by `*:first-line`
selector)

8 years agoRename pull-*-{left|right} classes to .float-*-left and .float-*-right
Mark Otto [Mon, 26 Sep 2016 07:54:10 +0000 (00:54 -0700)] 
Rename pull-*-{left|right} classes to .float-*-left and .float-*-right

8 years agoUpgrade to normalize.css v4.2.0 and fix Hound exclusion. 20428/head
Bardi Harborow [Tue, 2 Aug 2016 05:17:24 +0000 (15:17 +1000)] 
Upgrade to normalize.css v4.2.0 and fix Hound exclusion.

8 years agoMerge pull request #20764 from patrickhlauke/v4-dev
Patrick H. Lauke [Thu, 22 Sep 2016 09:54:49 +0000 (10:54 +0100)] 
Merge pull request #20764 from patrickhlauke/v4-dev

Add Edge#9011176 bug (visual artifacts in scrollable dialogs)

8 years agoAdd Edge#9011176 bug (visual artifacts in scrollable dialogs) 20764/head
Patrick H. Lauke [Thu, 22 Sep 2016 09:48:05 +0000 (10:48 +0100)] 
Add Edge#9011176 bug (visual artifacts in scrollable dialogs)

8 years agoreplace some profanities (#20715)
VarelloThemes [Thu, 15 Sep 2016 16:39:31 +0000 (17:39 +0100)] 
replace some profanities (#20715)

8 years agoAdd breakpoint-specific gutters. 17481/head
Kovah [Fri, 9 Sep 2016 04:48:17 +0000 (06:48 +0200)] 
Add breakpoint-specific gutters.

8 years agoGrid mixins docs should match source code (#20705)
Nick [Tue, 13 Sep 2016 05:31:05 +0000 (07:31 +0200)] 
Grid mixins docs should match source code (#20705)

8 years agoRemove fixed Edge <input type="file"> bug from the Wall
Chris Rebert [Mon, 12 Sep 2016 23:19:29 +0000 (16:19 -0700)] 
Remove fixed Edge <input type="file"> bug from the Wall

https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/8282613/ has been marked as Fixed.
Refs #20335.

[skip sauce]

8 years agogrunt
Mark Otto [Mon, 12 Sep 2016 06:52:47 +0000 (23:52 -0700)] 
grunt

8 years agoMerge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev
Mark Otto [Mon, 12 Sep 2016 06:51:11 +0000 (23:51 -0700)] 
Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev

8 years agogrunt
Mark Otto [Mon, 12 Sep 2016 06:50:50 +0000 (23:50 -0700)] 
grunt

8 years agoHave same margin for <hN> as a <div> on .card-headers (#19048)
mkroeders [Mon, 12 Sep 2016 06:32:51 +0000 (08:32 +0200)] 
Have same margin for <hN> as a <div> on .card-headers (#19048)

* Have same margin for <hN> as a <div> on .card-headers
Related #18726

When you use a `<hN>` as `.card-header` there is `margin-bottom: .5rem` added. The changes set the margin-bottom to 0
* Removed space

8 years agoadded text-gray-dark class (#19847)
Edd Yerburgh [Mon, 12 Sep 2016 06:03:12 +0000 (07:03 +0100)] 
added text-gray-dark class (#19847)

8 years agoRemoving a redundant background-color declaration. (#20698)
Chris Garcia [Mon, 12 Sep 2016 05:50:14 +0000 (00:50 -0500)] 
Removing a redundant background-color declaration. (#20698)

8 years agowoof, first grunt after building all the dist lol
Mark Otto [Mon, 12 Sep 2016 05:34:25 +0000 (22:34 -0700)] 
woof, first grunt after building all the dist lol

8 years ago.form-control:focus customization (#20436)
NicoLB [Mon, 12 Sep 2016 05:32:33 +0000 (15:32 +1000)] 
.form-control:focus customization (#20436)

* Allow variables input-bg-focus and input-color-focus to be overridden.
* More consistency and control to customize shadows on .form-control:focus

8 years agoFixes #19466: Document the flexbox order utils (#20697)
Mark Otto [Mon, 12 Sep 2016 05:31:26 +0000 (22:31 -0700)] 
Fixes #19466: Document the flexbox order utils (#20697)

8 years agov4: Update tooltip placement docs (#20696)
Mark Otto [Mon, 12 Sep 2016 05:30:37 +0000 (22:30 -0700)] 
v4: Update tooltip placement docs (#20696)

* Fixes #19796: Remove mention of tooltip auto placement

* add note to migration docs

8 years agoUpdate gruntfile to compile the Sass extras (flex, grid, and reboot) as part of the...
Mark Otto [Mon, 12 Sep 2016 05:29:45 +0000 (22:29 -0700)] 
Update gruntfile to compile the Sass extras (flex, grid, and reboot) as part of the dist-css task (#20682)

8 years agoMerge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev
Mark Otto [Mon, 12 Sep 2016 05:27:43 +0000 (22:27 -0700)] 
Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev

8 years agoMerge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev
Mark Otto [Mon, 12 Sep 2016 05:27:12 +0000 (22:27 -0700)] 
Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev

8 years agoAdd Selectors Level 4 :nth-child() to Most Wanted features for Edge
Chris Rebert [Mon, 12 Sep 2016 05:27:11 +0000 (22:27 -0700)] 
Add Selectors Level 4 :nth-child() to Most Wanted features for Edge

h/t @bardiharborow for opening https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/15944476
Refs #20143
[skip sauce]

8 years agoSwap for custom svg background that we can embed to set the color of the stroke via...
Mark Otto [Mon, 12 Sep 2016 05:25:42 +0000 (22:25 -0700)] 
Swap for custom svg background that we can embed to set the color of the stroke via Sass variable

8 years agoAdd transitioncancel to Most Wanted list for Chrome, Safari, Edge (#20618)
Chris Rebert [Mon, 12 Sep 2016 05:21:12 +0000 (22:21 -0700)] 
Add transitioncancel to Most Wanted list for Chrome, Safari, Edge (#20618)

[skip sauce]

8 years agoMerge branch 'v4-hamburger-fix2' of https://github.com/patrickhlauke/bootstrap into...
Mark Otto [Mon, 12 Sep 2016 04:57:38 +0000 (21:57 -0700)] 
Merge branch 'v4-hamburger-fix2' of https://github.com/patrickhlauke/bootstrap into patrickhlauke-v4-hamburger-fix2

8 years agoMerge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev
Mark Otto [Mon, 12 Sep 2016 04:57:27 +0000 (21:57 -0700)] 
Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev

8 years agogrunt
Mark Otto [Mon, 12 Sep 2016 03:51:07 +0000 (20:51 -0700)] 
grunt