aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-01-02add example of textarea to docsMark Otto1-0/+7
2018-01-02Merge branch 'patch-8' of https://github.com/gijsbotje/bootstrap into ↵Mark Otto1-1/+2
gijsbotje-patch-8
2018-01-02Expand keyboard advice for tooltips, clarify what `manual` trigger does in tablePatrick H. Lauke1-4/+10
2018-01-02Remove incorrect roles from accordion, tweak/expand accessibility info, use ↵Patrick H. Lauke1-14/+16
buttons for accordion * Remove incorrect roles from accordion, tweak/expand accessibility info * Use `<button>` elements rather than links for the accordion
2018-01-02improves accordion stylesAndres Galante2-1/+30
2018-01-01improve additive/subtractive border util docsMark Otto2-2/+16
2018-01-01Darken border color slightlyMark Otto1-1/+1
2018-01-01Merge branch 'docs-border-utilities' of https://github.com/ysds/bootstrap ↵Mark Otto1-1/+5
into ysds-docs-border-utilities
2018-01-01distMark Otto8-10/+10
2018-01-01Use `<button>` elements rather than links for the accordionpatrickhlauke1-6/+6
2018-01-01Remove incorrect roles from accordion, tweak/expand accessibility infopatrickhlauke1-8/+10
2017-12-31Textarea support for input groupsGijs Boddeus1-1/+2
The append and prepend classes vertically aligned items in the center For textareas this meant the addon would aling vertically instead of stretch and have it's contents vertically aligned these changes fix that so everything is aligned how it should be
2017-12-31Allow nested structure for accordions (#25121)Martijn Cuppens3-38/+53
This commit allows nested structures for accordions. Also a part of the documentation about data-children is removed because this functionality didn't work and it's not applicable anymore. Tests with the collapse accordion are also a bit adjusted to the new situation.
2017-12-31docs: Fix overflow issue in IE. (#25142)Martijn Cuppens1-1/+1
2017-12-31Add description about positive borderysds1-1/+1
2017-12-31Add positive border utilitiesysds1-0/+4
2017-12-30distMark Otto7-27/+59
2017-12-30Apply of #25068 to input groupysds2-20/+20
2017-12-30removes hardcoded value for nav-link paddingAndres Galante2-2/+4
2017-12-30Add modal-dialog-centered class to vertically centered modal example.Kramb1-1/+1
2017-12-30Outline active focus (#25145)Mark Otto1-3/+6
* Base the outline button :active color on the background, fixing a contrast issue * Only apply focus outline to active when it's focused
2017-12-30distMark Otto25-90/+164
2017-12-31Mention -file-text change in Migration docs (#25144)Mark Otto1-0/+2
Fixes #25127.
2017-12-31Add `.order-0` to the flexbox grid ordering helpers. (#25137)Kevin Ruscoe1-1/+1
2017-12-31Remove Entypo from "Preferred Icon Sets". (#25141)Raaj Trambadia1-1/+0
The download link for Entypo (on its website) is invalid. It's a Dropbox link which now results in a 403 error. The website was last updated in 2015 (as seen in the footer).
2017-12-31Move inline JS outside of HTML. (#25140)XhmikosR3-50/+44
2017-12-31Update devDependencies and gems. (#25083)XhmikosR6-380/+675
2017-12-31Add `docs-github-serve` script for local serving the `github` target. (#25139)XhmikosR1-0/+1
2017-12-31Remove trailing spaces.XhmikosR1-1/+1
2017-12-31application.js: make the clipboard button selector more restrictive.XhmikosR1-1/+1
2017-12-31layout/overview.md: fix double copy button.XhmikosR1-2/+2
2017-12-30drop "simply" and tweak a few other bitsMark Otto1-2/+2
2017-12-30Updated docs for translating "Browse" text into other languagesAlberto1-9/+3
"Choose file ..." text is now written inside the label tag, so the translation is outside the css scope. $custom-file-text variable should only contain "Browse" translations.
2017-12-30Include JavaScript map files in NuGet packages (#25080)Andrew Timson2-0/+2
2017-12-30Update Theming docs for removing map items (#25108)Mark Otto1-1/+9
2017-12-30Remove unnecessary `align-middle` class from Navbar docs (#25116)Andres Galante1-1/+1
2017-12-30Wall of Browser Bugs: position:sticky in Edge done (#25099)Herst1-10/+0
Position: sticky is included in Edge 16
2017-12-30Wall of Browser Bugs: Chrome SVG perf bug (#24673) (#24751)Herst1-0/+10
https://crbug.com/781344
2017-12-29Darken $gray-600 by 10% for AA contrast (#25123)Mark Otto1-1/+1
Closes #23319. Both `.text-muted` and `.btn-outline-secondary` (and indeed all secondary items) make use of `$gray-600`. New value provides a contrast ratio of 4.69.
2017-12-28Remove margin-bottom on .bd-example (#25048)Mark Otto1-2/+1
2017-12-28Add examples of disabled tooltip and popover triggersMark Otto2-0/+23
2017-12-28Improve lint vars output messaging (#25049)Mark Otto1-2/+2
2017-12-28Expand border utilities to include top, right, bottom, leftMark Otto1-1/+6
2017-12-28Remove blank lineysds1-1/+0
2017-12-28Add docs about active menu items (#24993)ysds1-0/+13
2017-12-28lintingMark Otto1-1/+1
2017-12-28Move alert theme-color() levels to variablesMark Otto2-1/+5
Closes #24341
2017-12-28add note about single vs groupMark Otto1-1/+1
2017-12-28Update JS-powered buttons docs to include single button exampleMark Otto1-8/+2
Closes #25067
2017-12-28Allow customizing Popover and Tooltip `border-radius` while I'm at itPatrick Yeo3-2/+4