]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
7 years agoOpinionated: reintroduce `cursor:pointer`
patrickhlauke [Mon, 25 Dec 2017 23:15:21 +0000 (23:15 +0000)] 
Opinionated: reintroduce `cursor:pointer`

Explicitly re-adds the "hand" `cursor:pointer` for non-disabled `.btn`, `.close`, `.navbar-toggler` elements, as well as forcing `page-link` pagination controls to always have the "hand" cursor (even if an author uses it on, say, `<button>` elements for a dynamically updating in-page pagination).

Controversial, as everybody jumped on the bandwagon following this article https://medium.com/simple-human/buttons-shouldnt-have-a-hand-cursor-b11e99ca374b - which does have its merits of course, but there are also counter-arguments like http://kizu.ru/en/issues/cursor-pointer/

And seeing the amount of issues we've seen following the change, and the potential complexity needed to consistently address the cursor issue (see https://github.com/twbs/bootstrap/issues/24156 where i explore how the cursor needs to be based on "intent", and how that's tough to determine), I'm favouring an opinionated take here of just reintroducing the `cursor:pointer`.

7 years agodist
Mark Otto [Thu, 28 Dec 2017 00:20:10 +0000 (16:20 -0800)] 
dist

7 years agoextra space
Mark Otto [Wed, 27 Dec 2017 21:41:15 +0000 (13:41 -0800)] 
extra space

7 years agocloses #24929
Mark Otto [Wed, 27 Dec 2017 21:41:06 +0000 (13:41 -0800)] 
closes #24929

7 years agoimprove docs tables
Mark Otto [Wed, 27 Dec 2017 21:40:51 +0000 (13:40 -0800)] 
improve docs tables

7 years agodist
Mark Otto [Wed, 27 Dec 2017 06:30:04 +0000 (22:30 -0800)] 
dist

7 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Wed, 27 Dec 2017 06:28:14 +0000 (22:28 -0800)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

7 years agodist
Mark Otto [Wed, 27 Dec 2017 06:28:04 +0000 (22:28 -0800)] 
dist

7 years agolinting
Mark Otto [Wed, 27 Dec 2017 06:02:54 +0000 (22:02 -0800)] 
linting

7 years agoun-nest and un-chain popover classes
Mark Otto [Wed, 27 Dec 2017 05:58:57 +0000 (21:58 -0800)] 
un-nest and un-chain popover classes

7 years agoconsolidate content properties, un-nest
Mark Otto [Wed, 27 Dec 2017 05:56:48 +0000 (21:56 -0800)] 
consolidate content properties, un-nest

7 years agosmaller popover arrows for more reasonable visuals and more ideal pixel rounding
Mark Otto [Wed, 27 Dec 2017 05:54:47 +0000 (21:54 -0800)] 
smaller popover arrows for more reasonable visuals and more ideal pixel rounding

7 years agoremove popover static example
Mark Otto [Wed, 27 Dec 2017 05:50:23 +0000 (21:50 -0800)] 
remove popover static example

7 years agoremove broken static demo
Mark Otto [Wed, 27 Dec 2017 05:45:53 +0000 (21:45 -0800)] 
remove broken static demo

7 years agoMerge branch 'fix-arrows' of https://github.com/simonihmig/bootstrap into simonihmig...
Mark Otto [Wed, 27 Dec 2017 05:36:12 +0000 (21:36 -0800)] 
Merge branch 'fix-arrows' of https://github.com/simonihmig/bootstrap into simonihmig-fix-arrows

7 years agoRewrite custom file input
Mark Otto [Sun, 24 Dec 2017 06:47:37 +0000 (22:47 -0800)] 
Rewrite custom file input

- Changes the wrapping label to a div so we can style the label instead of another element while also supporting form validation.
- Fixes form validation styles for custom file input (closes #24831).
- Updates docs with validation styles (also adding example feedback text while I was there) and new how it works section.

7 years agoClean up button group (#25073)
ysds [Wed, 27 Dec 2017 00:04:11 +0000 (09:04 +0900)] 
Clean up button group  (#25073)

* Remove unnecessary float

- since parent btn-group is displayed as inline-flex, the child elements are placed left to right by default.

* Cleanup of reset rounded corners

- Remove `border-radius :0` since it is enough by each reset of left and right side
- A `.dropdown-toggle` selector should not be used for reset rounded corner since it does not have border-radius property. Instead use .dropdown-toggle as negation pseudo-class.

7 years agoFix input group border radius issue (#25075) (#25076)
ysds [Tue, 26 Dec 2017 22:23:07 +0000 (07:23 +0900)] 
Fix input group border radius issue (#25075) (#25076)

* Fix input group border radius issue (#25075)

* Remove migration note

- All buttons In input group do not have to be the same element now.

* lint

7 years agodist
Mark Otto [Tue, 26 Dec 2017 21:50:15 +0000 (13:50 -0800)] 
dist

7 years agoDarken table border-color
Mark Otto [Tue, 26 Dec 2017 21:34:55 +0000 (13:34 -0800)] 
Darken table border-color

Fixes #25016 which noticed a .thead-light and border-color of the .table-border are the same color.

7 years agodist
Mark Otto [Tue, 26 Dec 2017 21:33:29 +0000 (13:33 -0800)] 
dist

7 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Tue, 26 Dec 2017 21:31:53 +0000 (13:31 -0800)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

7 years agodist
Mark Otto [Tue, 26 Dec 2017 21:31:42 +0000 (13:31 -0800)] 
dist

7 years agoCloses #25039
Mark Otto [Sat, 23 Dec 2017 23:46:06 +0000 (15:46 -0800)] 
Closes #25039

Adds some additional context on `.form-group` usage

7 years agoUpdate SCSS import order to have print styles last
Mark Otto [Sat, 23 Dec 2017 22:51:42 +0000 (14:51 -0800)] 
Update SCSS import order to have print styles last

7 years agoMove from h4s and misc to h5s so headings from example snippets don't show in our...
Mark Otto [Mon, 25 Dec 2017 04:06:33 +0000 (20:06 -0800)] 
Move from h4s and misc to h5s so headings from example snippets don't show in our table of contents

7 years agoremove input group overrides since they're defaults now
Mark Otto [Sat, 23 Dec 2017 05:18:58 +0000 (21:18 -0800)] 
remove input group overrides since they're defaults now

7 years agospace custom select sizing examples
Mark Otto [Sat, 23 Dec 2017 05:18:45 +0000 (21:18 -0800)] 
space custom select sizing examples

7 years agoMake custom select and file inputs 100% wide
Mark Otto [Sat, 23 Dec 2017 05:16:38 +0000 (21:16 -0800)] 
Make custom select and file inputs 100% wide

Matches browser default inputs and swaps some max-width properties for a regular width

7 years agocloses #24973
Mark Otto [Sun, 24 Dec 2017 00:47:33 +0000 (16:47 -0800)] 
closes #24973

7 years agoprefix those
Mark Otto [Sun, 24 Dec 2017 00:19:49 +0000 (16:19 -0800)] 
prefix those

7 years agochange heading
Mark Otto [Sun, 24 Dec 2017 00:19:33 +0000 (16:19 -0800)] 
change heading

7 years agofurther clarify z-index docs, fix #24999
Mark Otto [Sat, 23 Dec 2017 21:17:23 +0000 (13:17 -0800)] 
further clarify z-index docs, fix #24999

7 years agoFix tooltip/popover arrow size and position 25062/head
simonihmig [Sat, 23 Dec 2017 00:57:08 +0000 (01:57 +0100)] 
Fix tooltip/popover arrow size and position

7 years agoUpdate our browserslist. (#24919)
XhmikosR [Sat, 23 Dec 2017 08:09:10 +0000 (10:09 +0200)] 
Update our browserslist. (#24919)

Update our browserslist.

* Add `last 1 major version` and `>= 1%`.
* Add Firefox.

Firefox v38 is older than the ESR, so basically replace ESR with v38.

7 years agodist
Mark Otto [Sat, 23 Dec 2017 05:02:36 +0000 (21:02 -0800)] 
dist

7 years agoMove .table-responsive to a parent class instead of a modifier
Mark Otto [Sat, 23 Dec 2017 01:58:56 +0000 (17:58 -0800)] 
Move .table-responsive to a parent class instead of a modifier

7 years agoadds hover state to the `button` element for background color utilities (#24813)
Andres Galante [Sat, 23 Dec 2017 03:41:13 +0000 (00:41 -0300)] 
adds hover state to the `button` element for background color utilities (#24813)

* adds a hover state to the button element on the backrgound color utitility

* Adjust z-index to fix hover/focus overlaps

7 years agodist
Mark Otto [Sat, 23 Dec 2017 01:15:46 +0000 (17:15 -0800)] 
dist

7 years agoUpdated Quick Start Link (#25001)
JCA122204 [Sat, 23 Dec 2017 00:52:36 +0000 (19:52 -0500)] 
Updated Quick Start Link (#25001)

* Updated Link For Getting started Page

* Change URL scheme of previous commit

From http to https

7 years agoRestyle code element, remove docs example overflow, improve docs examples (#25054)
Mark Otto [Sat, 23 Dec 2017 00:49:57 +0000 (16:49 -0800)] 
Restyle code element, remove docs example overflow, improve docs examples (#25054)

* Restyle code element, clean up variables

- Removes the padding and background-color
- Changes the color to a brand color ()
- Add new variables to kbd element styles to account for removing the code ones
- Remove overrides that were needed previously

* only break between words, and override it in the pre

* make file inputs 100% wide

* scope custom file changes in input group for sizing

* shorter button labels for responsive

* narrower cards

* button was too wide

* downsize

* fewer links in pagination

* redo cell text

* improve overflow docs

7 years agodist
Mark Otto [Sat, 23 Dec 2017 00:22:52 +0000 (16:22 -0800)] 
dist

7 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Sat, 23 Dec 2017 00:22:13 +0000 (16:22 -0800)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

7 years agodist
Mark Otto [Sat, 23 Dec 2017 00:21:54 +0000 (16:21 -0800)] 
dist

7 years agoForm check markup v2 (#25050)
Mark Otto [Sat, 23 Dec 2017 00:13:01 +0000 (16:13 -0800)] 
Form check markup v2 (#25050)

* match layout behaviors

* ditch the indicator as separate element for psuedo-elements on the label

* move disabled to attribute only on input

* redo default inline check to support new markup

* redo inline forms

* clean up vars

* update validation mixin to new structure

* update checks in docs

* linting for for/id attributes

7 years agoRewrite input group component (#25020)
Mark Otto [Fri, 22 Dec 2017 23:29:49 +0000 (15:29 -0800)] 
Rewrite input group component (#25020)

* Rewrite input group component

* Set the feedback to 100% width for input group

* Move from .row to .form-row for tighter layout

* no need for custom feedback here, we're using browser messaging

* add input group to validation examples

* add note about validating multiple

* migration note added

7 years agoUpdate devDependencies and gems. (#25023)
XhmikosR [Fri, 22 Dec 2017 08:37:59 +0000 (10:37 +0200)] 
Update devDependencies and gems. (#25023)

7 years agodist
Mark Otto [Sun, 17 Dec 2017 01:37:44 +0000 (17:37 -0800)] 
dist

7 years agoLink to BootstrapCDN and fix its name. (#24987)
XhmikosR [Sat, 16 Dec 2017 08:38:51 +0000 (10:38 +0200)] 
Link to BootstrapCDN and fix its name. (#24987)

7 years agotooltip+popover: add boundary config option (#24979)
Troy Morehouse [Tue, 12 Dec 2017 09:36:54 +0000 (05:36 -0400)] 
tooltip+popover: add boundary config option (#24979)

7 years agodropdown: add boundary config option (#24976)
Troy Morehouse [Tue, 12 Dec 2017 09:28:30 +0000 (05:28 -0400)] 
dropdown: add boundary config option (#24976)

7 years agoSpecify host 0.0.0.0 for Jekyll (#24974)
Patrick H. Lauke [Mon, 11 Dec 2017 01:32:37 +0000 (01:32 +0000)] 
Specify host 0.0.0.0 for Jekyll (#24974)

Allows for remote connections on same network (as Jekyll now seems to default to 127.0.0.1 which means it does not react to incoming external requests)

7 years agoUpdate link to Font Awesome
Christian Oliff [Fri, 8 Dec 2017 06:07:55 +0000 (15:07 +0900)] 
Update link to Font Awesome

They have a shiny new site for v5 - https://fontawesome.com/

7 years agoUse only transitionend event (#24962)
Mr_Green [Thu, 7 Dec 2017 11:10:18 +0000 (16:40 +0530)] 
Use only transitionend event (#24962)

7 years agoRemove page reload in pwa.js. (#24923)
XhmikosR [Tue, 5 Dec 2017 11:21:16 +0000 (13:21 +0200)] 
Remove page reload in pwa.js. (#24923)

7 years agoUpdate devDependencies and gems. (#24940)
XhmikosR [Mon, 4 Dec 2017 23:02:29 +0000 (01:02 +0200)] 
Update devDependencies and gems. (#24940)

7 years agoDocument breaking change from #24932
Mark Otto [Sat, 2 Dec 2017 19:53:42 +0000 (11:53 -0800)] 
Document breaking change from #24932

7 years agoRemove .col-form-legend in favor of .col-form-label (#24932)
Troy Morehouse [Sat, 2 Dec 2017 19:51:38 +0000 (15:51 -0400)] 
Remove .col-form-legend in favor of .col-form-label (#24932)

* chore: sync with twbs (#1)

* Make styling of grouped option buttons class-based

Referencing #23728, styling grouped radio and checkbox buttons should not require the data-toggle attribute.

* Fix installing deps in our webpack docs

* Fix nested cards on card group (#24766)

* Update popper.js to v1.12.9. (#24797)

* Don't run postcss for `dist/css/*.min.css` files. (#24676)

* Change the text color to dark on bg color warning examples (#24805)

* Remove unused file and bundle ie-emulation-modes-warning.js with docs.min.js (#24825)

* Remove the unused assets/js/ie10-viewport-bug-workaround.js.

* Combine ie-emulation-modes-warning.js with docs.min.js.

* Typos in grid.md (#24828)

Fixed typos in offsetting section of grid.md

* Fix dropup example code

* Update devDependencies. (#24829)

* Add support for fractional viewport widths (zoom/high-dpi displays) (#24299)

* Change breakpoint  max- calculation to fractional values
* Update docs to reflect fractional max-width breakpoint values
* Add fractional max-width to offcanvas example
* Add documentation and SCSS comment for fractional viewport support

* Add a simple script to generate SRI hashes for our assets. (#24814)

* Allow us to run our unit test on differents jquery version

* Run karma tests in parallel.

* Update typography docs (#24863)

* closes #24450

* Rewrite custom form check backgrounds (#24697)

* Rewrite custom form check backgrounds

Previously, this was all just a background-color and background-image. When we restored the gradients though, we had two background-images competing on the same element, causing rendering glitches. This refactors that code, creating a mixin to simplify things, so we can we easily use two background-images (SVG icon and gradient) when -gradients is set to true.

Fixes #24598

* restore default vars

* Revamp custom check and radio backgrounds

Instead of applying multiple background-image's to the same element, we're adding a new ::before pseudo-element to layer the background-images. Gradients go on the .custom-control-indicator while their icons go on the ::before element. This allows us to shave some bytes from when we compile and we previously needed to redeclare the background-image for the icon if you changed the gradient.

* remove now unused mixin

* mention change in migration docs

* lets the centered modal have any height (#24803)

* Custom select updates (#24699)

* Add support for size attribute on custom selects

* Add large custom select, document it and the small variant

* fix custom select focus state

* fix custom file input focus styles

* remove empty line

* Update package.json. (#24582)

1. Use the same jQuery version in jspm
2. Update the files to only include the source and dist folders

* Use Jekyll's `smartify` filter when possible. (#24866)

* Darken outline hover color to match default button hover (#24150)

* Fix Issue #24144

Alter button-outline-variant mixin to darken hover and active background in same fashion as filled button.

* Fix Issue #24144

Filled button on hover should utilize the same color-yiq mixin so that theme buttons match

* default values, fix mixin

* rename it

* document it

* add migration note

* fixes #24728

* Remove unused CSS. (#24872)

* tab.js: do not remove fade class if there's no initial active pane

* Restore currently unused variables (#24891)

* Replace lint-vars.sh with a Node.js script. (#24860)

Also, include it in the `css` npm script since it's instant.

* Fix docs horizontal scrollbar (#24878)

* Fix docs horizontal scrollbar in Components > Modal

* Add overflow to docs example class

* Drop the handleUpdate() variant

While I understand the variant covers the "get a particular plugin instance" case from http://getbootstrap.com/docs/4.0/getting-started/javascript/#programmatic-api it seems weird that we do it here but not everywhere else in the docs (randomly checking other pages, we seem to stick to the documented methods as written on those pages). As this isn't properly explained as is, and as it adds nothing (more of a preference for authors), it would be easier to just drop the variant and stick with the documented method as outlined later on in the same page (avoids having to go off on a "why should you use this instead of that" tangent here).

* Combine path and remove variable used in one place. (#24873)

* Update devDependencies and gems. (#24876)

* Override padding on radio input label (#24899)

We could tell folks to nix the class, we could tell them to override it, or we could add another modifier of some kind to address this. None of them seem particularly useful, but the padding override feels the most approachable and clearly documentable. Added this here to close #24844.

* Update README.md (#24912)

* Work around Travis failures.

Note that we should revert this when the issue is fixed.

* Revert the Travis workaround. (#24926)

The issue has been fixed.

* add .col-form-legend-lg and .col-form-legend-sm classes

* document .col-form-legend-{size}

* trash .col-form-legend completely

One class fits all

* Update forms.md

* consolidate copy

* property order

7 years agoAdds variable for color yiq threshold (#24886)
Andres Galante [Sat, 2 Dec 2017 03:26:10 +0000 (00:26 -0300)] 
Adds variable for color yiq threshold (#24886)

7 years agoRevert the Travis workaround. (#24926)
XhmikosR [Fri, 1 Dec 2017 08:51:04 +0000 (10:51 +0200)] 
Revert the Travis workaround. (#24926)

The issue has been fixed.

7 years agoWork around Travis failures.
XhmikosR [Thu, 30 Nov 2017 16:15:18 +0000 (18:15 +0200)] 
Work around Travis failures.

Note that we should revert this when the issue is fixed.

7 years agoUpdate README.md (#24912)
Johann-S [Wed, 29 Nov 2017 16:42:09 +0000 (17:42 +0100)] 
Update README.md (#24912)

7 years agoOverride padding on radio input label (#24899)
Mark Otto [Wed, 29 Nov 2017 11:05:01 +0000 (03:05 -0800)] 
Override padding on radio input label (#24899)

We could tell folks to nix the class, we could tell them to override it, or we could add another modifier of some kind to address this. None of them seem particularly useful, but the padding override feels the most approachable and clearly documentable. Added this here to close #24844.

7 years agoUpdate devDependencies and gems. (#24876)
XhmikosR [Tue, 28 Nov 2017 10:26:50 +0000 (12:26 +0200)] 
Update devDependencies and gems. (#24876)

7 years agoCombine path and remove variable used in one place. (#24873)
XhmikosR [Tue, 28 Nov 2017 08:43:09 +0000 (10:43 +0200)] 
Combine path and remove variable used in one place. (#24873)

7 years agoFix docs horizontal scrollbar (#24878)
Patrick H. Lauke [Mon, 27 Nov 2017 19:23:05 +0000 (19:23 +0000)] 
Fix docs horizontal scrollbar (#24878)

* Fix docs horizontal scrollbar in Components > Modal

* Add overflow to docs example class

* Drop the handleUpdate() variant

While I understand the variant covers the "get a particular plugin instance" case from http://getbootstrap.com/docs/4.0/getting-started/javascript/#programmatic-api it seems weird that we do it here but not everywhere else in the docs (randomly checking other pages, we seem to stick to the documented methods as written on those pages). As this isn't properly explained as is, and as it adds nothing (more of a preference for authors), it would be easier to just drop the variant and stick with the documented method as outlined later on in the same page (avoids having to go off on a "why should you use this instead of that" tangent here).

7 years agoReplace lint-vars.sh with a Node.js script. (#24860)
XhmikosR [Mon, 27 Nov 2017 17:41:48 +0000 (19:41 +0200)] 
Replace lint-vars.sh with a Node.js script. (#24860)

Also, include it in the `css` npm script since it's instant.

7 years agoRestore currently unused variables (#24891)
Mark Otto [Mon, 27 Nov 2017 17:31:11 +0000 (09:31 -0800)] 
Restore currently unused variables (#24891)

7 years agotab.js: do not remove fade class if there's no initial active pane
Alessandro Chitolina [Sat, 25 Nov 2017 15:07:41 +0000 (16:07 +0100)] 
tab.js: do not remove fade class if there's no initial active pane

7 years agoRemove unused CSS. (#24872)
XhmikosR [Sat, 25 Nov 2017 20:01:10 +0000 (22:01 +0200)] 
Remove unused CSS. (#24872)

7 years agofixes #24728
Mark Otto [Sat, 25 Nov 2017 03:12:35 +0000 (19:12 -0800)] 
fixes #24728

7 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Sat, 25 Nov 2017 01:02:01 +0000 (17:02 -0800)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

7 years agoadd migration note
Mark Otto [Sat, 25 Nov 2017 01:00:21 +0000 (17:00 -0800)] 
add migration note

7 years agodocument it
Mark Otto [Sat, 25 Nov 2017 00:58:36 +0000 (16:58 -0800)] 
document it

7 years agorename it
Mark Otto [Sat, 25 Nov 2017 00:58:23 +0000 (16:58 -0800)] 
rename it

7 years agoMerge branch 'btn-group-styling' of https://github.com/picapixa/bootstrap into picapi...
Mark Otto [Sat, 25 Nov 2017 00:49:43 +0000 (16:49 -0800)] 
Merge branch 'btn-group-styling' of https://github.com/picapixa/bootstrap into picapixa-btn-group-styling

7 years agoDarken outline hover color to match default button hover (#24150)
afholderman [Sat, 25 Nov 2017 00:42:40 +0000 (18:42 -0600)] 
Darken outline hover color to match default button hover (#24150)

* Fix Issue #24144

Alter button-outline-variant mixin to darken hover and active background in same fashion as filled button.

* Fix Issue #24144

Filled button on hover should utilize the same color-yiq mixin so that theme buttons match

* default values, fix mixin

7 years agoUse Jekyll's `smartify` filter when possible. (#24866)
XhmikosR [Sat, 25 Nov 2017 00:13:39 +0000 (02:13 +0200)] 
Use Jekyll's `smartify` filter when possible. (#24866)

7 years agoUpdate package.json. (#24582)
XhmikosR [Sat, 25 Nov 2017 00:02:25 +0000 (02:02 +0200)] 
Update package.json. (#24582)

1. Use the same jQuery version in jspm
2. Update the files to only include the source and dist folders

7 years agoCustom select updates (#24699)
Mark Otto [Fri, 24 Nov 2017 22:29:59 +0000 (14:29 -0800)] 
Custom select updates (#24699)

* Add support for size attribute on custom selects

* Add large custom select, document it and the small variant

* fix custom select focus state

* fix custom file input focus styles

* remove empty line

7 years agolets the centered modal have any height (#24803)
Andres Galante [Fri, 24 Nov 2017 22:28:58 +0000 (19:28 -0300)] 
lets the centered modal have any height (#24803)

7 years agoRewrite custom form check backgrounds (#24697)
Mark Otto [Fri, 24 Nov 2017 22:26:56 +0000 (14:26 -0800)] 
Rewrite custom form check backgrounds (#24697)

* Rewrite custom form check backgrounds

Previously, this was all just a background-color and background-image. When we restored the gradients though, we had two background-images competing on the same element, causing rendering glitches. This refactors that code, creating a mixin to simplify things, so we can we easily use two background-images (SVG icon and gradient) when -gradients is set to true.

Fixes #24598

* restore default vars

* Revamp custom check and radio backgrounds

Instead of applying multiple background-image's to the same element, we're adding a new ::before pseudo-element to layer the background-images. Gradients go on the .custom-control-indicator while their icons go on the ::before element. This allows us to shave some bytes from when we compile and we previously needed to redeclare the background-image for the icon if you changed the gradient.

* remove now unused mixin

* mention change in migration docs

7 years agocloses #24450
Mark Otto [Fri, 24 Nov 2017 20:40:56 +0000 (12:40 -0800)] 
closes #24450

7 years agoUpdate typography docs (#24863)
ysds [Fri, 24 Nov 2017 12:35:16 +0000 (21:35 +0900)] 
Update typography docs (#24863)

7 years agoRun karma tests in parallel.
XhmikosR [Fri, 17 Nov 2017 16:38:34 +0000 (18:38 +0200)] 
Run karma tests in parallel.

7 years agoAllow us to run our unit test on differents jquery version
Johann-S [Fri, 10 Nov 2017 10:25:47 +0000 (11:25 +0100)] 
Allow us to run our unit test on differents jquery version

7 years agoAdd a simple script to generate SRI hashes for our assets. (#24814)
XhmikosR [Thu, 23 Nov 2017 08:22:54 +0000 (10:22 +0200)] 
Add a simple script to generate SRI hashes for our assets. (#24814)

7 years agoAdd support for fractional viewport widths (zoom/high-dpi displays) (#24299)
Patrick H. Lauke [Mon, 20 Nov 2017 10:13:37 +0000 (05:13 -0500)] 
Add support for fractional viewport widths (zoom/high-dpi displays) (#24299)

* Change breakpoint  max- calculation to fractional values
* Update docs to reflect fractional max-width breakpoint values
* Add fractional max-width to offcanvas example
* Add documentation and SCSS comment for fractional viewport support

7 years agoUpdate devDependencies. (#24829)
XhmikosR [Mon, 20 Nov 2017 08:47:39 +0000 (10:47 +0200)] 
Update devDependencies. (#24829)

7 years agoFix dropup example code
ysds [Mon, 20 Nov 2017 00:28:30 +0000 (09:28 +0900)] 
Fix dropup example code

7 years agoTypos in grid.md (#24828)
Rychu [Sun, 19 Nov 2017 18:33:05 +0000 (19:33 +0100)] 
Typos in grid.md (#24828)

Fixed typos in offsetting section of grid.md

7 years agoRemove unused file and bundle ie-emulation-modes-warning.js with docs.min.js (#24825)
XhmikosR [Sun, 19 Nov 2017 12:30:10 +0000 (14:30 +0200)] 
Remove unused file and bundle ie-emulation-modes-warning.js with docs.min.js (#24825)

* Remove the unused assets/js/ie10-viewport-bug-workaround.js.

* Combine ie-emulation-modes-warning.js with docs.min.js.

7 years agoChange the text color to dark on bg color warning examples (#24805)
Andres Galante [Fri, 17 Nov 2017 04:57:49 +0000 (01:57 -0300)] 
Change the text color to dark on bg color warning examples (#24805)

7 years agoDon't run postcss for `dist/css/*.min.css` files. (#24676)
XhmikosR [Thu, 16 Nov 2017 12:48:08 +0000 (14:48 +0200)] 
Don't run postcss for `dist/css/*.min.css` files. (#24676)

7 years agoUpdate popper.js to v1.12.9. (#24797)
XhmikosR [Thu, 16 Nov 2017 10:53:11 +0000 (12:53 +0200)] 
Update popper.js to v1.12.9. (#24797)

7 years agoFix nested cards on card group (#24766)
Andres Galante [Thu, 16 Nov 2017 10:41:48 +0000 (07:41 -0300)] 
Fix nested cards on card group (#24766)

7 years agoFix installing deps in our webpack docs
Johann-S [Thu, 16 Nov 2017 10:10:48 +0000 (11:10 +0100)] 
Fix installing deps in our webpack docs

7 years agoRemove the now unused .houndignore file. (#24776)
XhmikosR [Wed, 15 Nov 2017 20:42:09 +0000 (22:42 +0200)] 
Remove the now unused .houndignore file. (#24776)

7 years agoUse UMD and fix build to properly load deps (#24783)
Federico Zivolo [Wed, 15 Nov 2017 13:13:33 +0000 (14:13 +0100)] 
Use UMD and fix build to properly load deps (#24783)

7 years agoCorrect spelling mistakes. (#24778)
Edward Betts [Wed, 15 Nov 2017 09:12:38 +0000 (09:12 +0000)] 
Correct spelling mistakes. (#24778)