| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-06-17 | limit active styles for nav-pills to immediate children | Mark Otto | 1 | -1/+1 | |
| 2017-06-17 | follow up to 4bab8b890e5337cda3a3221462ab40a84d96c3b4 to avoid the ↵ | Mark Otto | 1 | -2/+4 | |
| max-height if there's no sticky | |||||
| 2017-06-17 | close #22338 by putting h4 text within links, but keep headings as is ↵ | Mark Otto | 1 | -16/+16 | |
| because i can't justify writing h3.h4 :sob: | |||||
| 2017-06-17 | mention labels being outside input-group | Mark Otto | 1 | -1/+1 | |
| 2017-06-17 | fixes #22846 | Mark Otto | 2 | -3/+3 | |
| 2017-06-17 | update comment | Mark Otto | 1 | -1/+1 | |
| 2017-06-17 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 39 | -284/+315 | |
| 2017-06-17 | document it | Mark Otto | 1 | -0/+2 | |
| 2017-06-17 | wrap .sticky-top in supports query | Mark Otto | 1 | -3/+5 | |
| 2017-06-17 | wrap .bd-navbar position styles in supports query, remove prefix, and update ↵ | Mark Otto | 1 | -6/+5 | |
| linter settings for file | |||||
| 2017-06-17 | use flexbox order property to change order of content for screenreaders | Mark Otto | 3 | -6/+11 | |
| 2017-06-17 | scss-lint update | Mark Otto | 1 | -0/+1 | |
| 2017-06-17 | Detect if the dropdown is in a navbar or not when update is called | Johann-S | 1 | -0/+1 | |
| 2017-06-17 | Some .navbar .dropdown-menu optimisation (#22776) | Catalin Zalog | 2 | -27/+0 | |
| 2017-06-17 | Reset Popper.js styles for Dropdowns in navbar | Johann-S | 2 | -20/+70 | |
| 2017-06-17 | build | Mark Otto | 24 | -240/+238 | |
| 2017-06-17 | Docs: accessibility and IE fixes for SVG-based top navigation (#22848) | Patrick H. Lauke | 6 | -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-16 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 4 | -15/+13 | |
| 2017-06-16 | hide for now | Mark Otto | 1 | -1/+1 | |
| 2017-06-16 | (#22414) Rename for consistency `$list-group-link-*-*` to ↵ | Patrick Yeo | 2 | -8/+8 | |
| `$list-group-action-*-*` | |||||
| 2017-06-16 | fix some errors in our js | Johann-S | 1 | -5/+3 | |
| 2017-06-16 | Add back js-lint when we try to build our js | Johann-S | 1 | -2/+2 | |
| 2017-06-15 | redo intro | Mark Otto | 1 | -1/+1 | |
| 2017-06-15 | fix broken button | Mark Otto | 1 | -1/+1 | |
| 2017-06-15 | render the colors | Mark Otto | 1 | -0/+80 | |
| 2017-06-15 | add new color vars and maps | Mark Otto | 1 | -12/+64 | |
| 2017-06-15 | add color contrast and map-get functions | Mark Otto | 1 | -0/+23 | |
| 2017-06-15 | prep docs for displaying the colors | Mark Otto | 5 | -1/+86 | |
| 2017-06-15 | clarify now that custom is gone | Mark Otto | 1 | -6/+1 | |
| 2017-06-15 | full build | Mark Otto | 8 | -14/+18 | |
| 2017-06-15 | Rename popover classes | Mark Otto | 7 | -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-15 | Rename .card-block to .card-body to match nomenclature of modals | Mark Otto | 6 | -67/+67 | |
| 2017-06-15 | Fix duplicate ID in our documentation | Johann-S | 2 | -14/+14 | |
| 2017-06-14 | docs css build | Mark Otto | 2 | -2/+2 | |
| 2017-06-14 | call functions file in docs css | Mark Otto | 2 | -2/+4 | |
| 2017-06-14 | build | Mark Otto | 3 | -3/+3 | |
| 2017-06-14 | Merge branch 'v4-dev' into rip-custom | Mark Otto | 5 | -56/+52 | |
| 2017-06-14 | rearrange, add comments | Mark Otto | 1 | -8/+18 | |
| 2017-06-14 | Move scss functions from top of variables to separate file, then import it ↵ | Mark Otto | 5 | -56/+42 | |
| into other build files | |||||
| 2017-06-14 | Merge branch 'v4-dev' into rip-custom | Mark Otto | 49 | -1058/+1461 | |
| 2017-06-14 | build | Mark Otto | 11 | -111/+205 | |
| 2017-06-14 | Merge branch 'form-tweaks' of https://github.com/twbs/bootstrap into form-tweaks | Mark Otto | 32 | -300/+531 | |
| 2017-06-14 | mention updates in migration doc | Mark Otto | 1 | -0/+2 | |
| 2017-06-14 | Add note to migration guide | Patrick H. Lauke | 1 | -0/+1 | |
| 2017-06-14 | Rename .form-control-static to .form-control-readonly-plain | Patrick H. Lauke | 2 | -8/+8 | |
| 2017-06-14 | Merge branch 'v4-dev' into form-tweaks | Mark Otto | 29 | -291/+521 | |
| 2017-06-14 | Update Popper.js 1.10.1 | Johann-S | 22 | -25/+25 | |
| 2017-06-14 | Collapse supports multi-target thanks to @vanduynslagerp (#22713) | Johann-S | 3 | -13/+146 | |
| 2017-06-14 | Use localhost because Win Edge block loopback access | Johann-S | 1 | -1/+1 | |
| 2017-06-14 | Fix unit tests with no assertion | Johann-S | 1 | -11/+23 | |
