- 03 Feb, 2018 1 commit
-
-
Mark Otto authored
Clarify migration docs to remove mention of .table-responsive being for the parent element vs the table element itself (#25539)
-
- 19 Jan, 2018 1 commit
-
-
m5o authored
-
- 18 Jan, 2018 1 commit
-
-
Mark Otto authored
* 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
-
- 16 Jan, 2018 1 commit
-
- 31 Dec, 2017 1 commit
-
- 26 Dec, 2017 1 commit
-
- 24 Dec, 2017 1 commit
-
-
Mark Otto authored
-
- 23 Dec, 2017 1 commit
-
-
Mark Otto authored
* 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
-
- 22 Dec, 2017 1 commit
-
-
Mark Otto authored
* 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
-
- 08 Dec, 2017 1 commit
-
-
Christian Oliff authored
They have a shiny new site for v5 - https://fontawesome.com/
-
- 02 Dec, 2017 1 commit
-
-
Mark Otto authored
-
- 25 Nov, 2017 2 commits
- 24 Nov, 2017 1 commit
-
-
Mark Otto authored
* 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
-
- 23 Oct, 2017 1 commit
-
-
Mark Otto authored
-
- 22 Oct, 2017 1 commit
-
-
Mark Otto authored
-
- 20 Oct, 2017 1 commit
-
-
XhmikosR authored
Rationale: the page is not available locally, only on gh-pages, thus leading to a 404 locally.
-
- 19 Oct, 2017 1 commit
-
-
XhmikosR authored
-
- 18 Oct, 2017 2 commits
-
-
Andres Galante authored
* fixes migration forms guides * removes container from Horizontal form * adds col-form-label sizes on form docs * removes .form-control-label from forms.scss * add note to migration
-
Mark Otto authored
-
- 08 Oct, 2017 1 commit
-
-
XhmikosR authored
-
- 01 Oct, 2017 1 commit
-
-
Aarón García Hervás authored
-
- 27 Sep, 2017 1 commit
-
-
Herst authored
Solution mentioned by Chris Baswell at https://stackoverflow.com/a/45969088
-
- 26 Sep, 2017 2 commits
-
-
XhmikosR authored
-
XhmikosR authored
* use a trailing slash when possible * use https when possible * remove a few redirected links * consistently use `https://popper.js.org/` * fix `iconUrl` in nuget files * change Jekyll Windows guide to the official one
-
- 10 Sep, 2017 2 commits
- 06 Sep, 2017 9 commits
- 04 Sep, 2017 1 commit
-
-
Herst authored
* Mention dropping of .checkbox/.radio * copy edirts
-
- 02 Sep, 2017 1 commit
-
-
vsn4ik authored
-
- 19 Aug, 2017 1 commit
-
-
Jeroen van Warmerdam authored
-
- 15 Aug, 2017 1 commit
-
-
Mark Otto authored
-