Kotas Vlastimil
866e99b00c
Button toggling - trigger change event on input
...
Bootstrap’s .button styles can be applied to other elements, such as labels, to provide checkbox or radio style button toggling.
When the checkbox or radio state is changed, there should be triggered the change event. Currently, the change event is triggered on the Button, which is not correct. Only input fields do support the change event.
2016-01-14 20:26:32 +01:00
Chris Rebert
5e893434c7
Merge pull request #18891 from rtack/patch-1
...
Docs typo: from controls --> form controls
2016-01-14 01:08:19 -08:00
Raphael Ackermann
740ffb8ed4
typo: from controls --> form controls
2016-01-14 09:59:40 +01:00
Chris Rebert
01c3f874e1
Merge pull request #18888 from CrispyBacon12/nested-mixins-pass-breakpoints
...
Allow optional breakpoint arguments to be passed on to nested media query mixins
2016-01-13 23:47:32 -08:00
Chris Purssell
0762a1978c
Allow custom breakpoint config to be passed on by mixins which nest media query mixins.
2016-01-14 16:33:04 +10:00
Chris Rebert
6ff249791e
Merge pull request #18882 from twbs/stoichiometry
...
Use proper units when adding/subtracting lengths
2016-01-13 18:07:55 -08:00
Chris Rebert
a4745dd7a1
Use proper units when adding/subtracting lengths
...
[skip sauce]
[skip validator]
2016-01-13 16:16:43 -08:00
Chris Rebert
5e9b365b25
List group docs: rm unnecessary <p> from Markdown source
...
[skip sauce]
2016-01-13 15:57:54 -08:00
Chris Rebert
bc220835a9
Merge pull request #18879 from twbs/vert-horiz-y-x
...
Rename padding local vars per new naming convention
/fyi @mdo
2016-01-13 15:37:08 -08:00
Chris Rebert
d26b7c7a2c
Rename local vars per new naming convention: $padding-{vertical=>y} $padding-{horizontal=>x}
...
[skip sauce]
[skip validator]
2016-01-13 15:29:06 -08:00
Chris Rebert
fa696d0465
Merge pull request #18869 from twbs/wkbug-153056
...
Add Wall of Browser Bugs entry for #18859
2016-01-12 22:10:04 -08:00
Chris Rebert
8ed66af63c
Add Wall of Browser Bugs entry for #18859
...
See https://bugs.webkit.org/show_bug.cgi?id=153056
Refs #18859
[skip sauce]
2016-01-12 22:04:30 -08:00
Chris Rebert
4fae7cbc88
Merge pull request #18844 from AndersSahlin/patch-1
...
Modal: Respect $enable-rounded setting
[skip sauce]
2016-01-11 12:17:16 -08:00
Anders Sahlin
ea4a79c689
Modals respect $enable-rounded setting
...
See issue: https://github.com/twbs/bootstrap/issues/18385
2016-01-11 14:02:14 +01:00
Chris Rebert
22df55f24d
Docs: Remove defunct Pager example styles
...
Refs #18782
[skip sauce]
2016-01-11 02:02:05 -08:00
Chris Rebert
05dd9e7f1c
Merge pull request #18839 from bassjobsen/patch-38
...
remove link to the pager component
2016-01-11 01:51:59 -08:00
Patrick H. Lauke
18e03f2017
Merge pull request #18837 from twbs/crbug-454172
...
Refer to open successor Chrome bug in Accessibility docs
2016-01-11 09:23:20 +00:00
Bass Jobsen
db7b8362fd
remove link to the pager component
...
see https://github.com/twbs/bootstrap/pull/18782
2016-01-11 09:47:36 +01:00
Chris Rebert
bc646158df
Refer to open successor Chrome bug in Accessibility docs
...
https://crbug.com/262171 was closed as a duplicate of https://crbug.com/454172
[skip sauce]
2016-01-11 00:19:42 -08:00
Chris Rebert
7752a5192e
Merge pull request #18668 from twbs/fix-18665
...
Add SRI hashes for jQuery and Tether in docs
2016-01-11 00:04:52 -08:00
Chris Rebert
71443c5034
HTML validation: Ignore spurious errors about script[integrity]
...
Workaround for https://github.com/jzaefferer/grunt-html/issues/86
2016-01-10 23:55:10 -08:00
Chris Rebert
9304f23ad8
docs: Add SRI hash for Tether; refs #18665
2016-01-10 23:54:17 -08:00
Chris Rebert
19d6301506
docs: Add SRI hash for jQuery; refs #18665
2016-01-10 23:54:17 -08:00
Chris Rebert
6058dae624
grunt dist-css docs
...
[ci skip]
2016-01-10 18:49:50 -08:00
Chris Rebert
cbc71dc229
Merge pull request #18816 from twbs/fix-17308
...
Switch to actually-Safari-specific CSS hack for iOS temporal input fix
2016-01-10 18:38:26 -08:00
Chris Rebert
350ce2f707
Switch to actually-Safari-specific CSS hack when fixing vertical alignment of temporal input text in iOS Safari
...
See http://browserbu.gs/css-hacks/webkit-full-page-media/
Fixes #17308
[skip sauce]
[skip validator]
2016-01-10 18:22:10 -08:00
Patrick H. Lauke
6338ea2b2b
Merge pull request #18819 from patrickhlauke/docs-v4-about-accessibility
...
Remove About > Accessibility, add to Get Started
2016-01-10 12:29:18 +00:00
Chris Rebert
69584f1c8b
Merge pull request #18826 from twbs/fix-17986
...
Docs: Add missing pages to "Getting started" TOC
2016-01-09 18:15:53 -08:00
Chris Rebert
1367f70fbc
Docs: Add missing pages to "Getting started" TOC
...
Fixes #17986
[skip sauce]
2016-01-09 18:08:25 -08:00
Chris Rebert
64b9ad4d7f
Merge pull request #18823 from twbs/btn-active-box-shadow
...
Extract $btn-active-box-shadow variable & refactor accordingly
2016-01-09 15:41:29 -08:00
Chris Rebert
ed3551415c
Extract $btn-active-box-shadow variable & refactor accordingly
...
[skip sauce]
[skip validator]
2016-01-09 15:14:36 -08:00
Chris Rebert
496f9c2da4
Merge pull request #18822 from twbs/progress-box-shadow
...
Add $progress-box-shadow variable
/fyi @mdo
2016-01-09 15:10:56 -08:00
Chris Rebert
46c9f4b143
Add $progress-box-shadow variable
...
[skip sauce]
[skip validator]
2016-01-09 14:59:08 -08:00
Patrick H. Lauke
927626d459
Add accessibility to getting started section
2016-01-09 22:40:13 +00:00
Chris Rebert
f646ed7920
Merge pull request #18466 from twbs/tooltip-padding-vars
...
Introduce $tooltip-padding & $tooltip-padding-x vars
2016-01-09 14:28:12 -08:00
Patrick H. Lauke
1887664c01
Remove About > Accessibility
...
Currently, there is no actual accessibility page, so this avoids a 404
in the docs. More fundamentally, though, it makes more sense for
accessibility advice to be directly integrated in the docs (which we're
doing, for the most part - though we should ensure that we do
cover/mention everything where appropriate), so there's no need for a
separate accessibility page.
2016-01-09 14:18:53 +00:00
Chris Rebert
dedfffe5db
Update Grid example from v3 to v4; fixes #18818
2016-01-09 03:26:54 -08:00
Chris Rebert
8adc9d771f
Remove remaining reference to <input type="datetime"> in SCSS comment
...
Erratum of #18778
[skip sauce]
[skip validator]
2016-01-08 23:55:23 -08:00
Chris Rebert
31fc8a62e5
Merge pull request #18814 from twbs/v4-liberationmono
...
v4: Add Liberation Mono to the code font stack
2016-01-08 23:48:42 -08:00
Mark Otto
cf7795da93
Add liberation Mono to the font stack for the Linux peeps
...
Fixes #18609
[skip sauce]
[skip validator]
2016-01-08 23:31:30 -08:00
Mark Otto
3284c00773
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
2016-01-08 13:23:42 -08:00
Chris Rebert
48e62fdf34
https://webkit.org/b/150715 has been fixed
...
Fixed by way of https://webkit.org/b/152803
Thanks Google Translate (I guess) and WebKit Team!
[ci skip]
2016-01-07 18:14:51 -08:00
Chris Rebert
6ab9e10efa
https://webkit.org/b/147284 has been fixed
...
Refs #16814
[ci skip]
2016-01-07 14:09:39 -08:00
Mark Otto
3740d8f2ac
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
2016-01-07 11:52:20 -08:00
Mark Otto
643bd8eaeb
Merge pull request #18787 from twbs/btn-vars
...
Add variables for spacing of .btn-toolbar and split-button dropdown toggles
2016-01-07 00:47:40 -08:00
Mark Otto
1429a0d8a9
fix input group addon alignment
2016-01-07 00:38:41 -08:00
Mark Otto
dfae3d46e4
Add a comment to follow-up on #17756
2016-01-07 00:30:49 -08:00
Mark Otto
af13a97d51
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
2016-01-07 00:29:34 -08:00
Mark Otto
2502f84dde
Merge pull request #17756 from zalog/patch-11
...
Flexbox grid column wrapping bug
2016-01-07 00:29:23 -08:00
Mark Otto
7fdd521459
more variables spacing
2016-01-07 00:21:58 -08:00