lucascono
8c04a74c8c
Merge remote-tracking branch 'refs/remotes/twbs/v4-dev' into v4-dev
2017-10-04 05:33:17 -03:00
Johann-S
b29b1e1558
Use imported jQuery object
2017-10-04 09:55:32 +02:00
XhmikosR
722407f502
Update package-lock.json. ( #24235 )
2017-10-04 10:46:12 +03:00
XhmikosR
0a3830997b
Hound: Disable scss. ( #24221 )
2017-10-04 09:57:38 +03:00
Andres Galante
682ad1fff5
adds Andres to the team page
2017-10-03 22:52:19 -07:00
Simon Knox
e731353aac
Use variable for heading margin bottom in reboot
2017-10-03 22:18:48 -07:00
Andres Galante
f2725a6721
#24176 adds a note on the image docs about how to use picture
2017-10-03 22:13:00 -07:00
Mark Otto
742e3a79dd
Update column resets docs to include new section for column breaks
...
- Moves offset reset to the offset section
- Adds new breaks section to fix #24136
2017-10-03 16:10:54 -07:00
Gareth Adams
a02d068b24
Updates docs to match Tooltip type checking ( #22342 )
...
* Updates docs to match Tooltip type checking
Documentation now matches the types defined in the DefaultType constant in
js/src/tooltip.js
* Revert documentation clarify where true is invalid
2017-10-03 20:23:42 +02:00
XhmikosR
ee574b76a7
Switch to lowercase doctype
. ( #24217 )
...
Having it uppercase doesn't offer anything and the lowercase version slightly improves gzip compression.
2017-10-03 19:34:59 +03:00
Roman O
527f55c2f3
Offset option for dropdown can be function ( #24222 )
...
* Offset option can be function (Popper.js)
* Fix...add function type for offset option
* Remove constants for popper config
* Optimize code. Remove foreach loop.
* Refactoring. Remove getOffset method
2017-10-03 14:34:44 +02:00
Mark Otto
898708dd27
dist
2017-10-02 21:48:56 -07:00
Mark Otto
89970da349
Update input-btn-line-height vars to reassign global sm/lg vars
2017-10-02 21:40:45 -07:00
Mark Otto
4149cb2d17
Update input/button padding to fix cutoff text in Windows Chrome
2017-10-02 21:40:45 -07:00
Mark Otto
976595bd1d
Require quick start to be more explicit about CSS and JS
2017-10-02 21:40:17 -07:00
Trent Clowater
7a7589ffc2
Fix media-breakpoint-between ( #23997 )
...
* Fix media-breakpoint-between
When compiling .scss that uses media-breakpoint between with xs as the lower bound or xl as the upper bound, a compilation error can occur due to $min/$max being set to null, or the resulting .css can be invalid (see issue #23965 ).
(This is basically the same fix that was applied to media-breakpoint-only a short time ago).
* Update _breakpoints.scss
Make houndci-bot recommended changes.
2017-10-02 21:38:59 -07:00
Patrick Yeo
ac69547314
Badges add Sass variable to configure $badge-border-radius
( #24213 )
2017-10-02 21:11:11 -07:00
Lodder
bd858f0ceb
Fix custom-select with "multiple" attribute ( #23055 )
2017-10-02 21:00:57 -07:00
Mark Otto
61cc1d8ca6
fix up colors, closes #23325
2017-10-02 20:57:24 -07:00
Mark Otto
7825144895
dist
2017-10-02 20:51:54 -07:00
Mark Otto
e626277c73
Merge branch 'dropdown-caret' of https://github.com/pat270/bootstrap into v4-dev
2017-10-02 20:51:14 -07:00
Mark Otto
7adf74d585
dist
2017-10-02 20:50:11 -07:00
Patrick Yeo
9ee2fbe580
Nav Pills with open dropdown don't reflect the nav-pills active state. The active state should also be reflected when using collapse plugin inside nav-pills.
2017-10-02 20:48:05 -07:00
Mark Otto
864c657488
Fix buttons that come after the input (input should be under the button)
2017-10-02 20:47:15 -07:00
Patrick Yeo
bf01f27554
First child of input group segmented buttons are off by -btn-border-width
2017-10-02 20:47:15 -07:00
Mark Otto
a455a3e374
tweak output
2017-10-02 20:46:19 -07:00
Mark Otto
90da657546
initial pass at a build bash script for myself
2017-10-02 20:46:19 -07:00
Mark Otto
cd8fd1d2bc
change away from vars
2017-10-02 20:44:23 -07:00
Mark Otto
ad255cf725
update nav
2017-10-02 20:44:23 -07:00
Mark Otto
cf639df5c4
add components section, remove todos
2017-10-02 20:44:23 -07:00
Mark Otto
3d0b07cb68
functions aww yeah
2017-10-02 20:44:23 -07:00
Mark Otto
9db52f9a47
add new thing to a map
2017-10-02 20:44:23 -07:00
Mark Otto
04298fcd10
quote those to match source code
2017-10-02 20:44:23 -07:00
Mark Otto
201303a9d9
nuke the options page, add redirect from it to new theming page
2017-10-02 20:44:23 -07:00
Mark Otto
bdba863e83
bring over colors section
2017-10-02 20:44:23 -07:00
Mark Otto
f0c82ab4ec
port over variable options list
2017-10-02 20:44:23 -07:00
Mark Otto
af28d55541
port latest from options for default vars
2017-10-02 20:44:23 -07:00
Mark Otto
00a0a4debd
Stub out new Theming page
2017-10-02 20:44:23 -07:00
Patrick Yeo
728f579286
Form Validation .valid-feedback
and .valid-tooltip
are unstyled ( #23527 )
2017-10-02 20:37:28 -07:00
Mark Otto
acaa6d6f23
dist
2017-10-02 20:36:35 -07:00
XhmikosR
7b766e1ad5
Switch to stylelint. ( #23572 )
2017-10-02 20:34:56 -07:00
Mark Otto
f58997a0da
dist
2017-10-02 19:12:11 -07:00
Andres Galante
b26eabf2a3
adds a border radius to modal headers ( #23799 )
2017-10-02 18:59:50 -07:00
Herst
aae11ab6ab
Added type="button" to <button>s without any type ( #23866 )
...
https://github.com/twbs/bootlint/wiki/W007
2017-10-02 18:59:37 -07:00
Andres Galante
0c03b70bcb
adds a note on typography docs about rem units on font-size-base ( #23988 )
2017-10-02 18:59:07 -07:00
Andres Galante
2f459afb97
Adds text-muted and text-white to the examples on color utilities ( #23877 )
2017-10-02 18:58:33 -07:00
Herst
a224387a21
Migrate forgotten Bootstrap 3 style offset class ( #23951 )
2017-10-02 18:57:57 -07:00
Paweł Kuna
c86833b3d0
add display table-cell
( #24004 )
2017-10-02 18:57:30 -07:00
Andres Galante
906db62ee2
removes border radius from btn-link ( #24128 )
2017-10-02 18:56:50 -07:00
Luke Frake
c2fb64ce37
Add order first to grid ( #24202 )
...
* Add first class to grid framework to add negative ordering
* Add order-first explination to the docs
2017-10-02 18:56:13 -07:00