- 20 Mar, 2017 10 commits
- 19 Mar, 2017 9 commits
-
-
Gaël Poupard authored
* Update _screen-reader.scss Small improvements that could be important: * `clip` [is deprecated](https://www.w3.org/TR/css-masking-1/#clip-property). Adding `clip-path` as progressive enhancement; the shorter notation came from @ryuran 's [suggestion](https://twitter.com/ryuran78/status/778943389819604992); * [J. Renée Beach warned about single pixel with interfering with screen readers vocalisation](https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe#.vcd5xlpgg) solved with `white-space`. See [the detailed post on Hugo Giraudel's blog](http://hugogiraudel.com/2016/10/13/css-hide-and-seek/). Also kinda related to issue #20732 :) Please let me know if you find any trouble with this technique. Thanks a lot! * Reorder declarations To pass Hound. Didn't think `clip` and `clip-path` would be considered as unrelated… * Trailing spaces * Last trailing space? * Remove margin: -1px
-
Mark Otto authored
- Justified and fill nav variants need .nav-item classes on the anchors in addition to .nav-link - Fix broken styles for the .nav-justified class which wasn't actually doing what we needed it to
-
Mark Otto authored
-
-
Bardi Harborow authored
-
Mark Otto authored
-
Pierre Vanduynslager authored
* Replace element.offet* by getBoundingClientRect() * Use variable to store BoundingClientRect * Fix cc issue...
-
Johann authored
* Fix getSelectorFromElement when # is a selector * Thanks to @vanduynslagerp remove regex to validate selector
-
Pierre Vanduynslager authored
- Create backdrop only if the menu is actually open (do not create it if the show event is prevented) - Drop the backdrop only when the corresponding menu is closed (do not remove if there is no menu to close or if the hide event is prevented)
-
- 18 Mar, 2017 10 commits
-
-
Mark Otto authored
-
-
Mark Otto authored
-
Johann authored
* Allow to use Tab.js with list-group * Allow to use list-group with div parent instead of an ul parent
-
Mark Otto authored
-
-
Mark Otto authored
- revert back to display block for list items to prevent unwanted behaviors - fixes a handful of other linked issues (see main thread) - updates docs to include more utilities for the one example
-
Theriault authored
<label class="custom-file"><input type="file" class="custom-file-input" /><span class="custom-file-control"></span></label> VS <label class="custom-file"><input type="file" class="custom-file-input" /><span class="custom-file-control">test.txt</span></label>
-
jak authored
-
naicko authored
* Fixed some linting issues * Run npm tasks after scss cleanup * Revert "Run npm tasks after scss cleanup" This reverts commit 1103a0da. * Property sort order for grid * Let's respest the property order in the mixins * Respect property sort order in reboot file * ::-ms-expand is a vendor-prefix, add it to the scss-lint disable * Revert hover mixin comment * Fixed missing mixin hover-focus
-
- 15 Mar, 2017 1 commit
-
-
- 13 Mar, 2017 3 commits
-
-
Dominic Watson authored
Despite now having the ability to override outline-variant color, it's not actually being used so each are still #fff Related: https://github.com/twbs/bootstrap/pull/20734
-
- 12 Mar, 2017 2 commits
-
-
Bardi Harborow authored
-
Bardi Harborow authored
-
- 09 Mar, 2017 1 commit
-
-
Johann-S authored
-
- 08 Mar, 2017 2 commits
-
-
Johann-S authored
-
-
- 07 Mar, 2017 1 commit
-
-
Johann-S authored
-
- 05 Mar, 2017 1 commit
-
-
Starsam80 authored
-