Mark Otto
5ad1049622
Merge branch 'v4-dev' of https://github.com/malkomich/bootstrap into malkomich-v4-dev
2018-07-07 16:16:43 -07:00
Mark Otto
d78aac01d6
Update box-shadows on .custom-select ( #26754 )
...
- Fixes #25656 where custom selects had the wrong focus shadow
- Fixes #26668 where custom selects had no inset shadow (also closes #26572 which had the wrong form classes on the first example anyway)
2018-06-24 13:07:49 -07:00
Martijn Cuppens
d61e3badfd
Render inline svg like img ( #25874 )
2018-06-24 12:01:11 -07:00
Patrick H. Lauke
4f1bb98587
Limit .close hover/focus to non-disabled controls ( #26654 )
2018-06-03 18:25:17 +01:00
Martijn Cuppens
ffd31f9b8c
Stricter stylelint rules
2018-06-02 13:29:44 +03:00
ysds
2ea0a9bba9
Add disabled bg color to disabled custom file
2018-05-23 01:43:53 +03:00
Martijn Cuppens
4dd65f0b38
Custom forms transition
2018-05-23 01:38:12 +03:00
domq
616ce9b75a
Fix double-transition bug ( #26452 )
...
By applying the transition: CSS property only to classes that are
active during sliding, we avoid an unnecessary, non-zero-time
animation that although mostly invisible, does interfere with e.g.
z-index based parallax
2018-05-18 18:59:52 +03:00
ysds
788f3e6802
Fix z-index target ( #26361 )
2018-05-07 11:30:43 +03:00
Mark Otto
779ad9f174
Bump version to v4.1.1
2018-04-30 09:04:33 -07:00
Mark Otto
139e89235f
Simplify custom file inner height for generated browse button
2018-04-29 17:02:38 -07:00
Varunram
4bc5cc149a
Closes #26300 : Add cursor pointer to carousel indicators
2018-04-23 21:55:45 -07:00
ysds
74057dcc8e
Remove unnecessary resetting of left round ( #26238 )
2018-04-23 21:55:10 -07:00
Mark Otto
793698a6a9
add validation styles for .form-control-file ( #26181 )
2018-04-23 21:54:40 -07:00
nickg
755fdacd40
Replace reboot monospace hack with system font stack
2018-04-23 21:53:37 -07:00
ysds
3d0d5f1247
workaround for IE that check indicator does not appear ( #25944 )
2018-04-23 21:52:59 -07:00
Martijn Cuppens
0ee779b6fc
Print color fix dark tables and dark theads ( #26193 )
2018-04-23 21:51:48 -07:00
Alexander Rechsteiner
056e28d9e0
Suppress text-hide deprecation warning ( #26242 )
2018-04-16 09:45:07 +03:00
Patrick H. Lauke
e000933c17
Remove dialog
from the HTML5 shim style ( #26269 )
...
`<dialog>`, in browsers that support it, has user agent styles of `dialog { display:block; ...} dialog:not([open]) { display:none; }`
by forcing it to `display:block` in the shim, the dialog is shown even when closed. There's no clean way to shim this for non-supporting browsers,
but arguably these browsers would have further problems with pure `<dialog>` usage anyway, and it's up to authors to then use different elements/shims.
2018-04-16 00:25:39 +01:00
Varunram Ganesh
871e0838a4
[trivial] Correct typos ( #26297 )
2018-04-14 08:41:18 +01:00
Mark Otto
8f7bd41993
Ship v4.1.0 ( #26218 )
...
* update docs path from docs/4.0/ to docs/4.1/
* bump version to 4.1.0
* Update redirects to work for 4.1 docs move
* Update docs version switcher to include latest and link to 4.0 docs
* re-run dist
* Update package-lock.json
* Update docs-navbar.html
2018-04-09 09:00:23 -07:00
XhmikosR
10c64bdae8
Fix broken URI fragments and redirects.
2018-04-02 19:19:09 +03:00
XhmikosR
95cdfa2a65
Use https when possible.
2018-04-02 19:19:09 +03:00
Patrick Yeo
4f35e53216
Pagination move .page-link:focus
outline value to variable $pagination-focus-outline
so we can unset it via Sass and don't have to re-implement browser defaults
2018-04-01 18:16:49 -07:00
Martijn Cuppens
a55d1b27c5
Allow non-string content as breadcrumb divider ( #25581 )
...
* Allow url(), attr(), none,... as breadcrumb divider
* Update breadcrumb divider docs
2018-04-01 18:15:57 -07:00
Tom Swirly
a0c7473a34
Tiny grammar and punctuation tweaks to a comment.
...
1. It's == "it is"
2. The subject of the sentence is "Only one" (not "these") so the verb must agree with it.
Feel free to do nothing with this change, use it, etc - I just saw this while reading through the code.
2018-04-01 23:08:58 +03:00
Mark Otto
98763f1f85
Deprecate .text-hide ( #26173 )
2018-03-31 22:10:32 -07:00
Mark Otto
dd7ed79856
Add box-shadow utilities ( #25758 )
2018-03-31 22:07:48 -07:00
Mark Otto
74490346ff
Add new .flex-grow and .flex-shrink utils
2018-03-31 22:05:09 -07:00
Mark Otto
474698f41b
Fix Chrome's rendering of .card-columns
...
Uses orphans/widows trick from @fran-worley at https://github.com/twbs/bootstrap/issues/20925#issuecomment-333492739 .
Fixes #20925 .
2018-03-31 22:04:14 -07:00
Mark Otto
3417c54ad7
add 50% translucent black and white text
2018-03-31 22:02:47 -07:00
Mark Otto
4f05e3b735
add .text-body, fixes #25412
2018-03-31 22:02:47 -07:00
Martijn Cuppens
12708d329a
Remove navbar align
2018-03-31 21:59:54 -07:00
Mark Otto
185666fd79
Add .text-monospace util
2018-03-31 21:58:57 -07:00
Mike Rogers
2306f62bf1
Making use of prefers-reduced-motion
media query ( #25641 )
...
* Making use of `prefers-reduced-motion` media query
As discussed in #25249 - if a user (Who is using Safari / iOS) requests
reduced motion in their system settings, we should avoid transitions.
* Ignoring prefers reduced motion for CSS Linting
* Updating copy clarifying the reduce motion functionality in accessibility.md
2018-03-20 09:28:21 +00:00
ysds
7b2427cc6b
Rename .custom-file-control
to .custom-file-label
( #25736 )
2018-03-12 19:51:27 +02:00
ysds
14f712601e
Add basic position to dropup/right/left and dropdown-menu-right ( #25400 )
2018-03-12 19:44:05 +02:00
Peter Etelej
fb15575ec5
Disable link functionality on disabled btn-link
( #25645 )
...
Future-proof disabling of clicks on disabled `btn-link`. Fixes #25639
ensuring consistency between `btn-link` `<button>`s and `<a>`s when disabled.
2018-03-12 19:36:25 +02:00
Jacob Müller
27f553c965
Replace "loose" HEX values with their respective variables ( #25672 )
2018-03-12 19:19:37 +02:00
Alexander Hjorth
6d7d91ef3b
Allow customization of breadcrumb border radius ( #25807 )
2018-03-12 18:55:47 +02:00
ysds
50220acde4
Fix caret alignment ( #25719 )
2018-03-12 18:51:00 +02:00
Martijn Cuppens
f893ec7a75
Collapse with flex elements - simple approach ( #25806 )
...
* #22600 : prevent display:block for visible content
* allow transition for elements with show class
2018-03-12 18:40:30 +02:00
Catalin Zalog
2ccb5492a7
style: align some vars ( #25785 )
2018-03-08 14:28:32 +02:00
Adam Kolinski
49d0a4e99c
Adding a variable to handle the change of a modals border-radius. ( #25691 )
2018-03-03 13:06:54 -08:00
Mark Otto
b8bfd26358
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
2018-02-24 12:38:51 -08:00
Adam Bowles
20c2d0fec6
Remove disabling of stylelint rule
...
This file no longer has intentional indentation errors
2018-02-24 12:22:38 -08:00
Mark Otto
99379f3843
make it a var
2018-02-19 18:15:44 -08:00
Mark Otto
c9f63c2eb8
Merge branch 'nav-divider-mixin' of https://github.com/ysds/bootstrap into ysds-nav-divider-mixin
2018-02-19 18:14:50 -08:00
Mark Otto
982aeea1f7
Merge branch 'accordion-borders' of https://github.com/andresgalante/bootstrap into v4-dev
2018-02-19 15:04:55 -08:00
ysds
33f3ba33c2
Add color variable for caption ( #25657 )
2018-02-19 14:42:54 -08:00