| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2016-12-27 | remove commented out code | Mark Otto | 1 | -1/+0 | |
| 2016-12-27 | linting | Mark Otto | 1 | -1/+1 | |
| 2016-12-27 | revamp button group with flexbox | Mark Otto | 2 | -42/+34 | |
| 2016-12-27 | update example with brand and new util | Mark Otto | 1 | -1/+2 | |
| 2016-12-27 | forgot to add display flex to the navbar, so utils weren't applying | Mark Otto | 1 | -0/+1 | |
| 2016-12-27 | Fix grammatical/typo errors | Quy | 1 | -3/+3 | |
| 2016-12-27 | grunt | Mark Otto | 12 | -25/+25 | |
| 2016-12-27 | update click state when hiding so can be shown again by trigger. fixes #16732 | Max Beatty | 2 | -0/+25 | |
| 2016-12-27 | use var | Mark Otto | 1 | -1/+1 | |
| 2016-12-27 | fix inline checks | Mark Otto | 1 | -1/+3 | |
| 2016-12-27 | add some vars | Mark Otto | 2 | -12/+18 | |
| 2016-12-27 | sure we only need the two mixins, but this ensures folks don't run into ↵ | Mark Otto | 1 | -2/+1 | |
| missing mixin errors down the line | |||||
| 2016-12-27 | Update bootstrap-grid.scss | Mark Otto | 1 | -1/+2 | |
| 2016-12-27 | Update bootstrap-reboot.scss | Mark Otto | 1 | -1/+1 | |
| 2016-12-27 | move custom down so folks can reassign var values and use other vars | Mark Otto | 1 | -1/+1 | |
| 2016-12-27 | Don't show `.bd-*` classes to the user (#21443) | Starsam80 | 1 | -1/+11 | |
| * Don't show `bd-*` classes to the user * Add comments and another regex | |||||
| 2016-12-27 | Document how to break equal width cols to multiple rows | Mark Otto | 1 | -0/+16 | |
| Fixes #21287 | |||||
| 2016-12-27 | bump jquery and grunt-sass | Mark Otto | 1 | -3/+3 | |
| plus shx? :shrug: | |||||
| 2016-12-27 | grunt | Mark Otto | 16 | -16/+18 | |
| 2016-12-27 | fixes #21445 | Mark Otto | 2 | -14/+3 | |
| remove broken example class from grid docs | |||||
| 2016-12-26 | more flexbox docs | Mark Otto | 1 | -2/+45 | |
| 2016-12-26 | follow up to #21436 to add docs for the .flex-row-reverse , ↵ | Mark Otto | 1 | -48/+100 | |
| .flex-column-reverse, and .flex-wrap-reverse | |||||
| 2016-12-26 | grunt | Mark Otto | 8 | -6/+202 | |
| 2016-12-26 | Add more flex utilities | Starsam80 | 1 | -31/+34 | |
| 2016-12-26 | Rename tags to badges in comments | Quy | 1 | -4/+4 | |
| 2016-12-26 | Remove Meteor install instructions. | Bardi Harborow | 2 | -7/+0 | |
| 2016-12-25 | grunt | Mark Otto | 10 | -32/+66 | |
| 2016-12-25 | Fixes #20586 | Mark Otto | 1 | -1/+1 | |
| Use pixels instead of rem units for focus box-shadow on custom controls so that IE11, Edge, and Win FF screw it up less | |||||
| 2016-12-25 | throw some margin utils to fix spacing | Mark Otto | 1 | -1/+1 | |
| 2016-12-25 | Use calc() on .col-form-label padding calculations | Mark Otto | 1 | -6/+6 | |
| Fixes #21135. There's a height mismatch here because we're setting padding on the labels, while inputs get padding *and* a top+bottom border. This now uses calc to determine the exact height needed to match labels to inputs. | |||||
| 2016-12-25 | Replaces #21270 with proper fix | Mark Otto | 1 | -1/+1 | |
| Rather than overriding this just on inline form examples, this should be for all static form controls to match inputs. | |||||
| 2016-12-25 | space that out a smidge | Mark Otto | 1 | -1/+1 | |
| 2016-12-25 | vertically center .form-group contents in inline forms | Mark Otto | 1 | -0/+1 | |
| fixes broken inline form example mentioned in #21407 | |||||
