]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Revamp list group states and docs to match
authorMark Otto <markdotto@gmail.com>
Wed, 28 Dec 2016 21:45:07 +0000 (13:45 -0800)
committerMark Otto <markd.otto@gmail.com>
Wed, 28 Dec 2016 23:13:43 +0000 (15:13 -0800)
commitf228802fd0ea6914da982bdab7d8f9c9364d1bc3
treebd288a0bb20657d0b91b0c7c38f9297624eaf2fe
parent9ce5fb58178aadb3b1907d7005aadeb1ae63ba53
Revamp list group states and docs to match

- 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.
docs/components/list-group.md
scss/_list-group.scss
scss/_variables.scss