aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-07-26Update browsers-devices.mdXhmikosR1-15/+16
2018-07-24Carousel indicators transition (#26902)Martijn Cuppens2-2/+5
2018-07-24Fix custom range height (#26898)ysds1-1/+2
Fixes #26897
2018-07-24Flexbox based sticky footer example (#26674)ysds4-55/+27
* Flexbox based sticky footer * Update guide message * Use utility classes instead of custom CSS
2018-07-24Custom input range disabled styling (#26540)Martijn Cuppens2-0/+23
2018-07-24Merge branch 'garhbod-patch-1' into v4-devMark Otto3-1/+59
2018-07-24Merge branch 'v4-dev' into malkomich-v4-devMark Otto337-3769/+4306
2018-07-24Add .text-decoration-none utility class (#25933)Stefan Wrobel1-0/+2
ref: https://github.com/twbs/bootstrap/pull/23881#issuecomment-337789596
2018-07-24add 'lighter' and 'bolder' font weight classes (#26580)Andrew3-5/+12
* add 'lighter' and 'bolder' font weight classes these are 2 special values for font weight, that will give their content a font-weight value of 100 more or less than their inherited font-weight. probably doesn't fully fulfill this issue, https://github.com/twbs/bootstrap/issues/23969, but it's a start * Update .stylelintrc * add 'lighter' and 'bolder' variables per @mdo 's request.
2018-07-24Ship v4.1.3v4.1.3Mark Otto63-138/+138
2018-07-23distMark Otto31-3075/+3572
2018-07-23fix(tests): visual plugins testsJohann-S10-24/+22
2018-07-20Allow background images for active buttonsMartijn Cuppens1-1/+0
2018-07-20Clarify to close #26329Mark Otto1-1/+1
2018-07-20fix `.modal-dialog-centered` on IE10/11Mohammad Younes1-0/+12
2018-07-20Fix modal overflow style nesting (#26742)Joshua David1-6/+6
Nest `.modal` styling directly under `.modal-open` to avoid issues when bootstrap is nested.
2018-07-20Merge branch 'document-tooltip-flickering' of ↵Mark Otto1-0/+11
https://github.com/simPod/bootstrap into simPod-document-tooltip-flickering
2018-07-20#26912: fix custom file input z-indexMartijn Cuppens1-0/+5
2018-07-20Fix property orderysds1-1/+1
2018-07-20Remove `:not(:root)` from the workaround for SVG overflow bugysds1-6/+3
* `svg:not(:root)` specificity is very high (https://github.com/necolas/normalize.css/issues/718) * Bootstrap do not support SVG documents (See #26878)
2018-07-20Lower the specificity of vertical-align of SVGysds1-2/+7
2018-07-20Add Noto Color Emoji to font stackMark Otto1-1/+1
Fixes #26227
2018-07-20Clarify custom select stylesMark Otto1-1/+1
Fixes #26281
2018-07-20Update validation tooltips to use tooltip vars (#26887)Mark Otto1-6/+6
Updates the properties and values for which we have existing variables to match our tooltips. Come 4.2, we'll create new tooltips for these.
2018-07-20Improve responsive table docsMark Otto1-5/+4
- Splits the examples with code snippets - Adds note about possible broken visuals Closes #25813
2018-07-19feat(plugins): allow to import separate pluginsJohann-S6-25/+109
2018-07-16Move the browserslist config to a separate file.XhmikosR2-13/+13
2018-07-15Merge branch 'v4-dev' of https://github.com/Varunram/bootstrap into ↵Mark Otto1-0/+12
Varunram-v4-dev
2018-07-15More wordsmithingMark Otto1-4/+2
2018-07-15distMark Otto6-60/+58
2018-07-15#25842 Remove max-width from table classLefteris Psitopoulos1-1/+0
2018-07-15Form control heights (#26820)Mark Otto2-17/+23
* Redo input height on .form-control - Use the already present -height variables on .form-control - Consolidate the select size and multiple overrides into the .form-control base class instead of sm/lg modifiers - Remove the Sass extends from input groups since it picks up too many selectors * Prevent height on textareas
2018-07-14Fix custom range thumb style (#26385)ysds2-24/+19
* Fix focus box shadow of custom ranges * Put `:focus` selector right after `.custom-range` * Remove unnecessary `outline: none` * Fix box-shadow issues in IE/Edge * Better align * Fix thumb vertical positions in IE/Edge * Fix incorrect formula of thumb vertical positions in Webkit * Fix an incorrect comment * Fix incorrect box-shadow-width
2018-07-14Fix `custom-forms` heights and position (#25602)Andrew Luca1-3/+3
Now `.custom-control` will have height equal to `$font-size-base` Fix custom checkbox and radio top position (we can't subtract rem from unit) `$line-height-base - $custom-control-indicator-size` is not valid Because `$line-height-base` is a unitless variable and `$custom-control-indicator-size` is a unit (rem) variable
2018-07-14fixes #26579Mark Otto1-1/+1
2018-07-14Update cursor on floating labels example (#26826)Mark Otto1-0/+1
2018-07-14Merge branch 'examples-cleanup' of ↵Mark Otto6-22/+0
https://github.com/MartijnCuppens/bootstrap into MartijnCuppens-examples-cleanup
2018-07-14Merge branch 'box-shadow_issue_26377' of ↵Mark Otto11-42/+30
https://github.com/parammittal16/bootstrap into parammittal16-box-shadow_issue_26377
2018-07-13Update issue templatesMark Otto1-0/+15
2018-07-13Update issue templateMark Otto1-0/+17
2018-07-12Update README.mdv4.1.2Mark Otto1-1/+1
2018-07-12Ship v4.1.2Mark Otto64-139/+139
2018-07-12RewordSimon Podlipsky1-1/+1
2018-07-12Clean up npm scripts a bit more.XhmikosR1-2/+1
`docs-serve` was duplicated. Also, extend the existent `docs-serve` script for `docs-github-serve`.
2018-07-11Update scripts.XhmikosR1-3/+3
2018-07-11update card columns docs to make copy more accurateMark Otto1-2/+2
closes #26586, closes #26587
2018-07-11clarify docs dev and add 4.0 linkMark Otto1-3/+3
2018-07-11change dist to only affect main since docs css isn't distributedMark Otto1-1/+1
2018-07-11Move copy tasks back to css-main and js-compile so docs-github task runs ↵Mark Otto1-4/+4
properly
2018-07-11Update watch scripts to properly copy JS filesMark Otto1-4/+8
- Updates nodemon scripts to watch specific directories instead of ignoring several - Split watch tasks for CSS and JS into main and docs - Add docs-watch script to serve the docs instead of just build - Add new start script so that instead of two tabs, one for docs-watch and one for watch, we just run npm start