Mark Otto
d0652a1be9
Add new toasts component
2018-11-13 08:47:32 +02:00
Martijn Cuppens
696c4078d1
Customize browse text of the custom file input with HTML ( #27651 )
2018-11-13 08:30:17 +02:00
XhmikosR
dafb498f75
Spinners: show all color variants.
2018-11-13 08:21:57 +02:00
XhmikosR
5afc708961
Bump bootstrap.min.css bundle size.
2018-11-13 08:21:57 +02:00
XhmikosR
e9d67982ae
spinners: use the animation shorthand property.
2018-11-13 08:21:57 +02:00
Mark Otto
52a86cc671
Add Bootstrap's very first spinners omfg it's actually happening
2018-11-13 08:21:57 +02:00
XhmikosR
f3bd8602df
Jekyll: Add wdm gem for Windows. ( #27658 )
2018-11-12 21:23:53 +02:00
Christian Oliff
75e6253b0a
Update clipboard.js to v2.0.3 ( #27657 )
2018-11-12 18:46:21 +02:00
XhmikosR
110c7f4cc0
Replace data-src
with src="..."
in docs. ( #27649 )
2018-11-11 14:45:48 +02:00
Patrick H. Lauke
e6a356a3ae
Minor/Docs: tweak accordion example heading level ( #27620 )
2018-11-11 09:12:29 +00:00
Martijn Cuppens
976efcd5ee
Allow to add more embed responsive ratios ( #25894 )
2018-11-11 11:04:04 +02:00
XhmikosR
9836a411e8
Redirect /extend/
to /extend/approach/
.
2018-11-11 10:59:43 +02:00
Martijn Cuppens
6cb6e6510c
Remove custom properties from examples so that they work in IE ( #27634 )
2018-11-11 10:52:06 +02:00
jvitela
731f95bded
Fix modal positioning on Android.
...
When the address bar is hidden, sometimes the visual position of the controls is out of sync with its logical position.
2018-11-11 10:44:26 +02:00
XhmikosR
bbe2b2349d
Dashboard example: update 3rd-party libs and use the same CDN.
2018-11-09 15:02:42 +02:00
XhmikosR
807c1b6d06
Add an examples layout.
...
Reduces duplication and makes maintenance easier.
2018-11-09 15:02:42 +02:00
XhmikosR
e1b5b4f989
Move analytics to an include file.
2018-11-09 15:02:42 +02:00
XhmikosR
a933f076f4
Move stylesheets to an include.
2018-11-09 15:02:42 +02:00
Johann-S
1fdc7819cd
use bsCustomFileInput in our docs ( #27631 )
2018-11-08 17:22:45 +02:00
sts-ryan-holton
2df2cdd33d
Wrap checkboxes in .form-group
( #27624 )
2018-11-07 21:54:40 +01:00
ysds
8de915eded
Docs: Improve accessibility of disabled link example ( #27614 )
...
Add `tabindex="-1"` and `aria-disabled="true"` to disabled link
2018-11-06 10:47:59 +02:00
Johann-S
e5d9e0a06c
display chrome version on travis
2018-11-05 22:29:25 +02:00
XhmikosR
195404b106
Travis: Add back chrome addon ( #27610 )
2018-11-05 22:29:25 +02:00
XhmikosR
ea697555d5
Travis: exit pipeline if test fails.
2018-11-05 21:35:59 +02:00
Martijn Cuppens
6e10ac276e
Increase readability card columns docs ( #27609 )
2018-11-05 21:08:13 +02:00
sts-ryan-holton
89eef046ef
Add new .rounded-pill
utility ( #27339 )
2018-11-05 19:19:00 +02:00
XhmikosR
5c03f23f85
Reorganize npm scripts.
2018-11-05 19:06:39 +02:00
Martijn Cuppens
b33d0d3790
Prevent white line in Firefox (regression) ( #27594 )
2018-11-05 18:56:41 +02:00
XhmikosR
e3abb8e4dd
Remove htmllint. ( #27603 )
...
We use the official HTML validator for HTML validation, and we don't really use any of the htmllint features.
2018-11-05 18:42:05 +02:00
LittleHuba
aa098991bf
Add Noto Sans to the font stack ( #27596 )
...
Fixes #27595
2018-11-05 08:22:40 +02:00
okazou
cb5c80124a
Add japanese to translations ( #27599 )
2018-11-05 08:15:04 +02:00
Arvind S
042042a48a
Made the disabled state for nav more obvious. ( #27382 )
2018-11-04 22:17:14 +02:00
ysds
4a1090ac48
Ligthen/Darken Button focus shadow color
2018-11-04 20:58:00 +02:00
XhmikosR
e0eb39f519
Update README.md ( #27588 )
...
* remove jobs link
* specify a link in the BrowserStack image
2018-11-04 20:49:31 +02:00
XhmikosR
15fa1566cd
Update devDependencies and gems.
2018-11-04 16:02:35 +02:00
Martijn Cuppens
b67c6fb435
Use a badge for .text-wrap example
2018-11-04 15:55:17 +02:00
XhmikosR
366bc88523
Add text-wrap
example.
2018-11-04 15:55:17 +02:00
Andrew
cbc859ad8d
Add .text-wrap
class.
...
this is the opposite of `.text-nowrap`, and a forces elements to wrap onto new lines.
One use case for this is extra long button text. Bootstrap buttons by default do no wrap, so this class could be used to override that behavior.
2018-11-04 15:55:17 +02:00
XhmikosR
497766a3a6
Travis: stop using a separate stage for Browser tests.
...
This should be faster.
2018-11-04 15:40:09 +02:00
XhmikosR
ca47a21b70
broken-link-checker: force follow links.
...
After 3256a2c
, blc honored robots.txt thus it didn't crawl anything.
Ignore robots.txt to work around the issue.
2018-11-04 15:32:59 +02:00
patrickhlauke
c46a0c7e88
Replace touch-action: none with pan-y, remove preventDefault from touch event handling
2018-11-04 14:40:19 +02:00
XhmikosR
9cc237d0ba
scss/_custom-forms.scss: fix typo in comment.
2018-11-04 12:17:56 +02:00
ysds
ea8f6c6ff3
Button group refactoring and fixes ( #25395 )
2018-11-04 08:50:21 +02:00
XhmikosR
d27509688d
Jekyll: switch to localhost
...
`0.0.0.0` has issues on Windows.
2018-11-04 08:33:30 +02:00
Vincent Langlet
793b83fda8
Avoid null value ( #27570 )
2018-11-04 08:18:56 +02:00
Martijn Cuppens
38e9e2b82c
Add TODO
2018-11-04 08:13:31 +02:00
Varunram
a31468cf84
Resolve #26226 : Sync with normalize 8.0.0
...
diff credits: @client9
2018-11-04 08:13:31 +02:00
XhmikosR
eeea8b5ed3
docs: remove false info from v3 suggestion.
2018-11-03 21:59:11 +02:00
Patrick H. Lauke
8b20bce873
Add Sass variable for prefers-reduced-motion, add callout to affected components ( #27581 )
...
* Tweak the accessibility/reduced motion text
include mention of carousel slides, remove the (now inaccurate, as Firefox 63 includes it too) mention that support is limited to Safari/macOS
xref https://github.com/twbs/bootstrap/issues/27525
* Add new callout for reduced motion
* Add variable to control prefers-reduced-motion media query support
* Add callout about prefers-reduced-motion to all components currently using animation which are affected
2018-11-03 19:23:26 +01:00
Johann-S
f7a4b39767
handle detached tooltip when we try to hide a modal
2018-11-02 13:39:58 +01:00