| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-12-28 | Merge branch 'twbs/v4-dev' into dropdown-keyboard | Pierre-Denis Vanduynslager | 357 | -26852/+32018 | |
| 2016-12-28 | reflect nav changes here in the responsive views | Mark Otto | 1 | -10/+10 | |
| - since we're column to start, need to set row. - note that flex-direction cannot be inherited, so we have to set it twice. - apply the horizontal padding again to .nav-link. - remove the .nav-item styles (un-needed). - remove previous .nav-link styles as they were un-nested and potentially problematic in old placement should someone mix more navs in here. | |||||
| 2016-12-28 | don't let the toggle grow when it's the only flex child | Mark Otto | 1 | -0/+1 | |
| 2016-12-28 | set the direction to column (aka, vertical) for mobile views | Mark Otto | 1 | -0/+1 | |
| 2016-12-28 | remove extra line break | Mark Otto | 1 | -1/+0 | |
| 2016-12-28 | bring over styles from .nav for .navbar-nav | Mark Otto | 1 | -3/+7 | |
| since we're no longer using the .nav as a base class, we need to bring over some base styles for redoing browser list styles and setting flex in motion. also brings with it some .nav-link styling. we're still using this global class, but with this small modification for alignment of content in responsive modes. | |||||
| 2016-12-28 | drop the flex-grow: 10 in favor of auto margin utils | Mark Otto | 2 | -8/+7 | |
| 2016-12-28 | drop the .nav base class from .navbar-nav | Mark Otto | 1 | -10/+10 | |
| 2016-12-28 | no float utils, use class name | Mark Otto | 1 | -1/+1 | |
| 2016-12-28 | better describe example | Mark Otto | 1 | -1/+1 | |
| 2016-12-28 | consistent punctuation | Mark Otto | 1 | -2/+2 | |
| it's important, yo | |||||
| 2016-12-28 | Merge branch 'v4-dev' into v4-docs-streamlined | Mark Otto | 317 | -20999/+30578 | |
| 2016-12-28 | grunt | Mark Otto | 14 | -860/+466 | |
| 2016-12-28 | limit linter override to the affected ruleset | Mark Otto | 1 | -2/+2 | |
| 2016-12-28 | remove plain-hover-focus from navbar navs | Mark Otto | 1 | -6/+2 | |
| 2016-12-28 | update navs to use `.show` instead of `.open` for dropdowns | Mark Otto | 1 | -2/+2 | |
| 2016-12-28 | linting | Mark Otto | 1 | -2/+2 | |
| 2016-12-28 | add alignment docs with flex utils | Mark Otto | 1 | -4/+27 | |
| 2016-12-28 | simpler sizing examples | Mark Otto | 1 | -13/+14 | |
| 2016-12-28 | rogue extra line break | Mark Otto | 1 | -1/+0 | |
| 2016-12-28 | redo active and disabled docs snippets | Mark Otto | 1 | -22/+17 | |
| - remove screen reader stuff in favor of explicit labels - remove 4 and 5 items to keep examples simpler | |||||
| 2016-12-28 | add a working with icons example | Mark Otto | 1 | -3/+5 | |
| frees us up to not have to encourage so much markup throughout these pagination examples | |||||
| 2016-12-28 | redo main example to work in screen reader love instead of putting it in a ↵ | Mark Otto | 1 | -7/+15 | |
| callout | |||||
| 2016-12-28 | redo intro paragraph | Mark Otto | 1 | -1/+1 | |
| 2016-12-28 | no need to float, but do set display: block; | Mark Otto | 1 | -1/+1 | |
| this, coupled with the move to flex, fixes #20029 | |||||
| 2016-12-28 | remove plain-hover-focus mixins | Mark Otto | 1 | -12/+8 | |
| 2016-12-28 | no need for cursor: default, since, well, it's the default | Mark Otto | 1 | -1/+0 | |
| 2016-12-28 | add a comment here to explain some things | Mark Otto | 1 | -1/+1 | |
| 2016-12-28 | .page-item's don't need this anymore (they're flex items) | Mark Otto | 1 | -2/+0 | |
| 2016-12-28 | remove default margin, allow folks to use utils instead | Mark Otto | 1 | -2/+0 | |
| 2016-12-28 | update pagination list reset styles | Mark Otto | 1 | -1/+3 | |
| 2016-12-28 | move pagination to flexbox | Mark Otto | 1 | -1/+1 | |
| 2016-12-28 | update docs to improve contextual classes section | Mark Otto | 1 | -1/+14 | |
| 2016-12-28 | remove plain-hover-focus from list group mixin | Mark Otto | 1 | -5/+3 | |
| 2016-12-28 | Revamp list group states and docs to match | Mark Otto | 3 | -120/+135 | |
| - 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-28 | Revamp dropdown item states | Mark Otto | 1 | -22/+13 | |
| - Removes the plain-hover-focus mixin from active and disabled states; no need for them. - Adds :active and :disabled since we can use button elements here, too. - Wrap the disabled background-image override in an -gradients condition. | |||||
| 2016-12-28 | Remove plain-hover-focus mixins from navs | Mark Otto | 2 | -23/+10 | |
| - No need to set hover and focus on disabled or active elements. Disabled has no interactivity and active will inherit the focus. - Also removes two now unused vars. | |||||
| 2016-12-28 | properly pass focus shadow should you enable shadows | Mark Otto | 1 | -1/+6 | |
| don't implement for the outline style because outline buttons get no shadow by default | |||||
| 2016-12-28 | create a variable for the focus box-shadow, use it in the button base class | Mark Otto | 2 | -2/+3 | |
| also be sure to apply it for the active state when shadows are enabled | |||||
| 2016-12-28 | remove active styling from focus | Mark Otto | 1 | -3/+0 | |
| 2016-12-28 | remove cursor: pointer | Mark Otto | 1 | -1/+0 | |
| shoutout https://medium.com/simple-human/buttons-shouldnt-have-a-hand-cursor-b11e99ca374b#.riy12ck0m | |||||
| 2016-12-28 | redo outlines | Mark Otto | 2 | -10/+5 | |
| - removes original outline removal (hah) - replaces it with an explicit `outline: 0` on `.btn` - instead of replicating `:hover` for `:focus`, uses custom and themed `box-shadow` for an "outline" - not mapped to the `$enable-shadows` variable because accessibility | |||||
| 2016-12-28 | linting | Mark Otto | 1 | -1/+1 | |
| 2016-12-28 | Redo button states | Mark Otto | 2 | -65/+35 | |
| Trying to simplify our output here by revamping these selectors. We overcomplicated things by setting hover styles for nearly every state (disabled and active included), and we set them in the wrong order. This commit does the following: - Reorders states so disabled comes before active, thereby removing the need to set disabled-active styles. - Removes all focus and hover styles from disabled states as those will naturally inherit from the default button state. - Renamed `.open` to `.show` to fix dropdown toggle highlighting. - Tweaked some indendation in the Sass. | |||||
| 2016-12-28 | fixes #21415 by moving disabled .btn-link color to the default state | Mark Otto | 1 | -1/+2 | |
| 2016-12-28 | update to migration docs | Mark Otto | 1 | -31/+16 | |
| 2016-12-28 | Rip number | Quy | 1 | -1/+1 | |
| 2016-12-27 | follow up to the fix for #20506 with some docs examples of input groups in ↵ | Mark Otto | 1 | -0/+30 | |
| button toolbars | |||||
| 2016-12-27 | inline-flex and width: 100% for stacked/vertical variation | Mark Otto | 1 | -2/+2 | |
| shoutout to @Starsam80 for the fix | |||||
| 2016-12-27 | auto size input groups, fixes #20506 | Mark Otto | 1 | -0/+4 | |
