aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-01-03Document `order-0` (#25191)ysds1-1/+1
2018-01-03Multiple accordion support (#25161)Martijn Cuppens2-2/+78
2018-01-03Patch fractional viewport widths to work around Safari rounding bug (#25177)Patrick H. Lauke5-14/+26
Includes simplifying the prose in `tables.md` and adding the bug to the list of browser bugs. Closes https://github.com/twbs/bootstrap/issues/25166
2018-01-02Add some documentation on using CSS vars (#25176)Mark Otto1-0/+68
* Add some documentation on using CSS vars Fixes #25147 * link to MDN doc
2018-01-02Validation tooltip example (#25143)Mark Otto2-12/+87
* Add additional form validation examples Fixes #24811. This adds .valid-feedback to our custom styles and server side examples; previously we ommitted this to suggest you don't always need valid feedback. In addition, this adds examples of the .{valid|invalid}-tooltip classes with a new subsection in the Validation docs. * Update validation tooltip styles to remove fixed width; instead should retain itself to the parent element * update ids * finish docs paragraph, mention position: relative
2018-01-02Remove double borders for custom select and custom fileMartijn Cuppens1-1/+3
Fixes #25168
2018-01-02Update pagination focus stylesMark Otto2-1/+8
- Drops the hover-focus mixin for standard :hover - Adds explicit :focus styles to match button, input, etc with a box-shadow - Adjusts z-index values to ensure the layers go initial, hover, active, focus Fixes #24838.
2018-01-02distMark Otto12-21/+24
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