| Age | Commit message (Collapse) | Author | Files | Lines |
|
This adds `form-group` to add the same vertical space to the `form-check` as in other grouped controls
used in form sample markup.
Thanks!
|
|
https://github.com/andresgalante/bootstrap into v4-dev
|
|
* Tell where to find the variables to override
* Be consistent with path to _variables.scss
* Get rid of some 'our' in the doc
Replaced by 'Boostrap's' when relevant
|
|
* added the styling
* added the documentation
* update for one rule per line
* fix hound error: trailing whitespace
* trimmed off vendor prefixes
* Add note about track and thumb
* Psuedo-elements must be split across multiple rulesets to have an affect
* Fix firefox inner focus
* Seems that FF is the only one affected by this
* Add support for gradients
* Add labels, clarify min/max changes
* add step example
* add custom range vars
|
|
|
|
For consistency. Closes https://github.com/twbs/bootstrap/issues/25642
|
|
resetting form appearance after validation (#25628)
* Expand/clarify recommendation for using custom validation styles
Seems support for correctly announcing browser default navigation bubbles/notifications has improved recently. Now it seems only Chrome (at least on Win and Android, not tested on macOS) is the odd one out.
However, we should really make sure the custom validation messages are also tied correctly to their relevant form controls - need to dig out the PR that will ensure that.
* Add note about resetting form appearance after submission
xref https://github.com/twbs/bootstrap/issues/25626
|
|
Closes https://github.com/twbs/bootstrap/issues/25611
|
|
2 small typos
|
|
* Dropdown - Allow to disable Popper.js style
* Update dropdown.js
* Update dropdown.html
* copy changes
|
|
* Remove clip-path from .sr-only utility as it causes perf regressions in Chrome
* change snippet to example
|
|
* Add note about insert position of "map-remove"
* Use optional keys instead of required keys
|
|
|
|
|
|
parent element vs the table element itself (#25539)
|
|
|
|
* Prevent focus into closed offcanvas
|
|
|
|
- Fixes typo with "with at" in "horizontal with at the small breakpoint"
|
|
|
|
|
|
|
|
|
|
|
|
* Move helpful code comments
* Add .carousel-fade option to Sass
* Document example of the fade carousel
* more logical warning of the .active class on carousel items
|
|
* Add .dropdown-item-text class
* Add example of plain text within a .dropdown-menu, too
* reorganize, simple/clearer headings
|
|
Currently bootstrap only provides 4 variations of `width` and `height` css utilities, which are:
1. 25%
2. 50%
3. 75%
4. 100%.
Here, I'm adding `auto` to the list. This is useful when we need to reset the width/height value
back to the browser default value at some point.
|
|
|
|
selectors (#25390)
|
|
|
|
|
|
into Varunram-borderless-table
|
|
|
|
Opera 19 was released in January 2014 and auto-updates so I suggest no need to mention about browser support for this old version.
|
|
|
|
|
|
|
|
Removed '**Animated progress bars don't work in Opera 12**—as they don't support CSS3 animations.' note.
Bootstrap 4 doesn't (and doesn't need to) support the ancient Opera 12 released in 2012 with a 0.04% marketshare so no need to mention.
|
|
Convert them to 8-bit and compress them with optipng and zopflipng.
Before: 902 KB (923,969 bytes)
After: 431 KB (441,372 bytes)
|
|
|
|
|
|
* Prevent print utils from overriding all other display utils
Fixes #25221.
I agree with the referenced issue—this is unexpected and also causes a serious bug when mixed with other utility classes. This wasn't an issue in v3 given we had different utilities for hiding that weren't focused on display property.
* Add printing changes to migration docs
* unrelated heading sentence case change
* List out all .d-print- classes
|
|
* Add order-*-last grid class
* copy updates
|
|
Closes #25231
|
|
|
|
https://github.com/supergibbs/bootstrap into supergibbs-form-check-input-validation
|
|
|
|
|
|
* Update copyright range to include 2018
* Extend copyright date range on new files from 2017 to include 2018
|
|
* Make dropright snippet the same as demo
* Add missing .dropdown-toggle-split class
* Make clear the split button label the same as demo
|