aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-06-05Make generating form row styles dependent on $enable-grid-classes (#28870)Shohei Yoshida1-10/+12
2019-06-04Rename the text helper page (#28869)Shohei Yoshida2-3/+3
2019-06-05Rename .text-monospace to .font-monospace (#28867)Shohei Yoshida3-3/+4
2019-06-04Docs: add accessibility/keyboard callout to popovers, tweak tooltips callout ↵Patrick H. Lauke2-3/+11
(#28851) - Add same advice about keyboard/AT handling to popovers as a callout; also add information about not adding excessive content or interactive controls (and the suggestion to opt for a modal) - Tweak the tooltips callout for consistency
2019-06-04Workaround for the image size bug in IE (#28855)Shohei Yoshida1-0/+3
2019-06-04Add initial FUNDING.yml (#28824)XhmikosR1-0/+3
2019-06-03Update devDependencies. (#28798)XhmikosR4-634/+569
Notably: * bundlesize 0.15.3 → ^0.17.2 * eslint-plugin-unicorn ^8.0.2 → ^9.0.0 * terser ^3.17.0 → ^4.0.0
2019-06-03event-handler.js: use a plain for loop. (#28853)XhmikosR1-4/+6
2019-06-03HTTPS link to codeguide.co (#28860)Christian Oliff1-2/+2
2019-05-30Utility API improvement: use $key/$value instead of nth (#28828)Ashfahan Khan2-4/+3
Co-Authored-By: Martijn Cuppens <[email protected]>
2019-05-30Use `npm-run-all` in the `netlify` script. (#28846)XhmikosR1-1/+1
2019-05-29Remove redundant properties from `.embed-responsive` (#28062)Martijn Cuppens1-4/+0
2019-05-29Modify `.card-header-tabs .nav-link.active` colors (#28833)Shane Parsons1-0/+7
Co-Authored-By: Mark Otto <[email protected]>
2019-05-29Make example description more accurate (#28842)Jay Pinho1-1/+1
2019-05-28Clean input group flex basis (#28785)Shohei Yoshida1-4/+1
2019-05-28Calc modal header/footer border radius according to the border width (#28775)Shohei Yoshida2-2/+3
2019-05-27Correct grammar in modal.scss (#28829)Aditya Shankar1-1/+1
2019-05-26Fix background position (#28814)Sezer Esen1-1/+1
2019-05-24Fix Typo Mistake in SCSS comment (#28821)Ashfahan Khan1-1/+1
2019-05-24vnu.jar: Update ignores. (#28817)XhmikosR1-3/+3
Pass the `--no-langdetect` flag instead of ignoring the warning manually.
2019-05-23Helpers & utilities split (#28445)Martijn Cuppens40-449/+957
2019-05-20`.sr-only` & `.sr-only-focusable` tweaks (#28720)Martijn Cuppens6-31/+31
* Prevent .sr-only-focusable overriding properties when being focused * Typo
2019-05-18Fix z-index according to our z-index rule (#28784)Shohei Yoshida1-2/+2
https://getbootstrap.com/docs/4.3/extend/approach/#z-index-scales
2019-05-16Update Yarn package link to link to the Bootstrap package (#28781)Christian Oliff1-1/+1
I think it makes more sense to link to the Bootstrap package on Yarn here (like the package link for NPM above)
2019-05-16linkinator: add silent flag.XhmikosR1-1/+1
This should reduce its output.
2019-05-16Update devDependencies.XhmikosR2-312/+653
2019-05-16remove util references from our docsJohann-S7-10/+0
2019-05-16remove jquery references from tooltip docsJohann-S1-25/+31
2019-05-16remove jquery references in browsers-devices docsJohann-S1-22/+0
2019-05-16remove jquery references in toast docsJohann-S1-13/+12
2019-05-16toast should allow prevent default for hide and show eventsJohann-S2-2/+81
2019-05-14add notes about arrow selector changesJohann-S1-0/+8
2019-05-14fix popover arrow by selecting the first element childJohann-S1-3/+2
2019-05-14remove jquery references from popover docsJohann-S1-28/+37
2019-05-14remove jquery references from javascript.md docsJohann-S1-33/+24
2019-05-14rewrite modal docs without jqueryJohann-S1-23/+41
2019-05-14remove jquery references in dropdown docsJohann-S1-8/+13
2019-05-14remove some jquery references in collapse docsJohann-S1-2/+7
2019-05-14remove some jquery references in carousel docsJohann-S1-1/+4
2019-05-10Remove non-existing .custom-file-label::after (#28757)Shohei Yoshida1-2/+1
2019-05-10Move close icon to components in docs (#28512)Martijn Cuppens3-3/+2
* Move close icon to components * Remove redundant float from close
2019-05-09Reset input padding for cross browser consistency (#28208)Shohei Yoshida1-2/+1
2019-05-09Docs unordered lists dropdowns (#28591)Katherine Shaw2-272/+272
Replace snippets and examples in dropdown docs to use semantic `ul` and `li` elements.
2019-05-09Remove Base64 for SVGs. (#28749)XhmikosR2-3/+3
It results in bigger files.
2019-05-09Consistency modification (#28750)zhangbao1-1/+1
2019-05-09v5: Drop all print styles and classes (#28339)Mark Otto8-174/+1
2019-05-08v5: Drop .media (#28265)Mark Otto7-153/+7
2019-05-08Remove hover mixin documentationMartijn Cuppens1-6/+0
2019-05-08Drop all hover mixinsMark Otto20-84/+51
Previously deprecated in v4.x, this clears out the now unused Sass option and removes some unused mixins. Arguably we could remove more, but I like the hover-focus mixin and we make extensive use of it across the project.
2019-05-08Documentation tweaks (#28679)Martijn Cuppens5-13/+13
* Documentation tweaks * Remove redundant col-12 classes