]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
7 years agoRemove disabling of stylelint rule
Adam Bowles [Tue, 13 Feb 2018 16:00:05 +0000 (16:00 +0000)] 
Remove disabling of stylelint rule

This file no longer has intentional indentation errors

7 years agoBrush up vertical rhythm of form-check in docs. Closes #25546
Peter Blazejewicz [Sun, 4 Feb 2018 16:44:37 +0000 (17:44 +0100)] 
Brush up vertical rhythm of form-check in docs. Closes #25546

This adds `form-group` to add the same vertical space to the `form-check` as in other grouped controls
used in form sample markup.

Thanks!

7 years agoConsistent usage of $(document.body) instead of $('body') (#25671)
Martijn Cuppens [Wed, 21 Feb 2018 08:01:02 +0000 (09:01 +0100)] 
Consistent usage of $(document.body) instead of $('body') (#25671)

7 years agomake it a var
Mark Otto [Tue, 20 Feb 2018 02:15:44 +0000 (18:15 -0800)] 
make it a var

7 years agoMerge branch 'nav-divider-mixin' of https://github.com/ysds/bootstrap into ysds-nav...
Mark Otto [Tue, 20 Feb 2018 02:14:50 +0000 (18:14 -0800)] 
Merge branch 'nav-divider-mixin' of https://github.com/ysds/bootstrap into ysds-nav-divider-mixin

7 years agodist
Mark Otto [Mon, 19 Feb 2018 22:50:56 +0000 (14:50 -0800)] 
dist

7 years agoAdd color variable for caption (#25657)
ysds [Mon, 19 Feb 2018 22:42:54 +0000 (07:42 +0900)] 
Add color variable for caption (#25657)

7 years agoBe more explicit where to find variables (#25624)
Pierre GIRAUD [Mon, 19 Feb 2018 22:42:26 +0000 (23:42 +0100)] 
Be more explicit where to find variables  (#25624)

* Tell where to find the variables to override

* Be consistent with path to _variables.scss

* Get rid of some 'our' in the doc

Replaced by 'Boostrap's' when relevant

7 years agoCustom range input (#25600)
Mark Otto [Mon, 19 Feb 2018 22:40:59 +0000 (14:40 -0800)] 
Custom range input (#25600)

* added the styling

* added the documentation

* update for one rule per line

* fix hound error: trailing whitespace

* trimmed off vendor prefixes

* Add note about track and thumb

* Psuedo-elements must be split across multiple rulesets to have an affect

* Fix firefox inner focus

* Seems that FF is the only one affected by this

* Add support for gradients

* Add labels, clarify min/max changes

* add step example

* add custom range vars

7 years agoFix carousel transition duration (#25218)
Martijn Cuppens [Mon, 19 Feb 2018 09:10:25 +0000 (10:10 +0100)] 
Fix carousel transition duration (#25218)

7 years agoAdd `type="button"` to `<button>`s in accordion example (#25643)
Patrick H. Lauke [Fri, 16 Feb 2018 17:37:09 +0000 (17:37 +0000)] 
Add `type="button"` to `<button>`s in accordion example (#25643)

For consistency. Closes https://github.com/twbs/bootstrap/issues/25642

7 years ago[Docs] Clarify suggested use of custom validation styles, add note about resetting...
Patrick H. Lauke [Fri, 16 Feb 2018 11:07:36 +0000 (11:07 +0000)] 
[Docs] Clarify suggested use of custom validation styles, add note about resetting form appearance after validation (#25628)

* Expand/clarify recommendation for using custom validation styles

Seems support for correctly announcing browser default navigation bubbles/notifications has improved recently. Now it seems only Chrome (at least on Win and Android, not tested on macOS) is the odd one out.

However, we should really make sure the custom validation messages are also tied correctly to their relevant form controls - need to dig out the PR that will ensure that.

* Add note about resetting form appearance after submission

xref https://github.com/twbs/bootstrap/issues/25626

7 years agoReword alert and list group text to avoid "a/an" problems
Patrick H. Lauke [Wed, 14 Feb 2018 01:06:36 +0000 (01:06 +0000)] 
Reword alert and list group text to avoid "a/an" problems

Closes https://github.com/twbs/bootstrap/issues/25611

7 years agoUpdate position.md (#25607)
Andy Pickler [Tue, 13 Feb 2018 13:25:29 +0000 (06:25 -0700)] 
Update position.md (#25607)

2 small typos

7 years agoPrevent word-wrap (#25248)
Martijn Cuppens [Mon, 12 Feb 2018 00:46:54 +0000 (01:46 +0100)] 
Prevent word-wrap (#25248)

Fixes #25235

7 years agoDropdown - Allow to disable Popper.js style (#24092)
Johann-S [Mon, 12 Feb 2018 00:45:59 +0000 (01:45 +0100)] 
Dropdown - Allow to disable Popper.js style (#24092)

* Dropdown - Allow to disable Popper.js style

* Update dropdown.js

* Update dropdown.html

* copy changes

7 years agoUpdate stylelint config to add missing properties (#25572)
in-in [Sun, 11 Feb 2018 23:16:22 +0000 (02:16 +0300)] 
Update stylelint config to add missing properties (#25572)

* add missing properties

list of new properties:
align-content
animation-fill-mode
appearance
column-count
column-fill
column-gap
column-rule
column-rule-color
column-rule-style
column-rule-width
column-span
column-width
columns
direction
fill
flex-shrink
orphans
page-break-after
page-break-before
page-break-inside
perspective
src
stroke
unicode-bidi
widows

* fix invalid JSON config

add curly brackets

* Update .stylelintrc

7 years agoFix border-radius on Browse button for custom file input inside input groups (#25356)
Mark Otto [Sun, 11 Feb 2018 23:09:05 +0000 (15:09 -0800)] 
Fix border-radius on Browse button for custom file input inside input groups (#25356)

7 years agoUpdate `.sr-only` mixin and utility (#25197)
Mark Otto [Sun, 11 Feb 2018 23:05:50 +0000 (15:05 -0800)] 
Update `.sr-only` mixin and utility (#25197)

* Remove clip-path from .sr-only utility as it causes perf regressions in Chrome

* change snippet to example

7 years agodist
Mark Otto [Sun, 11 Feb 2018 22:53:29 +0000 (14:53 -0800)] 
dist

7 years agoset color to form-control-plaintext (#25565)
m5o [Sun, 11 Feb 2018 22:25:36 +0000 (23:25 +0100)] 
set color to form-control-plaintext (#25565)

* set color to `.form-control-plaintext`
* fixes readability on dark themes like ‘darkly’
  * https://bootswatch.com/darkly/index.html#forms
  * https://bootswatch.com/slate/index.html#forms
  * https://bootswatch.com/superhero/index.html#superhero
  * https://bootswatch.com/solar/index.html#forms

/cc @thomaspark

7 years agoUpdate themeing docs for more clearly how to remove from map (#25589)
ysds [Sun, 11 Feb 2018 22:24:47 +0000 (07:24 +0900)] 
Update themeing docs for more clearly how to remove from map (#25589)

* Add note about insert position of "map-remove"

* Use optional keys instead of required keys

7 years agouse $input-bg for $custom-select-bg (#25564)
m5o [Sun, 11 Feb 2018 22:24:18 +0000 (23:24 +0100)] 
use $input-bg for $custom-select-bg (#25564)

* use $input-bg for $custom-select-bg

7 years agoCreate a variable for label margin bottom (#25561)
Andres Galante [Sun, 11 Feb 2018 00:21:42 +0000 (21:21 -0300)] 
Create a variable for label margin bottom (#25561)

7 years agoRemove `show` class from example code (#25570)
Jesse Mandel [Sun, 11 Feb 2018 00:12:15 +0000 (16:12 -0800)] 
Remove `show` class from example code (#25570)

7 years agoFix the incorrect id in center modal example
ysds [Fri, 9 Feb 2018 16:05:21 +0000 (01:05 +0900)] 
Fix the incorrect id in center modal example

7 years agoEnable `scss/dollar-variable-default` rule (#25542)
freezy [Wed, 7 Feb 2018 13:28:35 +0000 (14:28 +0100)] 
Enable `scss/dollar-variable-default` rule (#25542)

This checks if all variables are `!default`.

7 years agoUpdate devDependencies and gems. (#25551)
XhmikosR [Mon, 5 Feb 2018 18:12:51 +0000 (20:12 +0200)] 
Update devDependencies and gems. (#25551)

7 years agoClarify migration docs to remove mention of .table-responsive being for the parent...
Mark Otto [Sat, 3 Feb 2018 08:02:14 +0000 (00:02 -0800)] 
Clarify migration docs to remove mention of .table-responsive being for the parent element vs the table element itself (#25539)

7 years agoFix pagination buttons hover z-index (#25532)
Martijn Cuppens [Sat, 3 Feb 2018 07:54:08 +0000 (08:54 +0100)] 
Fix pagination buttons hover z-index (#25532)

7 years agoclose #25534
Mark Otto [Sat, 3 Feb 2018 06:38:01 +0000 (22:38 -0800)] 
close #25534

7 years agoOverride .custom-select width in .form-inline (#25414)
Mark Otto [Fri, 2 Feb 2018 12:25:47 +0000 (04:25 -0800)] 
Override .custom-select width in .form-inline (#25414)

Fixes #25413

7 years agoExamples: Prevent focus into closed offcanvas (#25524)
ysds [Wed, 31 Jan 2018 16:43:27 +0000 (01:43 +0900)] 
Examples: Prevent focus into closed offcanvas (#25524)

* Prevent focus into closed offcanvas

7 years agoAdd FontAwesome to icon list. (#25451)
Bardi Harborow [Wed, 31 Jan 2018 08:31:46 +0000 (19:31 +1100)] 
Add FontAwesome to icon list. (#25451)

7 years agoClarify stacked-to-horizontal in layout/grid.md (#25520)
Jan Clarin [Wed, 31 Jan 2018 08:22:14 +0000 (00:22 -0800)] 
Clarify stacked-to-horizontal in layout/grid.md (#25520)

- Fixes typo with "with at" in "horizontal with at the small breakpoint"

7 years agoFix "CVV" label pointing to wrong field (#25518)
ysds [Wed, 31 Jan 2018 08:16:32 +0000 (17:16 +0900)] 
Fix "CVV" label pointing to wrong field (#25518)

7 years agoReplace unicode character in _hover.scss (#25503)
Richard van Laak [Tue, 30 Jan 2018 16:49:31 +0000 (17:49 +0100)] 
Replace unicode character in _hover.scss (#25503)

7 years agoFix example Blog post card text overflowing for medium screen size. (#25416)
Ryan Cleary [Tue, 30 Jan 2018 08:33:55 +0000 (02:33 -0600)] 
Fix example Blog post card text overflowing for medium screen size. (#25416)

7 years agoUpdate devDependencies and gems. (#25502)
XhmikosR [Tue, 30 Jan 2018 08:17:35 +0000 (10:17 +0200)] 
Update devDependencies and gems. (#25502)

7 years agoFix typo in approach.md (#25492)
exige81 [Sun, 28 Jan 2018 23:20:25 +0000 (15:20 -0800)] 
Fix typo in approach.md (#25492)

7 years agoUpdate jQuery to v3.3.1. (#25398) 25494/head
XhmikosR [Tue, 23 Jan 2018 06:18:33 +0000 (08:18 +0200)] 
Update jQuery to v3.3.1. (#25398)

7 years agoFix typo in navs.md (#25404)
M. Appelman [Tue, 23 Jan 2018 06:04:36 +0000 (22:04 -0800)] 
Fix typo in navs.md (#25404)

7 years agoUpdate devDependencies. (#25371)
XhmikosR [Mon, 22 Jan 2018 12:40:50 +0000 (14:40 +0200)] 
Update devDependencies. (#25371)

7 years agoFeature: Add carousel fade option (#22958)
Mark Otto [Mon, 22 Jan 2018 06:51:08 +0000 (22:51 -0800)] 
Feature: Add carousel fade option (#22958)

* Move helpful code comments

* Add .carousel-fade option to Sass

* Document example of the fade carousel

* more logical warning of the .active class on carousel items

7 years agov4.1: Add .dropdown-item-text (#22965)
Mark Otto [Mon, 22 Jan 2018 06:40:55 +0000 (22:40 -0800)] 
v4.1: Add .dropdown-item-text (#22965)

* Add .dropdown-item-text class

* Add example of plain text within a .dropdown-menu, too

* reorganize, simple/clearer headings

7 years agoAllow to customize vertical margin of `nav-divider` mixin 25393/head
ysds [Mon, 22 Jan 2018 00:54:06 +0000 (09:54 +0900)] 
Allow to customize vertical margin of `nav-divider` mixin

7 years agoAdd CSS Utility for `auto` width and height Properties (#24249)
Taufek Johar [Sun, 21 Jan 2018 20:28:22 +0000 (04:28 +0800)] 
Add CSS Utility for `auto` width and height Properties (#24249)

Currently bootstrap only provides 4 variations of `width` and `height` css utilities, which are:

1. 25%
2. 50%
3. 75%
4. 100%.

Here, I'm adding `auto` to the list. This is useful when we need to reset the width/height value
back to the browser default value at some point.

7 years agoDocument .flex-fill class in flex utils
Mark Otto [Sun, 21 Jan 2018 00:44:38 +0000 (16:44 -0800)] 
Document .flex-fill class in flex utils

7 years agoAdd missing flex-fill utility
Pierre-Denis Vanduynslager [Mon, 20 Mar 2017 20:56:58 +0000 (16:56 -0400)] 
Add missing flex-fill utility

7 years agoUse variables for theme-color-level function
Mark Otto [Sun, 21 Jan 2018 01:00:44 +0000 (17:00 -0800)] 
Use variables for theme-color-level function

Closes #25313

7 years agoRemove escaping selector and add a warning to inform folks to escape their selectors...
Johann-S [Sun, 21 Jan 2018 20:02:16 +0000 (21:02 +0100)] 
Remove escaping selector and add a warning to inform folks to escape their selectors (#25390)

7 years agoignore case (#25373)
denisx [Sun, 21 Jan 2018 19:51:49 +0000 (22:51 +0300)] 
ignore case (#25373)

Less on 2 symbols

7 years agoUpdate dropdown.js to allow referenceElement (#25219)
719media [Sun, 21 Jan 2018 18:09:23 +0000 (10:09 -0800)] 
Update dropdown.js to allow referenceElement (#25219)

7 years agotweak html
Mark Otto [Sat, 20 Jan 2018 23:11:19 +0000 (15:11 -0800)] 
tweak html

7 years agorearrange and override extra borders
Mark Otto [Sat, 20 Jan 2018 23:10:19 +0000 (15:10 -0800)] 
rearrange and override extra borders

7 years agoMerge branch 'borderless-table' of https://github.com/Varunram/bootstrap into Varunra...
Mark Otto [Sat, 20 Jan 2018 23:06:02 +0000 (15:06 -0800)] 
Merge branch 'borderless-table' of https://github.com/Varunram/bootstrap into Varunram-borderless-table

7 years agodist
Mark Otto [Sat, 20 Jan 2018 20:16:37 +0000 (12:16 -0800)] 
dist

7 years agoRemove -Pre from Nuget install
vsn4ik [Fri, 19 Jan 2018 21:49:49 +0000 (00:49 +0300)] 
Remove -Pre from Nuget install

7 years agoAllow to change `.table-striped` `odd` or `even` (#25333)
Andrew Luca [Fri, 19 Jan 2018 17:34:49 +0000 (19:34 +0200)] 
Allow to change `.table-striped` `odd` or `even` (#25333)

7 years agoUse Jekyll's markdownify filter instead of a custom plugin (#25319)
m5o [Fri, 19 Jan 2018 17:30:17 +0000 (18:30 +0100)] 
Use Jekyll's markdownify filter instead of a custom plugin (#25319)

7 years agoRemove mention of disabled buttons support for Opera 18 (#25357)
Christian Oliff [Fri, 19 Jan 2018 17:24:04 +0000 (02:24 +0900)] 
Remove mention of disabled buttons support for Opera 18 (#25357)

Opera 19 was released in January 2014 and auto-updates so I suggest no need to mention about browser support for this old version.

7 years agoCorrect capitalisation of PayPal (#25362)
Christian Oliff [Fri, 19 Jan 2018 17:18:45 +0000 (02:18 +0900)] 
Correct capitalisation of PayPal (#25362)

7 years agoRemove -Pre from Nuget install info since we're stable now /cc @supergibbs v4.0.0
Mark Otto [Thu, 18 Jan 2018 18:29:48 +0000 (10:29 -0800)] 
Remove -Pre from Nuget install info since we're stable now /cc @supergibbs

7 years agoBump version to 4.0.0
Mark Otto [Thu, 18 Jan 2018 16:21:22 +0000 (08:21 -0800)] 
Bump version to 4.0.0

7 years agoUpdate progress.md (#25355)
Christian Oliff [Thu, 18 Jan 2018 11:50:43 +0000 (20:50 +0900)] 
Update progress.md (#25355)

Removed '**Animated progress bars don't work in Opera 12**—as they don't support CSS3 animations.' note.

Bootstrap 4 doesn't (and doesn't need to) support the ancient Opera 12 released in 2012 with a 0.04% marketshare so no need to mention.

7 years agoRestore sidebar nav link to Approach page
Mark Otto [Thu, 18 Jan 2018 06:41:34 +0000 (22:41 -0800)] 
Restore sidebar nav link to Approach page

7 years agodist
Mark Otto [Thu, 18 Jan 2018 01:37:06 +0000 (17:37 -0800)] 
dist

7 years agoImprove examples' screenshots compression.
XhmikosR [Wed, 17 Jan 2018 06:23:04 +0000 (08:23 +0200)] 
Improve examples' screenshots compression.

Convert them to 8-bit and compress them with optipng and zopflipng.

Before: 902 KB (923,969 bytes)
After:  431 KB (441,372 bytes)

7 years agoConsistently sized 960x600 wide images.
Mark Otto [Wed, 17 Jan 2018 06:03:29 +0000 (08:03 +0200)] 
Consistently sized 960x600 wide images.

7 years agoOnly 2-col on sm+
Mark Otto [Mon, 15 Jan 2018 21:37:38 +0000 (13:37 -0800)] 
Only 2-col on sm+

7 years agoPrevent print utils from overriding all other display utils (#25269)
Mark Otto [Thu, 18 Jan 2018 01:29:28 +0000 (17:29 -0800)] 
Prevent print utils from overriding all other display utils (#25269)

* Prevent print utils from overriding all other display utils

Fixes #25221.

I agree with the referenced issue—this is unexpected and also causes a serious bug when mixed with other utility classes. This wasn't an issue in v3 given we had different utilities for hiding that weren't focused on display property.

* Add printing changes to migration docs

* unrelated heading sentence case change

* List out all .d-print- classes

7 years agoOutline button hover color (#25339)
Mark Otto [Wed, 17 Jan 2018 23:45:25 +0000 (15:45 -0800)] 
Outline button hover color (#25339)

7 years agoUse .list-group-item-action for list group item variant (#25338)
ysds [Wed, 17 Jan 2018 23:36:57 +0000 (08:36 +0900)] 
Use .list-group-item-action for list group item variant (#25338)

7 years agoFix input height border (#25331)
Andrew Luca [Wed, 17 Jan 2018 23:30:42 +0000 (01:30 +0200)] 
Fix input height border (#25331)

When changing `$input-border-width`, `$input-height-border` does not change and `select.form-control` `custom-select` `custom-file` will still have `$input-height` which is resolved from `$input-btn-border-width`

This will work in cases when want controls with border, and buttons without.

Temporary fix will be to override 2 variables

```
$input-border-width: 2px !default;

// which is
// $input-height-border: $input-btn-border-width * 2 !default;
$input-height-border: $input-border-width * 2 !default;
```

7 years agodist
Mark Otto [Wed, 17 Jan 2018 04:21:13 +0000 (20:21 -0800)] 
dist

7 years agoAdd order-last grid class (#24915)
Casper Bornebusch [Tue, 16 Jan 2018 17:10:40 +0000 (18:10 +0100)] 
Add order-last grid class (#24915)

* Add order-*-last grid class

* copy updates

7 years agoUsing the expected variable to set the custom select height. (#25169)
Gustavo Straube [Tue, 16 Jan 2018 06:07:05 +0000 (04:07 -0200)] 
Using the expected variable to set the custom select height. (#25169)

7 years agoExtend spacers and sizes (#25101)
Andrew Luca [Tue, 16 Jan 2018 06:01:32 +0000 (08:01 +0200)] 
Extend spacers and sizes (#25101)

7 years agoMention .input-group-text in migration docs (#25325)
Mark Otto [Tue, 16 Jan 2018 05:44:04 +0000 (21:44 -0800)] 
Mention .input-group-text in migration docs (#25325)

Closes #25231

7 years agoAdjust language
Mark Otto [Tue, 16 Jan 2018 05:42:33 +0000 (21:42 -0800)] 
Adjust language

7 years agoMerge branch 'form-check-input-validation' of https://github.com/supergibbs/bootstrap...
Mark Otto [Tue, 16 Jan 2018 05:39:27 +0000 (21:39 -0800)] 
Merge branch 'form-check-input-validation' of https://github.com/supergibbs/bootstrap into supergibbs-form-check-input-validation

7 years agocloses #25280
Mark Otto [Tue, 16 Jan 2018 03:41:07 +0000 (19:41 -0800)] 
closes #25280

7 years agoUse the SRI hashes for the live site's assets. (#25282)
XhmikosR [Mon, 15 Jan 2018 22:56:30 +0000 (00:56 +0200)] 
Use the SRI hashes for the live site's assets. (#25282)

7 years agoConsistently use `:disabled` rather than `[disabled]` selector (#25317)
Patrick H. Lauke [Mon, 15 Jan 2018 20:51:01 +0000 (20:51 +0000)] 
Consistently use `:disabled` rather than `[disabled]` selector (#25317)

Closes https://github.com/twbs/bootstrap/issues/25316

7 years agoAdd example of a Spanish translation for custom file input (#25302)
Mark Otto [Mon, 15 Jan 2018 07:19:12 +0000 (23:19 -0800)] 
Add example of a Spanish translation for custom file input (#25302)

7 years agoAdd display utilities to bootstrap-grid.scss (#25308)
Mark Otto [Mon, 15 Jan 2018 06:57:10 +0000 (22:57 -0800)] 
Add display utilities to bootstrap-grid.scss (#25308)

7 years agoUpdate copyright for 2k18 (#25303)
Mark Otto [Mon, 15 Jan 2018 04:08:58 +0000 (20:08 -0800)] 
Update copyright for 2k18 (#25303)

* Update copyright range to include 2018

* Extend copyright date range on new files from 2017 to include 2018

7 years agoFixes dropdown snippets (#25301)
ysds [Mon, 15 Jan 2018 04:08:33 +0000 (13:08 +0900)] 
Fixes dropdown snippets (#25301)

* Make dropright snippet the same as demo

* Add missing .dropdown-toggle-split class

* Make clear the split button label the same as demo

7 years agoTheming docs update (#25300)
Mark Otto [Mon, 15 Jan 2018 04:07:57 +0000 (20:07 -0800)] 
Theming docs update (#25300)

* heading for better linking

* tell folks where to start

* more headings

* required keys section added, closes #25293

7 years agoone more img compression
Mark Otto [Mon, 15 Jan 2018 00:58:18 +0000 (16:58 -0800)] 
one more img compression

7 years agoExamples updates (#24898)
Mark Otto [Mon, 15 Jan 2018 00:06:52 +0000 (16:06 -0800)] 
Examples updates (#24898)

* fix cover nav

* Improve signin visuals and alignment with that flexbox love

* rewrite cover example in flexbox

* lighten signin bg

* first pass at pricing example

* redo examples index with data file

* tighten up spacing a bit

* update navbar descriptions

* link pricing

* move that back

* property order

* Fix test errors.

* Compress pricing.png.

* add form validation example

* remove that

* rename that

* restyle and space out

* fix errors

* change order

* cleanup album css and styles

* tweak examples index

* make it a badge

* options

* improve sticky footer alignment

* redesign example index

* brand new blog layout

* start new screenshots

* new product example page a la apple

* add email field

* fix linter, remove unused blog css

* hook up feather icons to start

* redo dashboard

* fix linting

* add floating labels example

* formatting

* formatting

* lint

* fix values on select

* optional input, plus input group

* new dashboard image

* start to reboot the offcanvas example

* updated images

* new offcanvas mostly implemented

* linting

* edit description

* more description changes

* - Add vertical margin to album hero buttons for when they're stacked
- Adjust font-size and padding for pricing header and hero
- Fix checkout's stacked column margins, plus update their check/radio
markup
- Update product's utilities to be responsive
- Made blog cards somewhat responsive (needs a bit more work tbh)

* drop leading zero

* more linting

* swap empty images for holder, fix border

* dist the docs

* navbars have no margin-bottom to begin

* add css var, tweak padding for mobile

* comment headers

* nix commented out code

* nix the navbar structure for a custom one, stack it on mobile

* tweak heading button group for mobile

* Removed narrow jumbotron and justified nav examples as these are easily accomplished with new components in v4

* improve card sizing on pricing

* update and compress

7 years agodist
Mark Otto [Sun, 14 Jan 2018 23:58:16 +0000 (15:58 -0800)] 
dist

7 years agoadd List Group Flush to List Group docs (#25289)
Jason Korth [Sun, 14 Jan 2018 23:46:58 +0000 (17:46 -0600)] 
add List Group Flush to List Group docs (#25289)

fixes #25288

7 years agoMixin `button-outline-variant` should retain active box shadow when focused
Patrick Yeo [Tue, 2 Jan 2018 21:19:55 +0000 (13:19 -0800)] 
Mixin `button-outline-variant` should retain active box shadow when focused

7 years agodist
Mark Otto [Sun, 14 Jan 2018 03:18:41 +0000 (19:18 -0800)] 
dist

7 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Sun, 14 Jan 2018 02:58:48 +0000 (18:58 -0800)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

7 years agoAdd new Approach docs page (#25165)
Mark Otto [Sun, 14 Jan 2018 00:34:31 +0000 (16:34 -0800)] 
Add new Approach docs page (#25165)

7 years ago$component-active-bg and $component-active-color are partially useful (#24710)
Patrick Yeo [Sat, 13 Jan 2018 07:56:31 +0000 (23:56 -0800)] 
$component-active-bg and $component-active-color are partially useful (#24710)

* Use `$component-active-bg`, `$component-active-color` in custom-control-indicators and pagination for checked, indeterminate, and active states

* Button and Forms focus colors should be based on `$component-active-bg`

7 years agoFixed color for disabled buttons (#25167)
Wolfgang Goedel [Sat, 13 Jan 2018 07:50:25 +0000 (08:50 +0100)] 
Fixed color for disabled buttons (#25167)

7 years agoFix breakpoint mixins for custom breakpoint maps (#25264)
Sander Melnikov [Sat, 13 Jan 2018 07:45:21 +0000 (10:45 +0300)] 
Fix breakpoint mixins for custom breakpoint maps (#25264)

When using the `media-breakpoint-between` or `media-breakpoint-only`
mixins with a custom breakpoint map – not defined as `$grid-breakpoints`
– the mixin incorrectly defaults back to the global `$grid-breakpoints`
map in certain situations. This commit correctly passes on the
`$breakpoints` argument to the other mixins called within the block.