]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
7 years agodist
Mark Otto [Thu, 18 Jan 2018 01:37:06 +0000 (17:37 -0800)] 
dist

7 years agoImprove examples' screenshots compression.
XhmikosR [Wed, 17 Jan 2018 06:23:04 +0000 (08:23 +0200)] 
Improve examples' screenshots compression.

Convert them to 8-bit and compress them with optipng and zopflipng.

Before: 902 KB (923,969 bytes)
After:  431 KB (441,372 bytes)

7 years agoConsistently sized 960x600 wide images.
Mark Otto [Wed, 17 Jan 2018 06:03:29 +0000 (08:03 +0200)] 
Consistently sized 960x600 wide images.

7 years agoOnly 2-col on sm+
Mark Otto [Mon, 15 Jan 2018 21:37:38 +0000 (13:37 -0800)] 
Only 2-col on sm+

7 years agoPrevent print utils from overriding all other display utils (#25269)
Mark Otto [Thu, 18 Jan 2018 01:29:28 +0000 (17:29 -0800)] 
Prevent print utils from overriding all other display utils (#25269)

* 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

7 years agoOutline button hover color (#25339)
Mark Otto [Wed, 17 Jan 2018 23:45:25 +0000 (15:45 -0800)] 
Outline button hover color (#25339)

7 years agoUse .list-group-item-action for list group item variant (#25338)
ysds [Wed, 17 Jan 2018 23:36:57 +0000 (08:36 +0900)] 
Use .list-group-item-action for list group item variant (#25338)

7 years agoFix input height border (#25331)
Andrew Luca [Wed, 17 Jan 2018 23:30:42 +0000 (01:30 +0200)] 
Fix input height border (#25331)

When changing `$input-border-width`, `$input-height-border` does not change and `select.form-control` `custom-select` `custom-file` will still have `$input-height` which is resolved from `$input-btn-border-width`

This will work in cases when want controls with border, and buttons without.

Temporary fix will be to override 2 variables

```
$input-border-width: 2px !default;

// which is
// $input-height-border: $input-btn-border-width * 2 !default;
$input-height-border: $input-border-width * 2 !default;
```

7 years agodist
Mark Otto [Wed, 17 Jan 2018 04:21:13 +0000 (20:21 -0800)] 
dist

7 years agoAdd order-last grid class (#24915)
Casper Bornebusch [Tue, 16 Jan 2018 17:10:40 +0000 (18:10 +0100)] 
Add order-last grid class (#24915)

* Add order-*-last grid class

* copy updates

7 years agoUsing the expected variable to set the custom select height. (#25169)
Gustavo Straube [Tue, 16 Jan 2018 06:07:05 +0000 (04:07 -0200)] 
Using the expected variable to set the custom select height. (#25169)

7 years agoExtend spacers and sizes (#25101)
Andrew Luca [Tue, 16 Jan 2018 06:01:32 +0000 (08:01 +0200)] 
Extend spacers and sizes (#25101)

7 years agoMention .input-group-text in migration docs (#25325)
Mark Otto [Tue, 16 Jan 2018 05:44:04 +0000 (21:44 -0800)] 
Mention .input-group-text in migration docs (#25325)

Closes #25231

7 years agoAdjust language
Mark Otto [Tue, 16 Jan 2018 05:42:33 +0000 (21:42 -0800)] 
Adjust language

7 years agoMerge branch 'form-check-input-validation' of https://github.com/supergibbs/bootstrap...
Mark Otto [Tue, 16 Jan 2018 05:39:27 +0000 (21:39 -0800)] 
Merge branch 'form-check-input-validation' of https://github.com/supergibbs/bootstrap into supergibbs-form-check-input-validation

7 years agocloses #25280
Mark Otto [Tue, 16 Jan 2018 03:41:07 +0000 (19:41 -0800)] 
closes #25280

7 years agoUse the SRI hashes for the live site's assets. (#25282)
XhmikosR [Mon, 15 Jan 2018 22:56:30 +0000 (00:56 +0200)] 
Use the SRI hashes for the live site's assets. (#25282)

7 years agoConsistently use `:disabled` rather than `[disabled]` selector (#25317)
Patrick H. Lauke [Mon, 15 Jan 2018 20:51:01 +0000 (20:51 +0000)] 
Consistently use `:disabled` rather than `[disabled]` selector (#25317)

Closes https://github.com/twbs/bootstrap/issues/25316

7 years agoAdd example of a Spanish translation for custom file input (#25302)
Mark Otto [Mon, 15 Jan 2018 07:19:12 +0000 (23:19 -0800)] 
Add example of a Spanish translation for custom file input (#25302)

7 years agoAdd display utilities to bootstrap-grid.scss (#25308)
Mark Otto [Mon, 15 Jan 2018 06:57:10 +0000 (22:57 -0800)] 
Add display utilities to bootstrap-grid.scss (#25308)

7 years agoUpdate copyright for 2k18 (#25303)
Mark Otto [Mon, 15 Jan 2018 04:08:58 +0000 (20:08 -0800)] 
Update copyright for 2k18 (#25303)

* Update copyright range to include 2018

* Extend copyright date range on new files from 2017 to include 2018

7 years agoFixes dropdown snippets (#25301)
ysds [Mon, 15 Jan 2018 04:08:33 +0000 (13:08 +0900)] 
Fixes dropdown snippets (#25301)

* Make dropright snippet the same as demo

* Add missing .dropdown-toggle-split class

* Make clear the split button label the same as demo

7 years agoTheming docs update (#25300)
Mark Otto [Mon, 15 Jan 2018 04:07:57 +0000 (20:07 -0800)] 
Theming docs update (#25300)

* heading for better linking

* tell folks where to start

* more headings

* required keys section added, closes #25293

7 years agoone more img compression
Mark Otto [Mon, 15 Jan 2018 00:58:18 +0000 (16:58 -0800)] 
one more img compression

7 years agoExamples updates (#24898)
Mark Otto [Mon, 15 Jan 2018 00:06:52 +0000 (16:06 -0800)] 
Examples updates (#24898)

* fix cover nav

* Improve signin visuals and alignment with that flexbox love

* rewrite cover example in flexbox

* lighten signin bg

* first pass at pricing example

* redo examples index with data file

* tighten up spacing a bit

* update navbar descriptions

* link pricing

* move that back

* property order

* Fix test errors.

* Compress pricing.png.

* add form validation example

* remove that

* rename that

* restyle and space out

* fix errors

* change order

* cleanup album css and styles

* tweak examples index

* make it a badge

* options

* improve sticky footer alignment

* redesign example index

* brand new blog layout

* start new screenshots

* new product example page a la apple

* add email field

* fix linter, remove unused blog css

* hook up feather icons to start

* redo dashboard

* fix linting

* add floating labels example

* formatting

* formatting

* lint

* fix values on select

* optional input, plus input group

* new dashboard image

* start to reboot the offcanvas example

* updated images

* new offcanvas mostly implemented

* linting

* edit description

* more description changes

* - Add vertical margin to album hero buttons for when they're stacked
- Adjust font-size and padding for pricing header and hero
- Fix checkout's stacked column margins, plus update their check/radio
markup
- Update product's utilities to be responsive
- Made blog cards somewhat responsive (needs a bit more work tbh)

* drop leading zero

* more linting

* swap empty images for holder, fix border

* dist the docs

* navbars have no margin-bottom to begin

* add css var, tweak padding for mobile

* comment headers

* nix commented out code

* nix the navbar structure for a custom one, stack it on mobile

* tweak heading button group for mobile

* Removed narrow jumbotron and justified nav examples as these are easily accomplished with new components in v4

* improve card sizing on pricing

* update and compress

7 years agodist
Mark Otto [Sun, 14 Jan 2018 23:58:16 +0000 (15:58 -0800)] 
dist

7 years agoadd List Group Flush to List Group docs (#25289)
Jason Korth [Sun, 14 Jan 2018 23:46:58 +0000 (17:46 -0600)] 
add List Group Flush to List Group docs (#25289)

fixes #25288

7 years agoMixin `button-outline-variant` should retain active box shadow when focused
Patrick Yeo [Tue, 2 Jan 2018 21:19:55 +0000 (13:19 -0800)] 
Mixin `button-outline-variant` should retain active box shadow when focused

7 years agodist
Mark Otto [Sun, 14 Jan 2018 03:18:41 +0000 (19:18 -0800)] 
dist

7 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Sun, 14 Jan 2018 02:58:48 +0000 (18:58 -0800)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

7 years agoAdd new Approach docs page (#25165)
Mark Otto [Sun, 14 Jan 2018 00:34:31 +0000 (16:34 -0800)] 
Add new Approach docs page (#25165)

7 years ago$component-active-bg and $component-active-color are partially useful (#24710)
Patrick Yeo [Sat, 13 Jan 2018 07:56:31 +0000 (23:56 -0800)] 
$component-active-bg and $component-active-color are partially useful (#24710)

* Use `$component-active-bg`, `$component-active-color` in custom-control-indicators and pagination for checked, indeterminate, and active states

* Button and Forms focus colors should be based on `$component-active-bg`

7 years agoFixed color for disabled buttons (#25167)
Wolfgang Goedel [Sat, 13 Jan 2018 07:50:25 +0000 (08:50 +0100)] 
Fixed color for disabled buttons (#25167)

7 years agoFix breakpoint mixins for custom breakpoint maps (#25264)
Sander Melnikov [Sat, 13 Jan 2018 07:45:21 +0000 (10:45 +0300)] 
Fix breakpoint mixins for custom breakpoint maps (#25264)

When using the `media-breakpoint-between` or `media-breakpoint-only`
mixins with a custom breakpoint map – not defined as `$grid-breakpoints`
– the mixin incorrectly defaults back to the global `$grid-breakpoints`
map in certain situations. This commit correctly passes on the
`$breakpoints` argument to the other mixins called within the block.

7 years agoAdd direct children selectors to avoid cascading styles into a menu form (#25279)
ysds [Sat, 13 Jan 2018 07:40:55 +0000 (16:40 +0900)] 
Add direct children selectors to avoid cascading styles into a menu form (#25279)

7 years agoMerge branch 'custom-check-disabled' of https://github.com/gijsbotje/bootstrap into...
Mark Otto [Sat, 13 Jan 2018 01:32:56 +0000 (17:32 -0800)] 
Merge branch 'custom-check-disabled' of https://github.com/gijsbotje/bootstrap into v4-dev

7 years agodist
Mark Otto [Fri, 12 Jan 2018 06:42:40 +0000 (22:42 -0800)] 
dist

7 years agoComply to the new rules.
XhmikosR [Sat, 16 Dec 2017 12:00:38 +0000 (14:00 +0200)] 
Comply to the new rules.

7 years agoClean up and tweak ESLint rules.
XhmikosR [Sat, 16 Dec 2017 11:44:17 +0000 (13:44 +0200)] 
Clean up and tweak ESLint rules.

Also, refactor ESLint and stylelint config files; now everything will work from our root dir.

7 years agoDeprecate hover media query shim and mixins (#25270)
Mark Otto [Thu, 11 Jan 2018 10:12:15 +0000 (02:12 -0800)] 
Deprecate hover media query shim and mixins (#25270)

* Deprecate hover media query shim and mixins

Fixes #25195.

This never was completed or fully implemented, and the docs are inaccurate as to what browsers are currently affected by this stickied hover problem. This PR aims to update the docs and deprecate the shim from our mixins and only return the pseudo-classes. To reflect the order of these states used elsewhere (e.g., our button styles), I've also updated the order of each within the mixin.

* Mention in docs and variables that it's deprecated

7 years agoRemove `touch-action:manipulation` click optimization (#25250)
Patrick H. Lauke [Thu, 11 Jan 2018 09:51:44 +0000 (09:51 +0000)] 
Remove `touch-action:manipulation` click optimization (#25250)

Due to a severe performance bug in Chrome (see https://bugs.chromium.org/p/chromium/issues/detail?id=800522) and due to the fact that (with the exception of IE/Edge on Windows desktop with touchscreen) all modern browsers now optimize the click delay away anyway, this optimization is not needed.

Closes https://github.com/twbs/bootstrap/issues/24670

7 years agoMerge branch 'v4-dev' into custom-check-disabled 25213/head
XhmikosR [Thu, 11 Jan 2018 08:49:38 +0000 (10:49 +0200)] 
Merge branch 'v4-dev' into custom-check-disabled

7 years agoUpdate devDependencies and gems. (#25192)
XhmikosR [Thu, 11 Jan 2018 08:48:46 +0000 (10:48 +0200)] 
Update devDependencies and gems. (#25192)

7 years agoFix invalid "constraint validation API" URL in docs (#25244)
Vytas [Thu, 11 Jan 2018 08:36:16 +0000 (10:36 +0200)] 
Fix invalid "constraint validation API" URL in docs (#25244)

7 years agoUpdate browser compatibility note for `position: sticky` since Edge supports it now...
Christian Oliff [Thu, 11 Jan 2018 08:31:03 +0000 (17:31 +0900)] 
Update browser compatibility note for `position: sticky` since Edge supports it now (#25229)

The latest shipping version of Edge supports position: sticky and I've successfully tested it with Bootstrap 4 and it works as intended. I added IE10 in place of Edge in that note as I assume that IE10 also has the `position: relative` fallback.
REF: https://caniuse.com/#search=sticky

7 years agoFix variable name in display utility class naming (#25261)
Vytas [Thu, 11 Jan 2018 08:26:32 +0000 (10:26 +0200)] 
Fix variable name in display utility class naming (#25261)

7 years agoIgnore the bogus lang vnu.jar error.
XhmikosR [Wed, 10 Jan 2018 07:19:18 +0000 (09:19 +0200)] 
Ignore the bogus lang vnu.jar error.

7 years agoWork around Travis errors by switching to sudo.
XhmikosR [Tue, 9 Jan 2018 13:34:24 +0000 (15:34 +0200)] 
Work around Travis errors by switching to sudo.

7 years agoMerge branch 'v4-dev' into custom-check-disabled
Gijs Boddeus [Wed, 10 Jan 2018 20:49:10 +0000 (21:49 +0100)] 
Merge branch 'v4-dev' into custom-check-disabled

7 years agoCheck for window before window.QUnit (#25199)
Łukasz [Mon, 8 Jan 2018 12:15:22 +0000 (13:15 +0100)] 
Check for window before window.QUnit (#25199)

7 years agoadded variable for the background of checked and indeterminate custom inputs and...
gijsbotje [Sat, 6 Jan 2018 00:14:15 +0000 (01:14 +0100)] 
added variable for the background of checked and indeterminate custom inputs and radios that are disabled
added styles for these cases

7 years agoAdded required checkbox example 25210/head
Jesse Mandel [Fri, 5 Jan 2018 20:24:19 +0000 (12:24 -0800)] 
Added required checkbox example

7 years agoadd validation feedback/tooltip support to form-check-inputs
Jesse Mandel [Fri, 5 Jan 2018 18:55:13 +0000 (10:55 -0800)] 
add validation feedback/tooltip support to form-check-inputs

7 years agodist
Mark Otto [Thu, 4 Jan 2018 00:03:22 +0000 (16:03 -0800)] 
dist

7 years agoPrint tweaks (#25164)
Mark Otto [Thu, 4 Jan 2018 00:01:03 +0000 (16:01 -0800)] 
Print tweaks (#25164)

* Add min-width to body when printing

This should address some inconsistencies between browsers when printing. It applies a min-width to the body so that the content better resembles what your might see on your screen. I've made it a variable for easy customizing, too.

* Don't underline buttons when printing

* Add basic print styles for page and body size to create a semi-consistent print experience across browsers

7 years agoDocument `order-0` (#25191)
ysds [Wed, 3 Jan 2018 14:47:13 +0000 (23:47 +0900)] 
Document `order-0` (#25191)

7 years agoMultiple accordion support (#25161)
Martijn Cuppens [Wed, 3 Jan 2018 14:40:58 +0000 (15:40 +0100)] 
Multiple accordion support (#25161)

7 years agoPatch fractional viewport widths to work around Safari rounding bug (#25177)
Patrick H. Lauke [Wed, 3 Jan 2018 07:42:03 +0000 (07:42 +0000)] 
Patch fractional viewport widths to work around Safari rounding bug (#25177)

Includes simplifying the prose in `tables.md` and adding the bug to the list of browser bugs.

Closes https://github.com/twbs/bootstrap/issues/25166

7 years agoAdd some documentation on using CSS vars (#25176)
Mark Otto [Wed, 3 Jan 2018 06:58:40 +0000 (22:58 -0800)] 
Add some documentation on using CSS vars (#25176)

* Add some documentation on using CSS vars

Fixes #25147

* link to MDN doc

7 years agoValidation tooltip example (#25143)
Mark Otto [Wed, 3 Jan 2018 05:57:56 +0000 (21:57 -0800)] 
Validation tooltip example (#25143)

* Add additional form validation examples

Fixes #24811.

This adds .valid-feedback to our custom styles and server side examples; previously we ommitted this to suggest you don't always need valid feedback. In addition, this adds examples of the .{valid|invalid}-tooltip classes with a new subsection in the Validation docs.

* Update validation tooltip styles to remove fixed width; instead should retain itself to the parent element

* update ids

* finish docs paragraph, mention position: relative

7 years agoRemove double borders for custom select and custom file
Martijn Cuppens [Tue, 2 Jan 2018 19:20:09 +0000 (20:20 +0100)] 
Remove double borders for custom select and custom file

Fixes #25168

7 years agoUpdate pagination focus styles
Mark Otto [Sun, 31 Dec 2017 06:50:43 +0000 (22:50 -0800)] 
Update pagination focus styles

- Drops the hover-focus mixin for standard :hover
- Adds explicit :focus styles to match button, input, etc with a box-shadow
- Adjusts z-index values to ensure the layers go initial, hover, active, focus

Fixes #24838.

7 years agodist
Mark Otto [Wed, 3 Jan 2018 05:19:29 +0000 (21:19 -0800)] 
dist

7 years agoadd example of textarea to docs
Mark Otto [Wed, 3 Jan 2018 05:18:14 +0000 (21:18 -0800)] 
add example of textarea to docs

7 years agoMerge branch 'patch-8' of https://github.com/gijsbotje/bootstrap into gijsbotje-patch-8
Mark Otto [Wed, 3 Jan 2018 05:14:02 +0000 (21:14 -0800)] 
Merge branch 'patch-8' of https://github.com/gijsbotje/bootstrap into gijsbotje-patch-8

7 years agoExpand keyboard advice for tooltips, clarify what `manual` trigger does in table
Patrick H. Lauke [Tue, 2 Jan 2018 19:35:13 +0000 (19:35 +0000)] 
Expand keyboard advice for tooltips, clarify what `manual` trigger does in table

7 years agoRemove incorrect roles from accordion, tweak/expand accessibility info, use buttons...
Patrick H. Lauke [Tue, 2 Jan 2018 18:19:47 +0000 (18:19 +0000)] 
Remove incorrect roles from accordion, tweak/expand accessibility info, use buttons for accordion

* Remove incorrect roles from accordion, tweak/expand accessibility info
* Use `<button>` elements rather than links for the accordion

7 years agoimprove additive/subtractive border util docs
Mark Otto [Tue, 2 Jan 2018 04:51:20 +0000 (20:51 -0800)] 
improve additive/subtractive border util docs

7 years agoDarken border color slightly
Mark Otto [Tue, 2 Jan 2018 04:50:59 +0000 (20:50 -0800)] 
Darken border color slightly

7 years agoMerge branch 'docs-border-utilities' of https://github.com/ysds/bootstrap into ysds...
Mark Otto [Tue, 2 Jan 2018 04:32:44 +0000 (20:32 -0800)] 
Merge branch 'docs-border-utilities' of https://github.com/ysds/bootstrap into ysds-docs-border-utilities

7 years agodist
Mark Otto [Tue, 2 Jan 2018 04:29:19 +0000 (20:29 -0800)] 
dist

7 years agoTextarea support for input groups 25152/head
Gijs Boddeus [Sun, 31 Dec 2017 14:38:29 +0000 (15:38 +0100)] 
Textarea support for input groups

The append and prepend classes vertically aligned items in the center
For textareas this meant the addon would aling vertically instead of stretch and have it's contents vertically aligned
these changes fix that so everything is aligned how it should be

7 years agoAllow nested structure for accordions (#25121)
Martijn Cuppens [Sun, 31 Dec 2017 12:53:33 +0000 (13:53 +0100)] 
Allow nested structure for accordions (#25121)

This commit allows nested structures for accordions. Also a part of
the documentation about data-children is removed because this
functionality didn't work and it's not applicable anymore.

Tests with the collapse accordion are also a bit adjusted to the new
situation.

7 years agodocs: Fix overflow issue in IE. (#25142)
Martijn Cuppens [Sun, 31 Dec 2017 12:45:26 +0000 (13:45 +0100)] 
docs: Fix overflow issue in IE. (#25142)

7 years agoAdd description about positive border 25148/head
ysds [Sun, 31 Dec 2017 06:09:43 +0000 (15:09 +0900)] 
Add description about positive border

7 years agoAdd positive border utilities
ysds [Sun, 31 Dec 2017 05:52:02 +0000 (14:52 +0900)] 
Add positive border utilities

7 years agodist
Mark Otto [Sun, 31 Dec 2017 05:34:23 +0000 (21:34 -0800)] 
dist

7 years agoApply of #25068 to input group
ysds [Fri, 29 Dec 2017 05:10:29 +0000 (14:10 +0900)] 
Apply of #25068 to input group

7 years agoremoves hardcoded value for nav-link padding
Andres Galante [Fri, 29 Dec 2017 11:18:13 +0000 (08:18 -0300)] 
removes hardcoded value for nav-link padding

7 years agoAdd modal-dialog-centered class to vertically centered modal example.
Kramb [Fri, 29 Dec 2017 03:51:36 +0000 (22:51 -0500)] 
Add modal-dialog-centered class to vertically centered modal example.

7 years agoOutline active focus (#25145)
Mark Otto [Sun, 31 Dec 2017 04:55:35 +0000 (20:55 -0800)] 
Outline active focus (#25145)

* Base the outline button :active color on the background, fixing a contrast issue

* Only apply focus outline to active when it's focused

7 years agodist
Mark Otto [Sun, 31 Dec 2017 03:41:36 +0000 (19:41 -0800)] 
dist

7 years agoMention -file-text change in Migration docs (#25144)
Mark Otto [Sun, 31 Dec 2017 00:38:09 +0000 (16:38 -0800)] 
Mention -file-text change in Migration docs (#25144)

Fixes #25127.

7 years agoAdd `.order-0` to the flexbox grid ordering helpers. (#25137)
Kevin Ruscoe [Sun, 31 Dec 2017 00:28:12 +0000 (00:28 +0000)] 
Add `.order-0` to the flexbox grid ordering helpers. (#25137)

7 years agoRemove Entypo from "Preferred Icon Sets". (#25141)
Raaj Trambadia [Sun, 31 Dec 2017 00:22:46 +0000 (19:22 -0500)] 
Remove Entypo from "Preferred Icon Sets". (#25141)

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).

7 years agoMove inline JS outside of HTML. (#25140)
XhmikosR [Sun, 31 Dec 2017 00:11:59 +0000 (02:11 +0200)] 
Move inline JS outside of HTML. (#25140)

7 years agoUpdate devDependencies and gems. (#25083)
XhmikosR [Sun, 31 Dec 2017 00:03:22 +0000 (02:03 +0200)] 
Update devDependencies and gems. (#25083)

7 years agoAdd `docs-github-serve` script for local serving the `github` target. (#25139)
XhmikosR [Sat, 30 Dec 2017 23:54:42 +0000 (01:54 +0200)] 
Add `docs-github-serve` script for local serving the `github` target. (#25139)

7 years agoRemove trailing spaces.
XhmikosR [Sat, 30 Dec 2017 14:14:45 +0000 (16:14 +0200)] 
Remove trailing spaces.

7 years agoapplication.js: make the clipboard button selector more restrictive.
XhmikosR [Sat, 30 Dec 2017 13:52:53 +0000 (15:52 +0200)] 
application.js: make the clipboard button selector more restrictive.

7 years agolayout/overview.md: fix double copy button.
XhmikosR [Sat, 30 Dec 2017 13:46:01 +0000 (15:46 +0200)] 
layout/overview.md: fix double copy button.

7 years agodrop "simply" and tweak a few other bits
Mark Otto [Fri, 29 Dec 2017 18:20:57 +0000 (10:20 -0800)] 
drop "simply" and tweak a few other bits

7 years agoUpdated docs for translating "Browse" text into other languages
Alberto [Fri, 29 Dec 2017 09:31:28 +0000 (10:31 +0100)] 
Updated docs for translating "Browse" text into other languages

"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.

7 years agoInclude JavaScript map files in NuGet packages (#25080)
Andrew Timson [Sat, 30 Dec 2017 15:33:28 +0000 (10:33 -0500)] 
Include JavaScript map files in NuGet packages (#25080)

7 years agoUpdate Theming docs for removing map items (#25108)
Mark Otto [Sat, 30 Dec 2017 15:29:36 +0000 (07:29 -0800)] 
Update Theming docs for removing map items (#25108)

7 years agoRemove unnecessary `align-middle` class from Navbar docs (#25116)
Andres Galante [Sat, 30 Dec 2017 15:19:27 +0000 (12:19 -0300)] 
Remove unnecessary `align-middle` class from Navbar docs (#25116)

7 years agoWall of Browser Bugs: position:sticky in Edge done (#25099)
Herst [Sat, 30 Dec 2017 15:08:58 +0000 (16:08 +0100)] 
Wall of Browser Bugs: position:sticky in Edge done (#25099)

Position: sticky is included in Edge 16

7 years agoWall of Browser Bugs: Chrome SVG perf bug (#24673) (#24751)
Herst [Sat, 30 Dec 2017 15:03:46 +0000 (16:03 +0100)] 
Wall of Browser Bugs: Chrome SVG perf bug (#24673) (#24751)

https://crbug.com/781344

7 years agoDarken $gray-600 by 10% for AA contrast (#25123)
Mark Otto [Fri, 29 Dec 2017 21:03:35 +0000 (13:03 -0800)] 
Darken $gray-600 by 10% for AA contrast (#25123)

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.

7 years agoRemove margin-bottom on .bd-example (#25048)
Mark Otto [Thu, 28 Dec 2017 18:47:34 +0000 (10:47 -0800)] 
Remove margin-bottom on .bd-example (#25048)