aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-06-25rename .card-inverse to .card-dark, update docs to matchMark Otto5-26/+26
2017-06-25update navbars to rename .navbar-inverse to .navbar-dark, update all navbar ↵Mark Otto20-76/+76
examples and variables
2017-06-25update alert component to use theme sass map and add a ton of options in the ↵Mark Otto3-40/+16
process
2017-06-25update background utilsMark Otto2-10/+2
2017-06-25update badges to use the theme colors sass mapMark Otto3-67/+28
2017-06-25remove bg stylesMark Otto1-17/+0
2017-06-25update rendering of colors in options.mdMark Otto1-7/+1
2017-06-25modify contrast valueMark Otto1-1/+1
2017-06-25update theme colorsMark Otto2-23/+23
2017-06-22Revert #22534 - Add grunt to our devDependencies (#22897)Johann-S2-1007/+889
2017-06-21Writing style Tweaks to accessibility.mdSibiraj1-4/+4
* fix accessibility.md * Update accessibility.md
2017-06-21Fix modal overflow with our navbar documentation and fix typo (#22864)Johann-S3-3/+16
* Fix modal overflow with our navbar documentation and fix typo * Fix z-index backdrop and modal with popover/tooltip example
2017-06-18Merge branch 'v4-dev' into colors-reduxMark Otto36-255/+254
2017-06-18buildMark Otto30-245/+244
2017-06-18Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto18-149/+226
2017-06-18remove mention of postcss-flexbugs-fixes from docsMark Otto2-3/+3
2017-06-18remove postcss-flexbugs-fixes from build processMark Otto2-3/+1
2017-06-18Updated flex-basis property to fix issue #18569 in .scss filesobinnangini1-2/+2
2017-06-18Update _buttons.scssMark Otto1-1/+1
2017-06-18remove - vars, update docs to generate from data yml files, update mixins, ↵Mark Otto11-165/+72
and generate card, button, bg, and color classes from the sass map
2017-06-18Merge branch 'v4-dev' into colors-reduxMark Otto57-464/+567
2017-06-18`@mixin pagination-size()` doesn't apply line-heightPatrick Yeo1-0/+1
2017-06-18Fix mixin media-breakpoint-onlyKen Paulsen1-2/+8
Prevent mixin media-breakpoint-only from breaking when supplying the first or last entry in $grid-breakpoints.
2017-06-18buildMark Otto8-132/+193
2017-06-18redo headerMark Otto1-1/+8
2017-06-17Update _borders.scssMark Otto1-1/+1
2017-06-17move from mixins and add important flagMark Otto1-5/+9
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