0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
Commit Graph

16602 Commits

Author SHA1 Message Date
Patrick Yeo
02ae73fc0f Apply align-items: center; to .input-group instead of input group sub components, causes .input-group .form-control and .input-group-addon to be large when next to a tall element 2017-08-12 18:22:48 -07:00
Gijs Boddeus
9a03d7efc6 fix docs modal example fade out
the z-index was only corrected for `.modal.show` which made the modal drop behind the header and backdrop when fading out
simply dropping the `.show` from this selector will correct this issue
2017-08-12 22:08:09 +02:00
Steven Black
7b8afff038 Fix broken Examples link in the docs footer include – footer.html. (#23348)
Re:  #23343 – **Broken Links on getbootstrap.com**

Clicking the `Examples` link in the Docs footer yields 404.

  http://getbootstrap.com/examples/

If merged, this makes the footer `Examples` link like the one in docs-navbar.html which is the same folder.

Therefore `_includes/footer.html` and `_includes/docs-navbar.html` now use the same link to `Examples`.
2017-08-12 19:35:19 +03:00
razh
9d988de054 Remove extra spaces from spacing utilities (#23337) 2017-08-12 09:11:41 +03:00
XhmikosR
45671b0a41 Update package-lock.json. (#23342) 2017-08-12 09:00:25 +03:00
Jesse Mandel
a00006d0a8 Add popper.js as a NuGet dependency to match project.json (#23338)
https://github.com/twbs/bootstrap/issues/22359
2017-08-11 13:41:33 -07:00
Federico Zivolo
713cfdd130 docs: fix Popper.js name and removed comma (#23335)
* docs: fix Popper.js name and removed comma

* docs: restore comma
2017-08-11 10:58:34 -07:00
béla
3935e069f0 fixing list-group badge example (#23293)
https://github.com/twbs/bootstrap/issues/23291
2017-08-11 10:24:25 -07:00
Jonathan
d9d9c4b653 Use input type search for search fields 2017-08-11 10:22:01 -07:00
Johann-S
53786e7a81 Replace dependencies badge by peer dependencies badge 2017-08-11 10:20:25 -07:00
XhmikosR
9e6c11e329 Remove IE 10 viewport bug workaround JS. 2017-08-11 10:18:49 -07:00
Brian Surowiec
860ca6dee8 Fix malformed link 2017-08-11 10:15:07 -07:00
Clark Winkelmann
ac9176be92 Fix .table-info migration text
.table-info should be .info in bootstrap 3
2017-08-11 10:14:00 -07:00
XhmikosR
8a7fe34005 Fix about sidebar. 2017-08-11 10:12:51 -07:00
Steven Black
716e1247bf “Sass” is standard in text and headings. (#23328) 2017-08-11 18:50:03 +03:00
Chirag Modi
6a5a38106a Fix broken links in doc (#23324) 2017-08-11 17:40:41 +03:00
XhmikosR
77bd8fe91a Remove text/javascript since it's the default one. (#23321) 2017-08-11 17:29:25 +03:00
XhmikosR
f8e89c52b5 Fix JavaScript case and a typo. (#23320) 2017-08-11 16:50:08 +03:00
Jan Karlo Dela Cruz
537b5f0127 Fix broken links in documentation. (#23315) 2017-08-11 16:26:51 +03:00
XhmikosR
185fe1b444 Convert the new PNGs to 8-bit and compress them. (#23299)
Before: 354 KB (363.514 bytes)
After:  129 KB (132.748 bytes)
2017-08-11 15:25:12 +03:00
XhmikosR
3820fd1ce7 Merge pull request #23087 from twbs/v4-dev-xmr-tabs-fix
tabs: fix nested tabs.
2017-08-11 15:14:48 +03:00
Johann-S
2eb1e687bd Improve previous selector for nested tabs 2017-08-11 15:04:07 +03:00
Johann-S
edf90c1bc4 Add unit test for nested tabs 2017-08-11 15:04:07 +03:00
Johann-S
640c13062c When we show our tabs element use children to be more restrictive 2017-08-11 15:04:07 +03:00
XhmikosR
b55fa5579b tabs: make the active selector more restrictive again.
When one uses say a carousel inside a tab, the `.active` selector previously matches the carousel ones too leading to broken tabs.

It's not the perfect solution but should the job for now.
2017-08-11 15:04:07 +03:00
XhmikosR
10bb79a250 Move inline SVGs to includes. (#23297)
Also:

* compress them with SVGOMG
* add titles
* add `focusable="false"`
2017-08-11 14:55:54 +03:00
Sean
ce35fdd527 Updated Feather link (#23303)
Feather link didn't go anywhere.

Changed feather link from `colebemis.com/feather` to `feathericons.com`
2017-08-11 14:42:02 +03:00
béla
06044d5f82 Update Rubygems version. (#23289) 2017-08-11 13:54:24 +03:00
Garth Bjerk
bfd05c3423 Fix the broken about link in the footer (#23298) 2017-08-11 13:43:06 +03:00
XhmikosR
8d84779a7d Fix SRI hashes. (#23286) 2017-08-11 13:24:57 +03:00
XhmikosR
7bfc6ab6fc Merge pull request #23301 from twbs/v4-dev-html-errors
Fix HTML errors
2017-08-11 13:01:51 +03:00
XhmikosR
7a9ab5bfe1 Disable attr-name-style.
Pretty useless, we need to switch to the official HTML validator ASAP.
2017-08-11 12:52:44 +03:00
XhmikosR
61e8aa2a55 Fix HTML validation errors. 2017-08-11 12:43:17 +03:00
Mark Otto
14cb6a6495 dist 2017-08-10 23:35:04 -07:00
Patrick Yeo
34257d25a5 Pagination border-widths greater than 1px cause uneven borders between items 2017-08-10 23:24:37 -07:00
Patrick Yeo
a0521efbb5 Input Group Addon add option to configure $input-group-addon-color 2017-08-10 23:11:18 -07:00
Patrick Yeo
d36f5c7fa5 v4 docs remove left over Tooltips and Popover documentation from Button Group page 2017-08-10 23:10:42 -07:00
XhmikosR
2f3c24f03d Update Jekyll to v3.5.1. 2017-08-10 23:09:31 -07:00
Christian Oliff
b5f89d5672 Remove the Internet Explorer 10 for Windows Phone 8 workaround (#23122)
I suggest that there's no longer a need to include the section on workaround for the IE10 bug on Windows Phone 8. Not only was this bug patched in a later release of Windows Phone 8 (which shipped in 2013), but Windows Phone 8's support ended a long time ago - even its successor Windows Phone 8.1 is no longer supported by Microsoft. The potential audience affected by this bug is likely microscopic so I suggest it can be safely removed. 

I suggest the workaround JS (http://getbootstrap.com/assets/js/ie10-viewport-bug-workaround.js) can also be safely removed from the docs and examples but I haven't done that in this PR.
2017-08-10 23:06:15 -07:00
Prateek Goel
7b66aeb2f6 Fix to Chrome inheritance bug (#22872) (#23118)
* Fix to Chrome inheritance bug (#22872)

* Remove box-sizing from html

box-sizing removed from html and order of wild card selected and html selector swapped to maintain correctness of comments.
2017-08-10 23:05:32 -07:00
Patrick Yeo
ffa789327b Custom File padding-x and padding-y values are reversed (#23067)
Custom File `$custom-file-focus-box-shadow` should show even if box shadows are disabled

Custom File variables should inherit from inputs
2017-08-10 23:01:52 -07:00
Mark Otto
5b584c2619 missed a modifier 2017-08-10 23:00:37 -07:00
Mark Otto
e9c24b0cda clarify text, break up larger paragraph, shorten 2017-08-10 23:00:37 -07:00
Mark Otto
11299fe47c Update badges in buttons examples
- Given buttons a required modifier (.btn alone is incomplete)
- Given the primary button, use a .badge-light for better contrast
- Consolidate example and highlight code with a `{% example %}` block
2017-08-10 23:00:37 -07:00
Prateek Goel
7c452ac607 Add margin variable for paragraphs (#23140) 2017-08-10 23:00:01 -07:00
Prateek Goel
9497c2164c Add margin variable for breadcrumb (#23138)
* add margin variable for breadcrumb

* add margin variable for breadcrumb correction

* breadcrumb margin variable changes after review
2017-08-10 22:59:21 -07:00
Patrick Yeo
c5903ddfd6 $input-height-inner-lg should use $font-size-lg instead of $font-size-sm (#23150) 2017-08-10 22:58:40 -07:00
Morgan Stone
b76357d57d Reduce number of spacing rules (#23208)
* reduce # of spacing rules by combining x & y with t r b l

* Remove unnecessary spaces
2017-08-10 22:58:12 -07:00
Johann-S
7b0a0b246c Add a README.md badge to track our dependencies and require jQuery >=3.0.0. (#23125) 2017-08-10 22:57:05 -07:00
Patrick Yeo
e25b11d433 v4 docs Input Group Sizing section should display .input-group-sm (#23151) 2017-08-10 22:56:32 -07:00