0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
Commit Graph

16351 Commits

Author SHA1 Message Date
Mark Otto
6c595d2cc1 add theme-color-level function and interval so we can generate shades of colors 2017-06-25 18:31:03 -07:00
Mark Otto
9372eef9e1 rename .card-inverse to .card-dark, update docs to match 2017-06-25 18:30:24 -07:00
Mark Otto
36e482ed27 update navbars to rename .navbar-inverse to .navbar-dark, update all navbar examples and variables 2017-06-25 18:29:43 -07:00
Mark Otto
2392047a0c update alert component to use theme sass map and add a ton of options in the process 2017-06-25 18:22:51 -07:00
Mark Otto
fc053ed096 update background utils 2017-06-25 18:16:37 -07:00
Mark Otto
aa83c4f417 update badges to use the theme colors sass map 2017-06-25 18:15:32 -07:00
Mark Otto
b4879ec40f remove bg styles 2017-06-25 18:14:02 -07:00
Mark Otto
a0fb496635 update rendering of colors in options.md 2017-06-25 18:12:50 -07:00
Mark Otto
370e299c6b modify contrast value 2017-06-25 18:11:16 -07:00
Mark Otto
b973fe6b94 update theme colors 2017-06-25 18:08:43 -07:00
Mark Otto
222eddda5e Merge branch 'v4-dev' into colors-redux 2017-06-18 18:32:42 -07:00
Mark Otto
16d77b4cb0 build 2017-06-18 18:32:16 -07:00
Mark Otto
eed427690b Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev 2017-06-18 18:31:00 -07:00
Mark Otto
7e2d41becd remove mention of postcss-flexbugs-fixes from docs 2017-06-18 18:17:48 -07:00
Mark Otto
440af84c7a remove postcss-flexbugs-fixes from build process 2017-06-18 18:17:48 -07:00
obinnangini
532493e6ec Updated flex-basis property to fix issue #18569 in .scss files 2017-06-18 18:17:48 -07:00
Mark Otto
1a23321fc0 Update _buttons.scss 2017-06-18 10:53:27 -07:00
Mark Otto
597e9f8618 remove - vars, update docs to generate from data yml files, update mixins, and generate card, button, bg, and color classes from the sass map 2017-06-18 02:57:16 -07:00
Mark Otto
74f1d002b4 Merge branch 'v4-dev' into colors-redux 2017-06-18 02:19:34 -07:00
Patrick Yeo
845320fe8c @mixin pagination-size() doesn't apply line-height 2017-06-18 02:11:33 -07:00
Ken Paulsen
a47f373e82 Fix mixin media-breakpoint-only
Prevent mixin media-breakpoint-only from breaking when supplying the
first or last entry in $grid-breakpoints.
2017-06-18 02:08:11 -07:00
Mark Otto
72a0093200 build 2017-06-18 00:14:35 -07:00
Mark Otto
035b7349f9 redo header 2017-06-18 00:14:23 -07:00
Mark Otto
d2508ec506 Update _borders.scss 2017-06-17 23:20:56 -07:00
Mark Otto
da2629907e move from mixins and add important flag 2017-06-17 23:20:56 -07:00
Mark Otto
5476e636ce limit active styles for nav-pills to immediate children 2017-06-17 22:40:07 -07:00
Mark Otto
b1d07a8e7c follow up to 4bab8b890e to avoid the max-height if there's no sticky 2017-06-17 22:29:54 -07:00
Mark Otto
bcc1f84d56 close #22338 by putting h4 text within links, but keep headings as is because i can't justify writing h3.h4 😭 2017-06-17 21:57:47 -07:00
Mark Otto
ea2d6adfc7 mention labels being outside input-group 2017-06-17 21:10:06 -07:00
Mark Otto
1c3acb63b1 fixes #22846 2017-06-17 20:36:49 -07:00
Mark Otto
1b722372a8 update comment 2017-06-17 20:25:35 -07:00
Mark Otto
58bd8fdf2b Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev 2017-06-17 19:03:25 -07:00
Mark Otto
3e25ebb587 document it 2017-06-17 13:13:47 -07:00
Mark Otto
60d8c8754f wrap .sticky-top in supports query 2017-06-17 13:13:47 -07:00
Mark Otto
4bab8b890e wrap .bd-navbar position styles in supports query, remove prefix, and update linter settings for file 2017-06-17 13:13:47 -07:00
Mark Otto
2a579e546c use flexbox order property to change order of content for screenreaders 2017-06-17 13:13:13 -07:00
Mark Otto
2fb65c2b61 scss-lint update 2017-06-17 13:13:13 -07:00
Johann-S
8170816094 Detect if the dropdown is in a navbar or not when update is called 2017-06-17 13:12:39 -07:00
Catalin Zalog
f640ec9662 Some .navbar .dropdown-menu optimisation (#22776) 2017-06-17 13:12:39 -07:00
Johann-S
af93db294b Reset Popper.js styles for Dropdowns in navbar 2017-06-17 13:12:39 -07:00
Mark Otto
ce98a1da5b build 2017-06-17 10:13:43 -07:00
Patrick H. Lauke
816d5bd2e3 Docs: accessibility and IE fixes for SVG-based top navigation (#22848)
* Add explicit aria-label attributes to <svg> based links

As some browser/AT combinations don't seem to fully support grabbing the
`<title>` from inside the `<svg>` as the link text/name to announce
(e.g. Firefox+NVDA)

* Add <title> to Bootstrap logo <svg>

* Add <title> to menu <svg>

* Add explicit focusable="false" to <svg> icons

Due to a bug/"feature" in IE, `<svg>` elements are usually separately
focusable, which then results in links with `<svg>` icons being
essentially focused twice (once for the link, and once for the `<svg>`
inside, which is then also non-interactive)
2017-06-17 15:07:49 +02:00
Mark Otto
c5170db844 Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev 2017-06-16 21:28:29 -07:00
Mark Otto
9fe8f94341 hide for now 2017-06-16 21:28:24 -07:00
Patrick Yeo
9f0929013e (#22414) Rename for consistency $list-group-link-*-* to $list-group-action-*-* 2017-06-16 18:58:21 -07:00
Johann-S
6ed8a735d0 fix some errors in our js 2017-06-16 10:57:13 +02:00
Johann-S
11a5ca8ff3 Add back js-lint when we try to build our js 2017-06-16 10:57:13 +02:00
Mark Otto
54ee882e50 redo intro 2017-06-15 20:30:02 -07:00
Mark Otto
42d614347e fix broken button 2017-06-15 20:28:14 -07:00
Mark Otto
09e3509ff3 render the colors 2017-06-15 11:16:40 -07:00