aboutsummaryrefslogtreecommitdiff
path: root/docs/components/list-group.md
AgeCommit message (Collapse)AuthorFilesLines
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto1-356/+0
2017-05-27update components docsMark Otto1-8/+3
2017-04-27Documentation cleanup (inc. use of <input ... readonly> for static form ↵Patrick H. Lauke1-6/+6
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-08Docs and CSS updates for #21807 (#22336)Mark Otto1-3/+3
* tweak some copy * fix up scrollspy docs * remove nav styles that were added * fix nav-based docs by requiring .nav-item on .nav-link
2017-04-02Tabs/Scrollspy/.nav/.list-group/.active independent of markup (<nav>, ↵Pierre Vanduynslager1-0/+192
.nav-item, <li> etc...)
2017-03-18fixes #21584Mark Otto1-4/+4
- revert back to display block for list items to prevent unwanted behaviors - fixes a handful of other linked issues (see main thread) - updates docs to include more utilities for the one example
2017-01-04Update custom content example for list group to use utils so the layout ↵Mark Otto1-10/+22
doesn't break
2016-12-28update docs to improve contextual classes sectionMark Otto1-1/+14
2016-12-28Revamp list group states and docs to matchMark Otto1-38/+51
- Overhauls the states, including the link/button variants, for list groups to better match how we handle .btn states. - Moved the .list-group-item-action styles before the .list-group-item so that we don't have to do as much overriding. - Removed the plain-hover-focus mixins from the disabled and active states since they're unnecessary. - Added support for :active states on the .list-group-item-action variant (for the current click state). - Removed the heading and text classes and variables since we can accomplish the same thing with utilities. - Added support for :disabled on the .list-group-item-action as well since we can use those with button elements. - Rearranged docs to reflect all the above changes. - Reformatted some Sass variables.
2016-12-24remove old flex utils, update docs to matchMark Otto1-4/+4
2016-12-21Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389)Mark Otto1-20/+1
* remove the $enable-flex variable option * remove bootstrap-flex.css dist file and it's grunt task * remove the separate flex css file for docs; it's all the same now * remove flexbox docs (porting some to the main grid docs in next commit) * clean up few grid docs bits to simplify copy, start to mention flexbox * port relevant flexbox-grid.md content to grid.md - clean up mixins - update how it works section - bring over sizing and alignment sections * remove the $enable-flex from the options.md page * update lead paragraph to mention flexbox * update migration to mention loss of ie9 support * remove mention of flexbox dist file * clarify IE support * making a note * remove flexbox variant mentions from component docs - updates docs for media object, navs, list group, and cards to consolidate docs - no more need to callout flexbox variants since it's now the default * remove $enable-flex if/else from sass files * remove flex dist files * update scss lint property order to account for flex properties * linting * change to numberless classes for autosizing, wrap in highlighting div * bump gruntfile and postcss to ie10 * redo intro sections * rearrange * phew, redo hella grid docs - rearrange all the things - consolidate some bits * remove reference to flexbox mode * more border action for demo * Make some changes to the .card's in .card-deck's to ensure footers align to the bottom
2016-12-20update docs to use .mt-1 on floated labels; clarify docs for guidanceMark Otto1-5/+5
2016-11-27Rename `.flex-xs-*` and `.flex-items-xs-*` to `.flex-*` and `.flex-items-*` ↵Starsam801-4/+4
(#21218) * Clean up _flex.scss a little This commit just cleans up the formating of _flex.scss by changing it so that it uses a single `@include media-breakpoint-up` instead of multiple. It also aligns all of the CSS properties so it looks a bit nicer. * Remove `-xs` from flex classes
2016-11-09Fix broken and redirected links.Bardi Harborow1-1/+1
2016-10-31Responsive display utilities (#20934)Mark Otto1-3/+3
* Explore responsive display utils, but with a twist: lowest breakpoint has no breakpoint modifier in the class name * make floats use the same format, add float-none mixin
2016-10-30add specific docs example for badged list group itemsMark Otto1-0/+20
floated content has to come first in the DOM, otherwise you can get alignment bugs. in flexbox though, that's not the case. as such, i'm adding this example code to guide folks to the changes needed to move between default and flex modes.
2016-10-27cleaned up the docs to complete the change from tag to badgejudetucker1-5/+5
2016-10-26Rename .tag to .badge to avoid conflicting with WordPressMark Otto1-3/+3
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-26Rename pull-*-{left|right} classes to .float-*-left and .float-*-rightMark Otto1-3/+3
2016-02-17- Conveying color meaning to AT as markdown includePatrick H. Lauke1-0/+3
- Add/replace callout for color and AT with include
2016-02-11Updated label to tag in list-group exampleAmeya Pandilwar1-5/+5
2016-02-06Revamp list group items built with anchors and buttonsMark Otto1-30/+30
- Make it an explicit class instead of qualifying with elements (.list-group-item-action) - Rearrange the entire file for more straightforward flow - Fix text-decoration bug as a result of the reorder - Switch from h4's to h5's in docs - Update docs to merge anchors and buttons sections; clearify usage guidelines there, too - Nullify #17479 in the process
2016-01-13Remove near-duplicate contextual list group exampleChris Rebert1-7/+0
[skip sauce]
2016-01-13List group docs: rm unnecessary <p> from Markdown sourceChris Rebert1-1/+2
[skip sauce]
2015-11-26Add responsive float classes; fixes #13690Chris Rebert1-3/+3
2015-08-17copyMark Otto1-2/+2
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-12basic docs fix for badges in list group, still needs more changesMark Otto1-3/+3
2015-08-05fix broken markupMark Otto1-1/+0
2015-08-05restore page headers, use partial and page frontmatter to organize itMark Otto1-0/+1
2015-06-18Merge branch 'master' into v4Mark Otto1-0/+14
2015-05-29add markdown toc stuffMark Otto1-6/+11
2014-07-13markdownify list groupMark Otto1-118/+59
2014-07-13frontmatter that shit upMark Otto1-0/+5
2014-07-12move list groupMark Otto1-0/+167