0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-04 04:29:23 +01:00

18870 Commits

Author SHA1 Message Date
Martijn Cuppens
cbaf0c3f7c Change logo size () 2019-02-03 17:52:36 +02:00
XhmikosR
f134d4ba01
components: redirect to the alerts page () 2019-01-30 21:52:42 +02:00
XhmikosR
a60c595dc1 image-replacement.md: use three dots. 2019-01-29 17:21:11 +02:00
XhmikosR
be5d3de1d6 Add missing trailing slash. 2019-01-29 17:21:11 +02:00
XhmikosR
a93c71832b generate-sri.js: move object. 2019-01-29 17:21:11 +02:00
XhmikosR
ffe05d3a9c analytics.html: use double quotes in src attribute. 2019-01-29 17:21:11 +02:00
XhmikosR
2adefeb055 build-tools.md: npm is written lowercase. 2019-01-29 17:21:11 +02:00
XhmikosR
4bec752345 migration.md: remove stray /. 2019-01-29 17:21:11 +02:00
Shohei Yoshida
e65dccfc95 Fix custom select caret issue on IE () 2019-01-25 21:09:21 +01:00
Shohei Yoshida
0f8f84329b Fix validated custom select bg color () 2019-01-25 20:44:52 +01:00
Martijn Cuppens
6466a0461a Deprecate float mixins () 2019-01-24 22:51:36 +02:00
Martijn Cuppens
2749bf34de Add !important to .text-monospace utility class () 2019-01-24 22:42:42 +02:00
XhmikosR
3723613875
Update devDependencies and gems. () 2019-01-24 21:25:49 +02:00
Martijn Cuppens
dfba588d0d Add default value for $ignore-warning () 2019-01-23 05:59:15 +02:00
Martijn Cuppens
5c56e9adff
Add deprecate() mixin () 2019-01-22 20:55:23 +01:00
XhmikosR
f7e8445f72
Add canonical URL. () 2019-01-21 14:59:51 +02:00
XhmikosR
cf25028640
Fix approach redirect. () 2019-01-21 14:49:55 +02:00
Martijn Cuppens
59d040fcbb Make component colors configurable () 2019-01-20 23:38:29 +02:00
Shohei Yoshida
de0bb1e052 Scrollable modal () 2019-01-20 23:28:16 +02:00
Martijn Cuppens
41f85b64bf Add ref to reason why min-width: 0; is added () 2019-01-20 23:23:05 +02:00
Johann-S
842da1ddc3
use absolute path to output lcov file for coveralls () 2019-01-17 11:06:43 +01:00
XhmikosR
3aeda9942d
tests: use jQuery from node_modules. () 2019-01-15 18:01:40 +02:00
XhmikosR
0828b88563
Fix js-main script. () 2019-01-15 17:30:21 +02:00
Martijn Cuppens
f1f740be09 Make progress animation respect $enable-transitions and prefers-reduced-motion media query
Make progress animation respect `$enable-transitions` and `prefers-reduced-motion` media query
2019-01-15 00:51:11 +00:00
Laussel Loïc
8eb8b8d3da Examples: add tabindex="-1" and aria-disabled="true" on disabled links 2019-01-14 23:29:51 +00:00
XhmikosR
e2a6f297c0
Clean up .gitignore. () 2019-01-14 21:08:24 +02:00
Johann-S
d51ee0dcf1 Fix Carousel's touch option to not add touch listeners when set to false () 2019-01-14 18:53:54 +02:00
Martijn Cuppens
3d350c3b34 Remove map-merge () 2019-01-13 16:35:00 -08:00
Martijn Cuppens
d546cb8374 Cleanup popover arrows () 2019-01-13 16:29:37 -08:00
Martijn Cuppens
70f50f3079 Sync dropdown font size to base font size 2019-01-13 16:27:40 -08:00
Martijn Cuppens
e57cdee6bc Sync dropdown font size with btn font size 2019-01-13 16:27:40 -08:00
Martijn Cuppens
fd98e77cac Remove background from nested tables 2019-01-13 16:26:56 -08:00
Martijn Cuppens
93272f45f3 Add some margin below the buttons 2019-01-13 16:24:36 -08:00
Martijn Cuppens
d09bd2e629 Fix background size y 2019-01-13 16:24:01 -08:00
Martijn Cuppens
e2ac792bc7 Minify background property 2019-01-13 16:24:01 -08:00
Martijn Cuppens
50492b8840 Combine background properties into one 2019-01-13 16:23:32 -08:00
Martijn Cuppens
8db577bd51 Prevent useless property rendering 2019-01-13 16:22:25 -08:00
Martijn Cuppens
4b839b1c87 Don't render a background by default 2019-01-13 16:21:57 -08:00
Martijn Cuppens
5adcfe97f0 Prevent rendering of color property by default 2019-01-13 16:21:16 -08:00
Martijn Cuppens
cd4964f345 Change comment heading title to Typography () 2019-01-14 01:59:51 +02:00
Martijn Cuppens
b3226c1ccc Align toast variables () 2019-01-14 01:51:53 +02:00
Justin
8f5abf0ab0 Add new rounded sizes classes ()
* update border-radius mixins

Add $enable-rounded as a keyword argument to border-raidus mixins

* Update rounded classes

- use border-radius mixins to repleace !important
- use true for $enable-rounded for rounded classes
- Add `.rounded-sm` and `.rounded-sm`  

* update borders docs

* Revert touch of dist files

* Revert change of border-radius mixins

* use !important in border-radius utilies classes

* update border radius classes keep only rounded-lg and rounded-sm
2019-01-13 11:49:25 -08:00
Martijn Cuppens
fd4d426e51 Change default custom select styles () 2019-01-13 09:52:46 +02:00
Martijn Cuppens
e077ddbc6c Prevent wrapping if caret is included () 2019-01-13 09:43:52 +02:00
Mark Otto
deea117293 Add form-validation-states Sass map () 2019-01-11 21:16:50 +02:00
Miha Eržen
fd9dc1a0ca Fix input-height-inner wrongly calculated ()
In a scenario where `$input-line-height` or `$input-font-size` are different than `$input-btn-line-height` and `$input-btn-font-size` the final `$input-height-inner` was wrongly calculated.
2019-01-11 14:22:14 +02:00
XhmikosR
746a057f0c
Update devDependencies. () 2019-01-10 15:56:54 +02:00
XhmikosR
ff4c35f566
Tighten bundlesize limits. () 2019-01-10 09:03:16 +02:00
Mark Otto
39b76861a7 npm run test to build dist files 2019-01-08 21:23:50 +02:00
XhmikosR
0e5d387f04 Examples: use {{ site.time | date: "%Y" }}.
Since they are being build, no point in hardcoding the year.
2019-01-08 21:23:50 +02:00