aboutsummaryrefslogtreecommitdiff
path: root/docs/components/collapse.md
AgeCommit message (Collapse)AuthorFilesLines
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto1-235/+0
2017-05-27update components docsMark Otto1-7/+1
2017-04-27Documentation cleanup (inc. use of <input ... readonly> for static form ↵Patrick H. Lauke1-40/+38
controls example) * Fix incorrect code indentation * Remove unnecessary vendor prefix for `box-sizing` - all modern browsers now support this unprefixed * Remove incorrect `<label>` and change static controls to readonly inputs * Allow `<img>` elements without `src` to allow for `holder.js` images used in the docs, which lack `src` and use `data-src` instead
2017-04-10Fix collapse.js aria-expanded behaviorPatrick H. Lauke1-1/+1
* Remove aria-expanded from collapse.js target element aria-expanded="true"/aria-expanded="false" only applies to the trigger, not the element that is being expanded/collapsed. * Tweak collapse.js accessibility section ...to make it clearer that the aria-expanded attribute always just goes on the control. * Fix collapse.js unit tests - reword some of the text to make it clear we're checking behavior of trigger/control - move incorrect aria-expanded out of the <div>s and to the actual trigger/control <a>s - fix incorrect test assertion text output false -> true
2017-03-28Fix JS components console error "Error: <Component> is transitioning"Pierre Vanduynslager1-3/+6
2017-03-23Accordion behavior with JQuery interface (#21726)Pierre Vanduynslager1-8/+8
Fix accordion behavior with JQuery interface
2017-03-19document itMark Otto1-0/+27
2017-02-27Fix broken links.Bardi Harborow1-1/+1
2017-01-16Specify card component is necessary for accordion behavior (#21746)Erin Brown1-1/+1
- It is unclear that the use of the card component is necessary when extending the collapse behavior to behave like an accordion.
2017-01-11Remove incorrect aria-multiselectablePatrick H. Lauke1-1/+1
Closes https://github.com/twbs/bootstrap/issues/21635
2017-01-01Change .in to .show (#21500)Quy1-1/+1
2016-12-31Move .table-responsive from wrapper to .tableQuy1-56/+52
2016-12-19Merge branch 'fix-20982' of https://github.com/Starsam80/bootstrap into ↵Mark Otto1-4/+4
Starsam80-fix-20982
2016-12-19Rename _animation.scss to _transitions.scss (#21370)Mark Otto1-1/+1
* Rename _animation.scss to _transitions.scss for accuracy * fix docs reference to file name * cleanup line breaks
2016-12-07Rename `.active` to `.show`Starsam801-4/+4
2016-10-25Use a single class name for opened/expanded/shown state of widgetsJohann-S1-4/+4
2016-10-11Collapse using card componentJohann-S1-0/+1
2016-10-09Don't use collapse classes on elements with paddingMark Otto1-6/+12
Fixes #20600.
2016-10-09Merge branch 'v4-dev' into v4-utilsMark Otto1-0/+1
2016-10-02v4: Social meta tags (#20825)Mark Otto1-0/+1
* descriptions for getting started pages * descriptions for layout * add content page descriptions * more descriptions, updates to some existing ones * correct site url * add social stuff to config for twitter cards * add twitter meta tags; use large image for homepage and regular card for all others * add the assets * more site config * more social shiz to partial, remove existing meta for the partial, remove page title from homepage for simpler if statements
2016-09-08Update docs to use new spacing util class namesMark Otto1-3/+3
2016-09-07fix spacing a bitMark Otto1-6/+6
2016-09-07Merge branch 'patch-21' of https://github.com/kkirsche/bootstrap into ↵Mark Otto1-12/+12
kkirsche-patch-21
2016-06-12Fixes #17193: Remove mention and link to non-existant transitions plugin; ↵Mark Otto1-1/+1
that intro paragraph was two dupe sentences
2016-04-15Port #19741 to v4Chris Rebert1-1/+1
[ci skip]
2015-10-27Capitalize header cells in option and method tables of JS docsChris Rebert1-3/+3
[skip sauce]
2015-09-28Use backticks/<code> for JS snippets in docs headings; closes #17192Chris Rebert1-4/+4
[skip sauce]
2015-08-27Less to Sass typos.XhmikosR1-1/+1
[ci skip]
2015-08-20v4 - Accordion example should use cardsKevin Kirsche1-12/+12
Partial Fix: #17157 Additional code needed to get cards to butt up against each other as expected.
2015-08-14Massive cleanupMark Otto1-1/+1
- Simpler main nav on all pages - Back to purple masthead on homepage instead of dark graphite - Active link styles on the main nav - Cleaned up sidebar nav - New docs layout name - Homepage copy edits - Updated bright purple docs color
2015-08-11fix well to cardMark Otto1-1/+1
2015-08-11tweak collapse docsMark Otto1-31/+19
2015-08-05restore page headers, use partial and page frontmatter to organize itMark Otto1-0/+1
2015-05-29add markdown toc stuffMark Otto1-0/+5
2015-04-16Redo all our callouts with the custom callout pluginMark Otto1-9/+10
- Replaces manual use of .bd-callout with {% callout [type] %} - Rearranged some callouts for proximity to others - Turned long lists of callouts--like those on tooltips, plugings, etc--into a list because holy shit that's overwhelming
2015-04-16rename classes from .bs-docs and .bs to .bdMark Otto1-2/+2
2015-03-30move more js stuff to components sectionMark Otto1-0/+214