aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-06-17limit active styles for nav-pills to immediate childrenMark Otto1-1/+1
2017-06-17follow up to 4bab8b890e5337cda3a3221462ab40a84d96c3b4 to avoid the ↵Mark Otto1-2/+4
max-height if there's no sticky
2017-06-17close #22338 by putting h4 text within links, but keep headings as is ↵Mark Otto1-16/+16
because i can't justify writing h3.h4 :sob:
2017-06-17mention labels being outside input-groupMark Otto1-1/+1
2017-06-17fixes #22846Mark Otto2-3/+3
2017-06-17update commentMark Otto1-1/+1
2017-06-17Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto39-284/+315
2017-06-17document itMark Otto1-0/+2
2017-06-17wrap .sticky-top in supports queryMark Otto1-3/+5
2017-06-17wrap .bd-navbar position styles in supports query, remove prefix, and update ↵Mark Otto1-6/+5
linter settings for file
2017-06-17use flexbox order property to change order of content for screenreadersMark Otto3-6/+11
2017-06-17scss-lint updateMark Otto1-0/+1
2017-06-17Detect if the dropdown is in a navbar or not when update is calledJohann-S1-0/+1
2017-06-17Some .navbar .dropdown-menu optimisation (#22776)Catalin Zalog2-27/+0
2017-06-17Reset Popper.js styles for Dropdowns in navbarJohann-S2-20/+70
2017-06-17buildMark Otto24-240/+238
2017-06-17Docs: accessibility and IE fixes for SVG-based top navigation (#22848)Patrick H. Lauke6-9/+9
* Add explicit aria-label attributes to <svg> based links As some browser/AT combinations don't seem to fully support grabbing the `<title>` from inside the `<svg>` as the link text/name to announce (e.g. Firefox+NVDA) * Add <title> to Bootstrap logo <svg> * Add <title> to menu <svg> * Add explicit focusable="false" to <svg> icons Due to a bug/"feature" in IE, `<svg>` elements are usually separately focusable, which then results in links with `<svg>` icons being essentially focused twice (once for the link, and once for the `<svg>` inside, which is then also non-interactive)
2017-06-16Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto4-15/+13
2017-06-16hide for nowMark Otto1-1/+1
2017-06-16(#22414) Rename for consistency `$list-group-link-*-*` to ↵Patrick Yeo2-8/+8
`$list-group-action-*-*`
2017-06-16fix some errors in our jsJohann-S1-5/+3
2017-06-16Add back js-lint when we try to build our jsJohann-S1-2/+2
2017-06-15redo introMark Otto1-1/+1
2017-06-15fix broken buttonMark Otto1-1/+1
2017-06-15render the colorsMark Otto1-0/+80
2017-06-15add new color vars and mapsMark Otto1-12/+64
2017-06-15add color contrast and map-get functionsMark Otto1-0/+23
2017-06-15prep docs for displaying the colorsMark Otto5-1/+86
2017-06-15clarify now that custom is goneMark Otto1-6/+1
2017-06-15full buildMark Otto8-14/+18
2017-06-15Rename popover classesMark Otto7-52/+52
Part of an update to align the naming schemes across our components. - Renames .popover-title to .popover-header - Renames .popover-content to .popover-body Refs: #22092
2017-06-15Rename .card-block to .card-body to match nomenclature of modalsMark Otto6-67/+67
2017-06-15Fix duplicate ID in our documentationJohann-S2-14/+14
2017-06-14docs css buildMark Otto2-2/+2
2017-06-14call functions file in docs cssMark Otto2-2/+4
2017-06-14buildMark Otto3-3/+3
2017-06-14Merge branch 'v4-dev' into rip-customMark Otto5-56/+52
2017-06-14rearrange, add commentsMark Otto1-8/+18
2017-06-14Move scss functions from top of variables to separate file, then import it ↵Mark Otto5-56/+42
into other build files
2017-06-14Merge branch 'v4-dev' into rip-customMark Otto49-1058/+1461
2017-06-14buildMark Otto11-111/+205
2017-06-14Merge branch 'form-tweaks' of https://github.com/twbs/bootstrap into form-tweaksMark Otto32-300/+531
2017-06-14mention updates in migration docMark Otto1-0/+2
2017-06-14Add note to migration guidePatrick H. Lauke1-0/+1
2017-06-14Rename .form-control-static to .form-control-readonly-plainPatrick H. Lauke2-8/+8
2017-06-14Merge branch 'v4-dev' into form-tweaksMark Otto29-291/+521
2017-06-14Update Popper.js 1.10.1Johann-S22-25/+25
2017-06-14Collapse supports multi-target thanks to @vanduynslagerp (#22713)Johann-S3-13/+146
2017-06-14Use localhost because Win Edge block loopback accessJohann-S1-1/+1
2017-06-14Fix unit tests with no assertionJohann-S1-11/+23