aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-12-31Add positive border utilitiesysds1-0/+4
2017-12-30distMark Otto7-27/+59
2017-12-30Apply of #25068 to input groupysds2-20/+20
2017-12-30removes hardcoded value for nav-link paddingAndres Galante2-2/+4
2017-12-30Add modal-dialog-centered class to vertically centered modal example.Kramb1-1/+1
2017-12-30Outline active focus (#25145)Mark Otto1-3/+6
* Base the outline button :active color on the background, fixing a contrast issue * Only apply focus outline to active when it's focused
2017-12-30distMark Otto25-90/+164
2017-12-31Mention -file-text change in Migration docs (#25144)Mark Otto1-0/+2
Fixes #25127.
2017-12-31Add `.order-0` to the flexbox grid ordering helpers. (#25137)Kevin Ruscoe1-1/+1
2017-12-31Remove Entypo from "Preferred Icon Sets". (#25141)Raaj Trambadia1-1/+0
The download link for Entypo (on its website) is invalid. It's a Dropbox link which now results in a 403 error. The website was last updated in 2015 (as seen in the footer).
2017-12-31Move inline JS outside of HTML. (#25140)XhmikosR3-50/+44
2017-12-31Update devDependencies and gems. (#25083)XhmikosR6-380/+675
2017-12-31Add `docs-github-serve` script for local serving the `github` target. (#25139)XhmikosR1-0/+1
2017-12-31Remove trailing spaces.XhmikosR1-1/+1
2017-12-31application.js: make the clipboard button selector more restrictive.XhmikosR1-1/+1
2017-12-31layout/overview.md: fix double copy button.XhmikosR1-2/+2
2017-12-30drop "simply" and tweak a few other bitsMark Otto1-2/+2
2017-12-30Updated docs for translating "Browse" text into other languagesAlberto1-9/+3
"Choose file ..." text is now written inside the label tag, so the translation is outside the css scope. $custom-file-text variable should only contain "Browse" translations.
2017-12-30Include JavaScript map files in NuGet packages (#25080)Andrew Timson2-0/+2
2017-12-30Update Theming docs for removing map items (#25108)Mark Otto1-1/+9
2017-12-30Remove unnecessary `align-middle` class from Navbar docs (#25116)Andres Galante1-1/+1
2017-12-30Wall of Browser Bugs: position:sticky in Edge done (#25099)Herst1-10/+0
Position: sticky is included in Edge 16
2017-12-30Wall of Browser Bugs: Chrome SVG perf bug (#24673) (#24751)Herst1-0/+10
https://crbug.com/781344
2017-12-29Darken $gray-600 by 10% for AA contrast (#25123)Mark Otto1-1/+1
Closes #23319. Both `.text-muted` and `.btn-outline-secondary` (and indeed all secondary items) make use of `$gray-600`. New value provides a contrast ratio of 4.69.
2017-12-28Remove margin-bottom on .bd-example (#25048)Mark Otto1-2/+1
2017-12-28Add examples of disabled tooltip and popover triggersMark Otto2-0/+23
2017-12-28Improve lint vars output messaging (#25049)Mark Otto1-2/+2
2017-12-28Expand border utilities to include top, right, bottom, leftMark Otto1-1/+6
2017-12-28Remove blank lineysds1-1/+0
2017-12-28Add docs about active menu items (#24993)ysds1-0/+13
2017-12-28lintingMark Otto1-1/+1
2017-12-28Move alert theme-color() levels to variablesMark Otto2-1/+5
Closes #24341
2017-12-28add note about single vs groupMark Otto1-1/+1
2017-12-28Update JS-powered buttons docs to include single button exampleMark Otto1-8/+2
Closes #25067
2017-12-28Allow customizing Popover and Tooltip `border-radius` while I'm at itPatrick Yeo3-2/+4
2017-12-28Allow customizing Popover and Tooltip `font-size` outside of `$font-size-sm`Patrick Yeo3-2/+4
2017-12-28Update version to 4.0.0-beta.3v4.0.0-beta.3Mark Otto62-136/+136
2017-12-27npm distMark Otto9-7/+41
2017-12-28Set `cursor:pointer` for `<summary>`Andres Galante2-0/+17
2017-12-27apply same active/focus shadow styling to button variantsMark Otto1-5/+7
2017-12-27line breakMark Otto1-0/+1
2017-12-27fix mixin includeMark Otto1-2/+2
2017-12-27Only apply the active and focus shadow on the focus state for :activeMark Otto1-1/+5
2017-12-27distMark Otto5-4/+21
2017-12-27Opinionated: reintroduce `cursor:pointer`patrickhlauke4-0/+23
Explicitly re-adds the "hand" `cursor:pointer` for non-disabled `.btn`, `.close`, `.navbar-toggler` elements, as well as forcing `page-link` pagination controls to always have the "hand" cursor (even if an author uses it on, say, `<button>` elements for a dynamically updating in-page pagination). Controversial, as everybody jumped on the bandwagon following this article https://medium.com/simple-human/buttons-shouldnt-have-a-hand-cursor-b11e99ca374b - which does have its merits of course, but there are also counter-arguments like http://kizu.ru/en/issues/cursor-pointer/ And seeing the amount of issues we've seen following the change, and the potential complexity needed to consistently address the cursor issue (see https://github.com/twbs/bootstrap/issues/24156 where i explore how the cursor needs to be based on "intent", and how that's tough to determine), I'm favouring an opinionated take here of just reintroducing the `cursor:pointer`.
2017-12-27distMark Otto2-2/+2
2017-12-27extra spaceMark Otto1-1/+0
2017-12-27closes #24929Mark Otto1-2/+2
2017-12-27improve docs tablesMark Otto14-22/+26
2017-12-26distMark Otto6-114/+79