]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Mark Otto [Mon, 20 Mar 2017 00:03:52 +0000 (17:03 -0700)]
reorder
Mark Otto [Mon, 20 Mar 2017 00:02:49 +0000 (17:02 -0700)]
consistent breaks
Mark Otto [Sun, 19 Mar 2017 23:54:03 +0000 (16:54 -0700)]
Do what the comment says; add this only to devices under 768px
Mark Otto [Sun, 19 Mar 2017 23:52:39 +0000 (16:52 -0700)]
correct inverse table border color, add new var
Gaël Poupard [Sun, 19 Mar 2017 23:05:45 +0000 (00:05 +0100)]
Update _screen-reader.scss (#22154)
* 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 [Sun, 19 Mar 2017 22:47:34 +0000 (15:47 -0700)]
Fix justified nav styles and update nav docs for fill/justify
- 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 [Sun, 19 Mar 2017 22:24:20 +0000 (15:24 -0700)]
link to caniuse for context
Mark Otto [Sun, 19 Mar 2017 22:21:18 +0000 (15:21 -0700)]
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Bardi Harborow [Sun, 19 Mar 2017 11:48:06 +0000 (22:48 +1100)]
Change duplicate id.
Mark Otto [Sun, 19 Mar 2017 01:47:57 +0000 (18:47 -0700)]
grunt
Pierre Vanduynslager [Sun, 19 Mar 2017 01:24:54 +0000 (21:24 -0400)]
HTMLElement.offset* by getBoundingClientRect() (#21788)
* Replace element.offet* by getBoundingClientRect()
* Use variable to store BoundingClientRect
* Fix cc issue...
Johann [Sun, 19 Mar 2017 00:42:11 +0000 (01:42 +0100)]
Fix getSelectorFromElement when # is a selector (#21615)
* Fix getSelectorFromElement when # is a selector
* Thanks to @vanduynslagerp remove regex to validate selector
Pierre Vanduynslager [Sun, 19 Mar 2017 00:41:13 +0000 (20:41 -0400)]
Fix backdrop for dropdown menu on mobile (#21578)
- 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)
Mark Otto [Sat, 18 Mar 2017 23:51:32 +0000 (16:51 -0700)]
grunt
Mark Otto [Sat, 18 Mar 2017 23:50:02 +0000 (16:50 -0700)]
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Sat, 18 Mar 2017 23:49:55 +0000 (16:49 -0700)]
add header and footer to example
Johann [Sat, 18 Mar 2017 23:36:33 +0000 (00:36 +0100)]
Allow to use Tab.js with list-group (#21756)
* Allow to use Tab.js with list-group
* Allow to use list-group with div parent instead of an ul parent
Mark Otto [Sat, 18 Mar 2017 23:31:26 +0000 (16:31 -0700)]
grunt
Mark Otto [Sat, 18 Mar 2017 23:30:24 +0000 (16:30 -0700)]
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Sat, 18 Mar 2017 23:30:12 +0000 (16:30 -0700)]
fixes #21584
- 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 [Sat, 18 Mar 2017 20:23:10 +0000 (14:23 -0600)]
Add :empty to .custom-file-control selector (#22176)
<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 [Thu, 9 Mar 2017 19:36:32 +0000 (19:36 +0000)]
docs: add text-truncate and extend on text-nowrap
naicko [Sat, 18 Mar 2017 20:06:05 +0000 (21:06 +0100)]
Update scss mixins to comply with scss-linting rules (#22151)
* Fixed some linting issues
* Run npm tasks after scss cleanup
* Revert "Run npm tasks after scss cleanup"
This reverts commit
1103a0da68d1846ad592eb4a105046a939557830 .
* 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
Mark Otto [Wed, 15 Mar 2017 03:00:39 +0000 (20:00 -0700)]
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Mon, 13 Feb 2017 01:03:57 +0000 (17:03 -0800)]
Remove the outline override from dropdown toggles
fixes #17573
Dominic Watson [Mon, 13 Mar 2017 01:25:56 +0000 (02:25 +0100)]
Use btn-$variant-color variables for outlined btns (#22164)
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
Mark Otto [Mon, 13 Mar 2017 00:56:09 +0000 (17:56 -0700)]
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Bardi Harborow [Sun, 12 Mar 2017 05:01:14 +0000 (16:01 +1100)]
Update config files across the board.
Bardi Harborow [Sun, 12 Mar 2017 03:32:50 +0000 (03:32 +0000)]
Update dependencies.
Mark Otto [Wed, 8 Mar 2017 04:44:42 +0000 (20:44 -0800)]
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Starsam80 [Sun, 5 Mar 2017 21:07:38 +0000 (14:07 -0700)]
Clean up spacers a bit more
Mark Otto [Fri, 3 Mar 2017 19:34:10 +0000 (11:34 -0800)]
Move box-shadow and transition mixins out of the main mixins file and into their own files
Mark Otto [Sun, 5 Mar 2017 19:04:48 +0000 (13:04 -0600)]
add more
Mark Otto [Sun, 5 Mar 2017 19:03:35 +0000 (13:03 -0600)]
fill in docs for layout utils page
Mark Otto [Sun, 5 Mar 2017 19:03:05 +0000 (13:03 -0600)]
move visibility docs and add .visible mention
Mark Otto [Fri, 3 Mar 2017 20:59:27 +0000 (12:59 -0800)]
update the migration docs
Mark Otto [Fri, 3 Mar 2017 20:59:21 +0000 (12:59 -0800)]
clear out docs css
Mark Otto [Fri, 3 Mar 2017 20:59:14 +0000 (12:59 -0800)]
update instances of old classes in the docs
Mark Otto [Fri, 3 Mar 2017 20:58:57 +0000 (12:58 -0800)]
Drop the .hidden and .visible classes, save for the print ones
— Moves print display utils to display utils file
— Removes all other .hidden- utils
— Expands on .invisible and it's mixin to provide options for visibility: visible and visibility: hidden
Mark Otto [Fri, 3 Mar 2017 20:57:16 +0000 (12:57 -0800)]
Start rearranging the docs for a utilities update
— Rename display docs page
— Move print display utils to display utils page
— Drop remaining of responsive utils page as it's being replaced with display utils
— Update nav to reflect changes
Mark Otto [Sun, 5 Mar 2017 20:20:44 +0000 (12:20 -0800)]
Update spacer utilities (#22123)
* Drop -x and -y as they're all the same
- Also move -width to elsewhere in the vars because it makes no sense by spacers.
- Update values of -x and -y across main Sass and docs Sass.
* Update docs to reflect changes; link to spacing utils from options page
Patrick H. Lauke [Sat, 4 Mar 2017 19:57:00 +0000 (19:57 +0000)]
Merge pull request #22116 from Devinsuit/v4-dev
Update Google sourcemap resources link
Devinsuit [Sat, 4 Mar 2017 19:07:05 +0000 (22:07 +0300)]
Update link
Mark Otto [Fri, 3 Mar 2017 21:09:08 +0000 (13:09 -0800)]
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Catalin Zalog [Fri, 3 Mar 2017 21:02:17 +0000 (23:02 +0200)]
Change sticky order (#22027)
Based on this pen: http://codepen.io/zalog/pen/jyoyoR
Mark Otto [Fri, 3 Mar 2017 19:32:34 +0000 (11:32 -0800)]
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Fri, 3 Mar 2017 19:31:47 +0000 (11:31 -0800)]
grunt
Rutger Laurman [Fri, 3 Mar 2017 19:19:02 +0000 (20:19 +0100)]
Fix border width calculation for custom-select (#22068)
In addition to #22011 and #21994
Sean Beyer [Fri, 3 Mar 2017 19:15:41 +0000 (11:15 -0800)]
Remove 'hover' from nav-tabs-active-link-hover-color et al (#22087)
* Remove 'hover' from variable names
* Fix indentation in variables
Alex Neises [Fri, 3 Mar 2017 00:32:21 +0000 (18:32 -0600)]
Fixed spelling error. (#22102)
Sam Rapaport [Thu, 2 Mar 2017 01:27:02 +0000 (17:27 -0800)]
Fix spelling error.
Bardi Harborow [Mon, 27 Feb 2017 10:42:26 +0000 (21:42 +1100)]
Fix broken links.
Mark Otto [Mon, 27 Feb 2017 01:14:25 +0000 (17:14 -0800)]
add more grid layout options
Mark Otto [Sun, 26 Feb 2017 23:35:17 +0000 (15:35 -0800)]
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Jason Millis [Sun, 26 Feb 2017 23:32:34 +0000 (23:32 +0000)]
Re-arranged contextual rows/cells (#21980)
Re-arranged contextual rows/cells so that example HTML matches example result.
Bardi Harborow [Sat, 25 Feb 2017 05:32:18 +0000 (16:32 +1100)]
Move Jekyll to npm script.
nextgenthemes [Thu, 16 Feb 2017 06:18:24 +0000 (07:18 +0100)]
normalize is no longer part of BS
normalize is no longer part of BS
Bardi Harborow [Tue, 21 Feb 2017 23:57:16 +0000 (10:57 +1100)]
Refactor QUnit test page.
Bardi Harborow [Tue, 21 Feb 2017 06:25:07 +0000 (17:25 +1100)]
Remove vendor prefixes from appearance: none.
Mark Otto [Mon, 13 Feb 2017 01:15:16 +0000 (17:15 -0800)]
use secondary buttons instead of primary ones for a bit better example of styles
Mark Otto [Mon, 13 Feb 2017 01:06:07 +0000 (17:06 -0800)]
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Pierre Vanduynslager [Sun, 12 Feb 2017 05:16:16 +0000 (00:16 -0500)]
Remove unused input-size mixin (#21971)
Mark Otto [Sun, 12 Feb 2017 01:06:24 +0000 (17:06 -0800)]
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Patrick H. Lauke [Thu, 9 Feb 2017 16:26:35 +0000 (16:26 +0000)]
Merge pull request #21953 from matteason/patch-1
Change 'has no affect' to 'has no effect' in Modal documentation
Matt Eason [Thu, 9 Feb 2017 16:17:32 +0000 (16:17 +0000)]
Change 'has no affect' to 'has no effect'
Waldson Moura [Wed, 8 Feb 2017 03:22:48 +0000 (00:22 -0300)]
Fix fallback jquery filename (#21940)
Mark Otto [Wed, 8 Feb 2017 02:11:13 +0000 (18:11 -0800)]
grunt
Mark Otto [Wed, 8 Feb 2017 02:04:44 +0000 (18:04 -0800)]
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Bardi Harborow [Sun, 5 Feb 2017 12:39:16 +0000 (23:39 +1100)]
Update dependencies.
Mark Otto [Sun, 5 Feb 2017 05:14:41 +0000 (21:14 -0800)]
stub out icons page in docs
Mark Otto [Sun, 5 Feb 2017 03:46:07 +0000 (19:46 -0800)]
Rename icon-fonts.md to icons.md
Mark Otto [Sun, 5 Feb 2017 01:03:42 +0000 (17:03 -0800)]
Fixes #21814. Also accounts for custom file inputs.
Mark Otto [Sun, 5 Feb 2017 00:43:05 +0000 (16:43 -0800)]
Fixes #21892
Mark Otto [Sat, 4 Feb 2017 23:57:21 +0000 (15:57 -0800)]
Add `utilities/flex` to the dedicated grid Sass bundle so folks can take advantage of the utilities for basic flex alignment
Mark Otto [Sat, 4 Feb 2017 23:55:37 +0000 (15:55 -0800)]
Fixes #21908
Mark Otto [Sat, 4 Feb 2017 20:55:36 +0000 (12:55 -0800)]
grunt
Patrick H. Lauke [Thu, 26 Jan 2017 11:14:21 +0000 (11:14 +0000)]
Merge pull request #21850 from patrickhlauke/v4-dev
Add aria-label to docs search field
Patrick H. Lauke [Thu, 26 Jan 2017 11:12:39 +0000 (11:12 +0000)]
Add aria-label to docs search field
Mark Otto [Wed, 25 Jan 2017 05:06:22 +0000 (21:06 -0800)]
Remove random cursor: default from pill nav (#21835)
Fixes #21560. Pretty sure this wasn't intentional, so should be fine to remove.
Mark Otto [Wed, 25 Jan 2017 04:43:33 +0000 (20:43 -0800)]
Allow button toolbars to wrap (#21826)
Fixes #21699
Mark Otto [Tue, 24 Jan 2017 08:22:31 +0000 (00:22 -0800)]
fixes #21567
Mark Otto [Tue, 24 Jan 2017 08:18:41 +0000 (00:18 -0800)]
grunt (fixes #21819)
Sergey Kovalenko [Tue, 24 Jan 2017 08:09:54 +0000 (10:09 +0200)]
Add align self to navbar brand (#21626)
Mark Otto [Tue, 24 Jan 2017 08:01:44 +0000 (00:01 -0800)]
Rename order utilities to intended class names (#21739)
* rename order utilities to intended class names
* Documentation fixes.
Geremia Taglialatela [Tue, 24 Jan 2017 08:00:18 +0000 (09:00 +0100)]
Pixel perfect navbar toggler (#21821)
The actual available size of the navbar toggler icon is 30px, but the
SVG uses a 32 unit grid. This commit uses a 30 unit grid and updates
icon accordingly.
Mark Otto [Tue, 24 Jan 2017 07:59:19 +0000 (23:59 -0800)]
Update _custom.scss imports in other builds (#21825)
- Correctly places the _custom.scss file first in the other two buids.
- Also removes the clearfix mixin from the grid build because flexbox yo.
Mark Otto [Tue, 24 Jan 2017 07:58:22 +0000 (23:58 -0800)]
Allow flex-based navs to wrap like they used to (#21824)
Mark Otto [Tue, 24 Jan 2017 06:15:28 +0000 (22:15 -0800)]
Remove `cursor: pointer;` (#21812)
* Remove most of custom cursor: pointer; implementations
* turns out that's not so much of a thing
Geremia Taglialatela [Mon, 23 Jan 2017 11:20:07 +0000 (12:20 +0100)]
Fix body padding in Dashboard and Jumbotron examples.
The actual navbar height is 3.5rem.
Bardi Harborow [Mon, 23 Jan 2017 09:38:34 +0000 (20:38 +1100)]
Move htmllint to npm script.
Quy [Mon, 23 Jan 2017 04:37:14 +0000 (20:37 -0800)]
Change to markdown (#21815)
Quy [Sun, 22 Jan 2017 19:17:17 +0000 (11:17 -0800)]
Change header to use markdown (#21809)
Header will now display in the Contents section.
Mark Otto [Sun, 22 Jan 2017 02:02:23 +0000 (18:02 -0800)]
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Marcus Molchany [Sun, 22 Jan 2017 02:01:13 +0000 (18:01 -0800)]
Update grid layout docs (#21806)
Update Mix and match section with correct responsive classes
for stacking cols.
Mark Otto [Sun, 22 Jan 2017 01:50:45 +0000 (17:50 -0800)]
grunt
Mark Otto [Sat, 21 Jan 2017 22:14:25 +0000 (14:14 -0800)]
Drop Normalize, port relevant parts to Reboot (#21741)
* Get this party started by removing mention of Normalize.css
* Nuke the old comment, consolidate to a single line and number as appropriate
* Bring over styles for HTML element from Normalize to Reboot
* Move margin override for body element from Normalize to Reboot
* Drop the block reset for HTML5 elements in IE9- from Normalize given we dropped IE9 support
* Building on previous commit, do the same thing for figure, figcaption, and main
* Remove IE9- display from Normalize given our browser support
* Drop IE8 figure margin because we're IE10+
* No need for the h1 overrides because we reset these font and margin styles anyway in _type.scss already
* Drop Safari 6 b and strong normalization because we're Safari 8+
* Remove mark styles for IE9- from Normalize
* Remove old iOS audio fixes from Normalize
* Remove IE9- display for progress from Normalize
* Remove more IE9- rules from Normalize
* One more IE9- display removal for canvas element
* Move pre overrides from Normalize to Reboot
* Move over some link resets to Reboot, drop others
- Move over background-color and text-decoration
- Drop focus outline change given it affects the offset on hover of
focused links
* Move over more code element resets, consolidate with pre overrides, too
* Move over sub and sup wholesale
* Move over img normalization to Reboot
* Move over SVG override too
* - Drop dupe hidden, but add comment for it
- Move over template
- Move over summary
* Remove bulk of @viewport comment
* edit down that code comment
* consolidate html-based normalizations
* update comments
* Consolidate abbr styles
* move over more type elements
* move over hr changes
* move over form controls and more
* move over button resets
* move over firefox button changes
* move over search changes and more
* we nuke all these styles for fieldsets anyway, so outright remove them
* no need for those, we override them
* move over legend, fieldset, progress
* line break
* delete normalize file
* linting
* update comment
* clarify docs mentions of normalize and reboot
* remove normalize excludes from linter
* remove normalize excludes from cli task
* linting
* callout license since we forked part of normalize
* Improve comments, move table background reset to .table class instead of in reboot
* trailing space
Mark Otto [Sat, 21 Jan 2017 21:25:29 +0000 (13:25 -0800)]
grunt
Mark Otto [Sat, 21 Jan 2017 21:25:16 +0000 (13:25 -0800)]
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Pierre Vanduynslager [Sat, 21 Jan 2017 21:06:00 +0000 (16:06 -0500)]
Fix container within navbar on smallest breakpoint (#21722)
* Make container in navbar to occupy full width even on smallest breakpoint
* Fix typo in comment
* Apply fix only on smaller breakpoint
* drop the comment as chrome doesn't have a bug here
Mark Otto [Sat, 21 Jan 2017 20:32:38 +0000 (12:32 -0800)]
Progress line height (#21805)
* remove obvi comments
* proper fix for #21801
- ensures .progress-bar text is vertically centered should the height of the .progress-bar change by matching the line-height and height values
- we can't use flexbox here because the inner text of an element doesn't count as a flex item