aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-08-30Wall of Browser Bugs: Update table-cell border Chrome bug refChris Rebert1-1/+1
https://crbug.com/568691 has been succeeded by https://crbug.com/749848
2017-08-30Collapse - typo correct aria-controls for multi collapseJohann-S1-1/+1
2017-08-30typo correct aria-controlsChirag Modi1-1/+1
2017-08-29Merge branch 'v4-dev' into fix-jumping-modal-on-resizeDavid Bailey1-1/+1
2017-08-29Merge branch 'v4-dev' into fix-unwanted-padding-on-modalDavid Bailey1-1/+1
2017-08-29Merge branch 'v4-dev' into patch-5Johann-S9-10/+101
2017-08-29Fix misspellJqmey1-1/+1
2017-08-29Fix failing testDavid Bailey1-0/+2
_adjustDialog should be called when the modal is first displayed to prevent it jumping position when the viewport is resized
2017-08-29Add failing testDavid Bailey1-0/+14
2017-08-29Fix unit tests in PhantomJSDavid Bailey1-3/+10
Use a virtual scrollbar as this is simpler than having a real one (overflow: scroll doesn't seem to work in Phantom), and disable it for the new test. One test has also been altered to prevent erroneous fails when other inline styles are added to the body (e.g. overflow).
2017-08-28Use getBoundingClientRect instead of jQueryDavid Bailey1-1/+2
2017-08-28Use jQuery outerWidth instead of offsetWidthDavid Bailey1-1/+1
2017-08-28Fix unwanted body padding when a modal opensDavid Bailey1-1/+1
Prevents the test from failing
2017-08-28Add failing testDavid Bailey1-0/+19
When the body does not overflow (achieved by hiding the QUnit container), it should not be given a margin.
2017-08-27Update URL for supported browsersChristian Oliff1-1/+1
2017-08-26Add missing class in the list-group example with links (#23677)Valentin Alexiev1-1/+1
2017-08-26Run all lint targets in `test` script. (#23685)XhmikosR1-2/+2
2017-08-26Fix `npm run docs-github` script. (#23688)XhmikosR2-2/+3
`$npm_config_tmp` is a non-existent variable. Also, use double quotes since single ones don't work. Finally, git ignore the temp file.
2017-08-25Add unit test for xss in data target attributemeeque1-0/+36
2017-08-25Fix XSS in data-targetJohann-S2-1/+5
2017-08-25Merge pull request #3 from twbs/v4-devGijs Boddeus70-555/+1040
update from official repo
2017-08-25Fix sticky margin when a modal is opened (#23669)David Bailey2-2/+52
* Adjust margin for sticky elements on modal Previously white space was visible to the right of sticky elements due to right padding being added to the body. This fixes #23661. * Add unit tests for margin of sticky elements on modal
2017-08-25Remove speculations about jQuery 3Herst1-1/+1
2017-08-25Collapse - preventDefault only on <a> elements not inside the collapsibleJohann-S3-2/+28
element
2017-08-24Fix toggle for Tooltips/Popover which was called even if the Tooltip/Popover ↵Johann-S3-2/+50
was disabled
2017-08-23Use the Jekyll config variable for popper.min.js.XhmikosR3-3/+3
2017-08-23Update Popper.js to 1.12.3Johann-S9-11/+11
2017-08-23Update which required jQuery release folks should useJohann-S5-6/+6
2017-08-23Enable the `no-return-assign` rule.Johann-S3-3/+5
2017-08-23Tweak ESLint rules.XhmikosR21-40/+39
2017-08-22remove d-flex class from img tag in docsChirag Modi1-10/+10
2017-08-22replaced basic line-heights variable with button's line-heights variable for ↵Svyatoslav Polishchuk1-2/+2
button size classes
2017-08-22Add pointer-events declarationsPatrick H. Lauke1-0/+4
make outer `.modal-dialog` pass through events for custom click handling, counteract it for the actual `.modal-content`
2017-08-22Add momentum scrolling on responsive tables for webkit touch devicesPatrick Yeo1-0/+1
2017-08-22 Generate series of `.table-responsive-*` classes to accomodate overflowing ↵Patrick Yeo1-12/+18
tables in a variety of screen sizes
2017-08-21`.thead-dark` and `.thead-light` border color should display the right ↵Patrick Yeo1-9/+13
border color
2017-08-21v4 docs Update Table docs with `.table-dark` and `.thead-light` changesPatrick Yeo1-11/+11
2017-08-21Rename `.table-inverse`, `.thead-inverse`, `.thead-default` to ↵Patrick Yeo1-4/+4
`.table-dark`, `.thead-dark`, `.thead-light` respectively
2017-08-21(#22414) Rename variables `$table-inverse-bg`, `$table-inverse-accent-bg`, ↵Patrick Yeo2-12/+12
`$table-inverse-hover-bg`, `$table-inverse-border-color`, `$table-inverse-color` to `$table-dark-bg`, `$table-dark-accent-bg`, `$table-dark-hover-bg`, `$table-dark-border-color`, `$table-dark-color` for consistency
2017-08-21Exclude input type=range from touch-action:manipulationPatrick H. Lauke1-1/+1
2017-08-21Rename grayscale function to grayMark Otto1-1/+1
2017-08-21Added missing dot (#23601)SKmedix1-1/+1
2017-08-21Remove trailing spaces (#23593)Иван Жеков1-12/+12
2017-08-20remove mention of clearfix source from docs, closes #23578Mark Otto1-1/+1
2017-08-20remove commented out code, fixes #23530Mark Otto1-2/+0
2017-08-20distMark Otto29-149/+148
2017-08-20drop the now unused -color variableMark Otto1-1/+0
2017-08-20Merge branch 'fix/badge-default-colors' of ↵Mark Otto1-1/+0
https://github.com/jonwolski/bootstrap into jonwolski-fix/badge-default-colors
2017-08-20Simplify selector and only override what we setMark Otto1-3/+2
1. Instead of having two selectors, we use the `.list-group-item` class and have coverage for list items and anchors. 2. Rather than override all border values, we only override what we set with `border-top`.
2017-08-20added suggested fix for list-groups with a elementsgijsbotje1-1/+2