]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Mark Otto [Thu, 29 Dec 2016 06:27:50 +0000 (22:27 -0800)]
make note of slim build
Mark Otto [Thu, 29 Dec 2016 06:18:22 +0000 (22:18 -0800)]
switch to jquery slim, update examples to use code.jquery.com cdn
Johann-S [Fri, 30 Dec 2016 10:29:47 +0000 (11:29 +0100)]
Update visual test carousel
Mark Otto [Sat, 31 Dec 2016 05:43:16 +0000 (21:43 -0800)]
add example of width util
Mark Otto [Thu, 29 Dec 2016 23:50:18 +0000 (15:50 -0800)]
hook up animation toggle
Mark Otto [Thu, 29 Dec 2016 22:56:28 +0000 (14:56 -0800)]
Rewrite progress component without <progress> element
- <progress> element didn't allow animation, labels overlaid, multiple bars, etc.
- Revamps CSS to use something more similar to v3's implementation
- Ditches variant mixin for `bg-` utils
- Rebuilds docs to match, including adding a new Height section for customizing that.
Only potential remaining todo is adding `.sr-only` instances to within the bar. Unsure if that's necessary.
Mark Otto [Sat, 31 Dec 2016 05:56:10 +0000 (21:56 -0800)]
fix navbar in dropdown visual test file
Bardi Harborow [Sat, 31 Dec 2016 05:25:26 +0000 (16:25 +1100)]
Change remaining JS files to comply with ESLint config.
Bardi Harborow [Sat, 31 Dec 2016 05:09:26 +0000 (16:09 +1100)]
Extend ESLint to cover all JS files and drop JSCS.
Quy [Sat, 31 Dec 2016 05:31:25 +0000 (21:31 -0800)]
Document $enable-print-styles (#21474)
Johann-S [Thu, 29 Dec 2016 09:40:32 +0000 (10:40 +0100)]
Close #21249 : Add a Unit test for #21227
Quy [Thu, 29 Dec 2016 17:18:59 +0000 (09:18 -0800)]
Drop IE9 callout
Quy [Thu, 29 Dec 2016 17:25:06 +0000 (09:25 -0800)]
Drop IE9 comment
Mark Otto [Thu, 29 Dec 2016 04:50:01 +0000 (20:50 -0800)]
grunt
Mark Otto [Thu, 29 Dec 2016 01:40:03 +0000 (17:40 -0800)]
add position relative to container
allows for better/easier positioning of elements within (e.g., a toggler in a navbar)
Mark Otto [Thu, 29 Dec 2016 03:08:33 +0000 (19:08 -0800)]
use align-items on .form-inline to keep items from growing too much (#21461)
Mark Otto [Thu, 29 Dec 2016 01:46:35 +0000 (17:46 -0800)]
linting
Mark Otto [Thu, 29 Dec 2016 01:35:17 +0000 (17:35 -0800)]
add align-self to linter property order
Mark Otto [Thu, 29 Dec 2016 01:25:00 +0000 (17:25 -0800)]
update all examples
Mark Otto [Thu, 29 Dec 2016 01:16:27 +0000 (17:16 -0800)]
redo order of css, add contents at top
this was mad confusing for awhile
Mark Otto [Thu, 29 Dec 2016 01:04:07 +0000 (17:04 -0800)]
reorder classes because i like it this way :p
Mark Otto [Thu, 29 Dec 2016 01:03:28 +0000 (17:03 -0800)]
dedupe
Mark Otto [Thu, 29 Dec 2016 01:03:25 +0000 (17:03 -0800)]
clarify need for .navbar-toggleable classes
Mark Otto [Thu, 29 Dec 2016 01:03:09 +0000 (17:03 -0800)]
line break for readibility
Mark Otto [Thu, 29 Dec 2016 00:51:40 +0000 (16:51 -0800)]
reflect nav changes here in the responsive views
- 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.
Mark Otto [Thu, 29 Dec 2016 00:50:07 +0000 (16:50 -0800)]
don't let the toggle grow when it's the only flex child
Mark Otto [Thu, 29 Dec 2016 00:49:55 +0000 (16:49 -0800)]
set the direction to column (aka, vertical) for mobile views
Mark Otto [Thu, 29 Dec 2016 00:48:56 +0000 (16:48 -0800)]
remove extra line break
Mark Otto [Thu, 29 Dec 2016 00:48:50 +0000 (16:48 -0800)]
bring over styles from .nav for .navbar-nav
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.
Mark Otto [Thu, 29 Dec 2016 00:39:52 +0000 (16:39 -0800)]
drop the flex-grow: 10 in favor of auto margin utils
Mark Otto [Thu, 29 Dec 2016 00:38:50 +0000 (16:38 -0800)]
drop the .nav base class from .navbar-nav
Mark Otto [Thu, 29 Dec 2016 00:37:13 +0000 (16:37 -0800)]
no float utils, use class name
Mark Otto [Thu, 29 Dec 2016 00:37:04 +0000 (16:37 -0800)]
better describe example
Mark Otto [Thu, 29 Dec 2016 00:36:55 +0000 (16:36 -0800)]
consistent punctuation
it's important, yo
Pierre-Denis Vanduynslager [Thu, 29 Dec 2016 02:20:24 +0000 (21:20 -0500)]
Change last reference from tags over to badges.
Mark Otto [Wed, 28 Dec 2016 23:15:29 +0000 (15:15 -0800)]
grunt
Mark Otto [Wed, 28 Dec 2016 22:51:37 +0000 (14:51 -0800)]
limit linter override to the affected ruleset
Mark Otto [Wed, 28 Dec 2016 22:51:04 +0000 (14:51 -0800)]
remove plain-hover-focus from navbar navs
Mark Otto [Wed, 28 Dec 2016 22:49:21 +0000 (14:49 -0800)]
update navs to use `.show` instead of `.open` for dropdowns
Mark Otto [Wed, 28 Dec 2016 22:48:07 +0000 (14:48 -0800)]
linting
Mark Otto [Wed, 28 Dec 2016 22:45:11 +0000 (14:45 -0800)]
add alignment docs with flex utils
Mark Otto [Wed, 28 Dec 2016 22:44:53 +0000 (14:44 -0800)]
simpler sizing examples
Mark Otto [Wed, 28 Dec 2016 22:44:39 +0000 (14:44 -0800)]
rogue extra line break
Mark Otto [Wed, 28 Dec 2016 22:44:31 +0000 (14:44 -0800)]
redo active and disabled docs snippets
- remove screen reader stuff in favor of explicit labels
- remove 4 and 5 items to keep examples simpler
Mark Otto [Wed, 28 Dec 2016 22:43:49 +0000 (14:43 -0800)]
add a working with icons example
frees us up to not have to encourage so much markup throughout these pagination examples
Mark Otto [Wed, 28 Dec 2016 22:43:06 +0000 (14:43 -0800)]
redo main example to work in screen reader love instead of putting it in a callout
Mark Otto [Wed, 28 Dec 2016 22:42:17 +0000 (14:42 -0800)]
redo intro paragraph
Mark Otto [Wed, 28 Dec 2016 22:41:20 +0000 (14:41 -0800)]
no need to float, but do set display: block;
this, coupled with the move to flex, fixes #20029
Mark Otto [Wed, 28 Dec 2016 22:41:00 +0000 (14:41 -0800)]
remove plain-hover-focus mixins
Mark Otto [Wed, 28 Dec 2016 22:40:37 +0000 (14:40 -0800)]
no need for cursor: default, since, well, it's the default
Mark Otto [Wed, 28 Dec 2016 22:40:21 +0000 (14:40 -0800)]
add a comment here to explain some things
Mark Otto [Wed, 28 Dec 2016 22:39:51 +0000 (14:39 -0800)]
.page-item's don't need this anymore (they're flex items)
Mark Otto [Wed, 28 Dec 2016 22:39:38 +0000 (14:39 -0800)]
remove default margin, allow folks to use utils instead
Mark Otto [Wed, 28 Dec 2016 22:39:26 +0000 (14:39 -0800)]
update pagination list reset styles
Mark Otto [Wed, 28 Dec 2016 22:39:06 +0000 (14:39 -0800)]
move pagination to flexbox
Mark Otto [Wed, 28 Dec 2016 21:52:49 +0000 (13:52 -0800)]
update docs to improve contextual classes section
Mark Otto [Wed, 28 Dec 2016 21:52:31 +0000 (13:52 -0800)]
remove plain-hover-focus from list group mixin
Mark Otto [Wed, 28 Dec 2016 21:45:07 +0000 (13:45 -0800)]
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.
Mark Otto [Wed, 28 Dec 2016 08:20:06 +0000 (00:20 -0800)]
Revamp dropdown item states
- 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.
Mark Otto [Wed, 28 Dec 2016 08:03:06 +0000 (00:03 -0800)]
Remove plain-hover-focus mixins from navs
- 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.
Mark Otto [Tue, 27 Dec 2016 22:50:33 +0000 (14:50 -0800)]
properly pass focus shadow should you enable shadows
don't implement for the outline style because outline buttons get no shadow by default
Mark Otto [Tue, 27 Dec 2016 22:45:57 +0000 (14:45 -0800)]
create a variable for the focus box-shadow, use it in the button base class
also be sure to apply it for the active state when shadows are enabled
Mark Otto [Tue, 27 Dec 2016 17:46:30 +0000 (09:46 -0800)]
remove active styling from focus
Mark Otto [Tue, 27 Dec 2016 06:12:31 +0000 (22:12 -0800)]
remove cursor: pointer
shoutout https://medium.com/simple-human/buttons-shouldnt-have-a-hand-cursor-
b11e99ca374b #.riy12ck0m
Mark Otto [Tue, 27 Dec 2016 06:12:18 +0000 (22:12 -0800)]
redo outlines
- 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
Mark Otto [Mon, 26 Dec 2016 22:52:39 +0000 (14:52 -0800)]
linting
Mark Otto [Mon, 26 Dec 2016 22:42:29 +0000 (14:42 -0800)]
Redo button states
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.
Mark Otto [Mon, 26 Dec 2016 22:02:24 +0000 (14:02 -0800)]
fixes #21415 by moving disabled .btn-link color to the default state
Mark Otto [Wed, 28 Dec 2016 23:09:51 +0000 (15:09 -0800)]
update to migration docs
Quy [Wed, 28 Dec 2016 19:43:39 +0000 (11:43 -0800)]
Rip number
Mark Otto [Tue, 27 Dec 2016 22:37:17 +0000 (14:37 -0800)]
follow up to the fix for #20506 with some docs examples of input groups in button toolbars
Mark Otto [Tue, 27 Dec 2016 22:36:55 +0000 (14:36 -0800)]
inline-flex and width: 100% for stacked/vertical variation
shoutout to @Starsam80 for the fix
Mark Otto [Tue, 27 Dec 2016 22:36:30 +0000 (14:36 -0800)]
auto size input groups, fixes #20506
Mark Otto [Tue, 27 Dec 2016 22:36:20 +0000 (14:36 -0800)]
remove commented out code
Mark Otto [Tue, 27 Dec 2016 01:18:19 +0000 (17:18 -0800)]
linting
Mark Otto [Thu, 22 Dec 2016 07:29:16 +0000 (23:29 -0800)]
revamp button group with flexbox
Mark Otto [Wed, 28 Dec 2016 06:15:02 +0000 (22:15 -0800)]
update example with brand and new util
Mark Otto [Wed, 28 Dec 2016 06:14:30 +0000 (22:14 -0800)]
forgot to add display flex to the navbar, so utils weren't applying
Quy [Wed, 28 Dec 2016 01:09:37 +0000 (17:09 -0800)]
Fix grammatical/typo errors
Mark Otto [Tue, 27 Dec 2016 22:27:41 +0000 (14:27 -0800)]
grunt
Max Beatty [Tue, 27 Dec 2016 00:21:27 +0000 (16:21 -0800)]
update click state when hiding so can be shown again by trigger. fixes #16732
Mark Otto [Tue, 27 Dec 2016 00:13:23 +0000 (16:13 -0800)]
use var
Mark Otto [Tue, 27 Dec 2016 00:11:50 +0000 (16:11 -0800)]
fix inline checks
Mark Otto [Mon, 26 Dec 2016 23:42:19 +0000 (15:42 -0800)]
add some vars
Mark Otto [Tue, 27 Dec 2016 05:11:22 +0000 (21:11 -0800)]
sure we only need the two mixins, but this ensures folks don't run into missing mixin errors down the line
Mark Otto [Tue, 27 Dec 2016 00:34:19 +0000 (16:34 -0800)]
Update bootstrap-grid.scss
Mark Otto [Tue, 27 Dec 2016 00:33:55 +0000 (16:33 -0800)]
Update bootstrap-reboot.scss
Mark Otto [Tue, 27 Dec 2016 00:33:33 +0000 (16:33 -0800)]
move custom down so folks can reassign var values and use other vars
Starsam80 [Tue, 27 Dec 2016 22:15:22 +0000 (15:15 -0700)]
Don't show `.bd-*` classes to the user (#21443)
* Don't show `bd-*` classes to the user
* Add comments and another regex
Mark Otto [Tue, 27 Dec 2016 22:05:24 +0000 (14:05 -0800)]
Document how to break equal width cols to multiple rows
Fixes #21287
Mark Otto [Tue, 27 Dec 2016 18:00:55 +0000 (10:00 -0800)]
bump jquery and grunt-sass
plus shx? :shrug:
Mark Otto [Tue, 27 Dec 2016 22:13:56 +0000 (14:13 -0800)]
grunt
Mark Otto [Tue, 27 Dec 2016 22:11:48 +0000 (14:11 -0800)]
fixes #21445
remove broken example class from grid docs
Mark Otto [Mon, 26 Dec 2016 21:23:07 +0000 (13:23 -0800)]
more flexbox docs
Mark Otto [Mon, 26 Dec 2016 21:17:50 +0000 (13:17 -0800)]
follow up to #21436 to add docs for the .flex-row-reverse , .flex-column-reverse, and .flex-wrap-reverse
Mark Otto [Mon, 26 Dec 2016 21:11:05 +0000 (13:11 -0800)]
grunt
Starsam80 [Mon, 26 Dec 2016 02:34:08 +0000 (19:34 -0700)]
Add more flex utilities
Quy [Mon, 26 Dec 2016 17:56:22 +0000 (09:56 -0800)]
Rename tags to badges in comments
Bardi Harborow [Sat, 24 Dec 2016 11:44:44 +0000 (22:44 +1100)]
Remove Meteor install instructions.
Mark Otto [Sun, 25 Dec 2016 23:52:16 +0000 (15:52 -0800)]
grunt