]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Chris Rebert [Thu, 7 Jan 2016 02:34:28 +0000 (18:34 -0800)]
In IE9-11, prevent breadcrumb separator from getting underlined on :hover when not using <ol> markup
Fixes #18733 in IE9-11
Also adds comments to the code explaining this and #18740.
Bass Jobsen [Fri, 1 Jan 2016 09:51:27 +0000 (10:51 +0100)]
In modern browsers, prevent breadcrumb separator from getting underlined on :hover when not using <ol> markup
Fixes #18733, except in IE9-11
Closes #18740
Chris Rebert [Thu, 7 Jan 2016 00:25:32 +0000 (16:25 -0800)]
Merge branch 'input-type-reset-btn' into v4-dev
Chris Rebert [Thu, 7 Jan 2016 00:24:43 +0000 (16:24 -0800)]
Add <input type="reset"> example to Button Tags docs for completeness
[skip sauce]
Mark Otto [Wed, 6 Jan 2016 23:59:10 +0000 (15:59 -0800)]
grunt
Mark Otto [Wed, 6 Jan 2016 23:55:49 +0000 (15:55 -0800)]
Merge pull request #18783 from twbs/v4-nav-cleanup
v4: Nav cleanup
Mark Otto [Wed, 6 Jan 2016 23:51:23 +0000 (15:51 -0800)]
Consolidate nav-tab dropdown styles with nav-tab styles
- Moves styles up the document a bit to nest them
- Drops the static 1px for $navbar-tabs-border-width so once again it’s
all tied together should folks customize that
Mark Otto [Wed, 6 Jan 2016 23:50:08 +0000 (15:50 -0800)]
New $nav-pills-active-link-* variables
- Renames old and unused $nav-pills-active-link-hover-* for
$nav-pills-active-link-* ones
- Puts those vars to use in place of defaults $component-* vars on nav
pills
Mark Otto [Wed, 6 Jan 2016 23:47:28 +0000 (15:47 -0800)]
Spacing y'all
Mark Otto [Wed, 6 Jan 2016 23:46:48 +0000 (15:46 -0800)]
Regroup nav variables
Mark Otto [Wed, 6 Jan 2016 23:45:26 +0000 (15:45 -0800)]
Revamp tabbed nav border variables
- Add new $nav-tabs-border-width for the bottom border on the .nav-tabs
parent class
- Use that new variable for the negative margin on nav-items within it
for consistent customization
- Drop the $nav-tabs-link-border-width for the new variable so it’s all
tied together
Mark Otto [Wed, 6 Jan 2016 23:42:32 +0000 (15:42 -0800)]
Add $nav-disabled-link-hover-bg variable
Mark Otto [Wed, 6 Jan 2016 23:41:35 +0000 (15:41 -0800)]
Add $nav-item-inline-spacer variable
So folks can customize the distance between nav links in inline navs.
Mark Otto [Wed, 6 Jan 2016 23:39:38 +0000 (15:39 -0800)]
Nav docs updates
- More consistent states and labels in nav examples
- Add stacked pills example for with <nav> element
Chris Rebert [Wed, 6 Jan 2016 23:02:58 +0000 (15:02 -0800)]
Tweak phrasing of .tab('show') docs
Refs #18708
[ci skip]
Mark Otto [Wed, 6 Jan 2016 23:01:41 +0000 (15:01 -0800)]
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Wed, 6 Jan 2016 23:01:22 +0000 (15:01 -0800)]
grunt
Chris Rebert [Wed, 6 Jan 2016 23:00:45 +0000 (15:00 -0800)]
Merge pull request #18708 from Johann-S/showDoc
Add documentation for Tab plugin's `show` method
Mark Otto [Wed, 6 Jan 2016 23:00:11 +0000 (15:00 -0800)]
follow up to #18782: remove pager vars
Mark Otto [Wed, 6 Jan 2016 22:57:51 +0000 (14:57 -0800)]
Merge pull request #18782 from twbs/v4-rip-pager
v4: Drop pager component
Mark Otto [Wed, 6 Jan 2016 22:57:00 +0000 (14:57 -0800)]
fix blog example to use customized pagination based on button styles
Mark Otto [Wed, 6 Jan 2016 22:48:48 +0000 (14:48 -0800)]
add docs notes
Mark Otto [Wed, 6 Jan 2016 22:47:33 +0000 (14:47 -0800)]
Rip out the pager component
Chris Rebert [Wed, 6 Jan 2016 22:47:07 +0000 (14:47 -0800)]
Ignore HTML validator warning about <input type="datetime-local">
Erratum from #18778
[skip sauce]
Chris Rebert [Wed, 6 Jan 2016 22:42:37 +0000 (14:42 -0800)]
Remove associated comment too
Erratum from #18658
[ci skip]
Mark Otto [Wed, 6 Jan 2016 22:33:58 +0000 (14:33 -0800)]
fixes #18658: no more min-width action on progress bars. we had them in v3 and ended up removing them for additional problems it caused folks.
Mark Otto [Wed, 6 Jan 2016 22:10:46 +0000 (14:10 -0800)]
Clarify a few things in migration docs
Mark Otto [Wed, 6 Jan 2016 22:07:17 +0000 (14:07 -0800)]
grunt
Mark Otto [Wed, 6 Jan 2016 22:07:13 +0000 (14:07 -0800)]
fix example css
Patrick H. Lauke [Wed, 6 Jan 2016 20:15:58 +0000 (20:15 +0000)]
Merge pull request #18775 from twbs/hack-18543
Set -ms-overflow-style:scrollbar to workaround apparent IE11+Edge @viewport bug
Patrick H. Lauke [Wed, 6 Jan 2016 19:39:43 +0000 (19:39 +0000)]
Merge pull request #18778 from twbs/rip-datetime
Remove usages of and references to <input type="datetime">
Chris Rebert [Wed, 6 Jan 2016 19:28:17 +0000 (11:28 -0800)]
Remove usages of and references to <input type="datetime">
It has been removed from the HTML specification: https://github.com/whatwg/html/issues/336
Only Presto Opera ever implemented a special UI for it.
[skip sauce]
Chris Rebert [Wed, 6 Jan 2016 09:32:39 +0000 (01:32 -0800)]
Update docs to account for #18772
/fyi @mdo
[skip sauce]
Chris Rebert [Wed, 6 Jan 2016 09:21:01 +0000 (01:21 -0800)]
Set -ms-overflow-style:scrollbar to workaround apparent IE11+Edge @viewport bug
Closes #18543
Mark Otto [Wed, 6 Jan 2016 09:12:30 +0000 (01:12 -0800)]
Merge pull request #18774 from twbs/v4-outline-cards
v4: Rename .card-*-outline to .card-outline-*
Mark Otto [Wed, 6 Jan 2016 09:11:22 +0000 (01:11 -0800)]
update docs to match
Mark Otto [Wed, 6 Jan 2016 09:10:15 +0000 (01:10 -0800)]
Merge branch 'v4-dev' into v4-outline-cards
Mark Otto [Wed, 6 Jan 2016 09:09:58 +0000 (01:09 -0800)]
Merge pull request #18501 from petetnt/card-outline-docs
Document .card-*-outline variants
Mark Otto [Wed, 6 Jan 2016 09:09:45 +0000 (01:09 -0800)]
rename .card-*-outline to .card-outline-* for consistency with button outlines
Mark Otto [Wed, 6 Jan 2016 09:07:28 +0000 (01:07 -0800)]
Merge pull request #18518 from sergej2705/v4-dev-background-variant
Added !important to hover
Mark Otto [Wed, 6 Jan 2016 09:00:22 +0000 (01:00 -0800)]
Merge pull request #18695 from bassjobsen/patch-30
.container, .container-fluid should be conditional upon $enable-grid-…
Mark Otto [Wed, 6 Jan 2016 08:13:58 +0000 (00:13 -0800)]
Merge pull request #18736 from twbs/readme-badges
README: Add badges for Packagist and Atmosphere
Mark Otto [Wed, 6 Jan 2016 08:12:43 +0000 (00:12 -0800)]
Merge pull request #18772 from twbs/v4-outline-buttons
v4: Rename .btn-*-outline to .btn-outline-*
Mark Otto [Wed, 6 Jan 2016 08:11:49 +0000 (00:11 -0800)]
fixes #17719: rename .btn-*-outline to .btn-outline-*
Mark Otto [Wed, 6 Jan 2016 08:08:35 +0000 (00:08 -0800)]
Merge pull request #18741 from bassjobsen/patch-15
fix justified navbar
Mark Otto [Wed, 6 Jan 2016 08:07:41 +0000 (00:07 -0800)]
grunt
Mark Otto [Wed, 6 Jan 2016 08:02:25 +0000 (00:02 -0800)]
Merge pull request #18771 from twbs/v4-custom-forms-revamp
v4: Custom forms (disabled state, revamp, etc)
Mark Otto [Wed, 6 Jan 2016 08:00:08 +0000 (00:00 -0800)]
disable it for the whole file
Mark Otto [Wed, 6 Jan 2016 07:58:34 +0000 (23:58 -0800)]
really disable the offending one
Mark Otto [Wed, 6 Jan 2016 07:56:08 +0000 (23:56 -0800)]
try disabling that
Mark Otto [Wed, 6 Jan 2016 07:45:44 +0000 (23:45 -0800)]
rewrite custom file input component to use classes over nested elements
Mark Otto [Wed, 6 Jan 2016 07:45:20 +0000 (23:45 -0800)]
ensure custom selects get rounded corners
Mark Otto [Wed, 6 Jan 2016 07:34:51 +0000 (23:34 -0800)]
Change .c-select to .custom-select
Mark Otto [Wed, 6 Jan 2016 07:28:26 +0000 (23:28 -0800)]
clarify docs
Mark Otto [Wed, 6 Jan 2016 07:26:36 +0000 (23:26 -0800)]
update forms docs
- add more details on custom checkboxes and radios for how we handle the states and how the css works
- create a disabled custom checkboxes and radios example
Mark Otto [Wed, 6 Jan 2016 07:25:42 +0000 (23:25 -0800)]
Revamp custom form styles
- Less nesting with more specific classes
- New class names for most elements to avoid unnecessary and potentially confusing shorthand
- Require new class and markup for the description (though it's only necessary for disable states, it's now part of the entire component's markup for all states just in case)
- Change up colors and variables for regular and disabled states
Mark Otto [Wed, 6 Jan 2016 04:58:39 +0000 (20:58 -0800)]
Merge pull request #18682 from twbs/media-obj-zoom
Remove nonstandard `zoom: 1` from media object
Mark Otto [Wed, 6 Jan 2016 04:48:13 +0000 (20:48 -0800)]
Merge pull request #18734 from tagliala/fix-highlight-docs
Fix margins in highlighted code in docs
Chris Rebert [Wed, 6 Jan 2016 01:07:22 +0000 (17:07 -0800)]
Add alternative migration possibility for panel color variants
Refs #18767
[ci skip]
markau [Wed, 14 Oct 2015 02:30:30 +0000 (13:00 +1030)]
Fixes #17918: Add styles for disabled custom checkboxes and radios
Mark Otto [Tue, 5 Jan 2016 08:22:44 +0000 (00:22 -0800)]
grunt
Mark Otto [Tue, 5 Jan 2016 08:16:15 +0000 (00:16 -0800)]
Merge pull request #18760 from twbs/v4-17991
v4: font-weight: normal on labels
Mark Otto [Tue, 5 Jan 2016 08:14:58 +0000 (00:14 -0800)]
remove instances of font-weight: normal since we no longer specify bold labels (as of v4)
Chris Rebert [Mon, 4 Jan 2016 08:27:18 +0000 (00:27 -0800)]
Merge pull request #18755 from twbs/lint-docs-css
Grunt: Extract lint-docs-css task
Chris Rebert [Mon, 4 Jan 2016 08:22:03 +0000 (00:22 -0800)]
Grunt: Extract lint-docs-css task
[skip sauce]
Mark Otto [Mon, 4 Jan 2016 03:16:53 +0000 (19:16 -0800)]
grunt
Mark Otto [Mon, 4 Jan 2016 03:14:46 +0000 (19:14 -0800)]
Merge pull request #18752 from twbs/v4-docs-scsslint
v4: Docs Sass linting
Mark Otto [Mon, 4 Jan 2016 03:14:14 +0000 (19:14 -0800)]
Merge pull request #18662 from patrickhlauke/docs-collapse-accessibility-patch1
Docs: accessibility fix-up of collapsible content navbar, change site-wide main navbar
Mark Otto [Mon, 4 Jan 2016 03:13:44 +0000 (19:13 -0800)]
Merge pull request #18697 from bassjobsen/patch-31
remove `<div class="bd-sidebar">`
Mark Otto [Mon, 4 Jan 2016 03:12:33 +0000 (19:12 -0800)]
Merge pull request #18686 from patrickhlauke/docs-pagination-kbd1
Docs: add note and advice about .disabled and keyboard focus
Mark Otto [Mon, 4 Jan 2016 03:10:42 +0000 (19:10 -0800)]
Merge pull request #18669 from twbs/fix-18652
Remove .dl-horizontal; it's redundant to the grid system
Mark Otto [Mon, 4 Jan 2016 03:03:26 +0000 (19:03 -0800)]
Merge pull request #18675 from patrickhlauke/docs-code1
Docs: tweaks to content code
Mark Otto [Mon, 4 Jan 2016 02:43:59 +0000 (18:43 -0800)]
grunt
Mark Otto [Mon, 4 Jan 2016 02:28:07 +0000 (18:28 -0800)]
reformat syntax styles for linting
Mark Otto [Mon, 4 Jan 2016 02:27:54 +0000 (18:27 -0800)]
basic linting
Mark Otto [Mon, 4 Jan 2016 02:17:58 +0000 (18:17 -0800)]
basic linting changes, disable some id selector testing per file as needed
Mark Otto [Mon, 4 Jan 2016 02:12:33 +0000 (18:12 -0800)]
property order linting
Mark Otto [Mon, 4 Jan 2016 02:12:26 +0000 (18:12 -0800)]
dont scsslint the main file because of the built-in copyright banner
Mark Otto [Mon, 4 Jan 2016 02:10:47 +0000 (18:10 -0800)]
we nuked the focusedinput example awhile back, so nuking the styles too
Mark Otto [Mon, 4 Jan 2016 02:10:34 +0000 (18:10 -0800)]
basic linting
Mark Otto [Mon, 4 Jan 2016 02:10:22 +0000 (18:10 -0800)]
nuke vendor prefixes
Mark Otto [Mon, 4 Jan 2016 02:09:36 +0000 (18:09 -0800)]
remove unused rule for ads css that was hiding an image that no longer exists (i think)
Mark Otto [Mon, 4 Jan 2016 02:09:09 +0000 (18:09 -0800)]
enable scsslinting for docs scss
Chris Rebert [Sat, 2 Jan 2016 04:05:12 +0000 (20:05 -0800)]
Merge pull request #18575 from QWp6t/patch-2
Add tether as bower dependency
Chris Rebert [Fri, 1 Jan 2016 21:31:02 +0000 (13:31 -0800)]
Add Wall of Browser Bugs entry for #18738
* https://bugs.webkit.org/show_bug.cgi?id=152637
* http://openradar.appspot.com/
24030853
[ci skip]
Chris Rebert [Fri, 1 Jan 2016 20:37:52 +0000 (12:37 -0800)]
grunt dist docs
[ci skip]
Chris Rebert [Fri, 1 Jan 2016 20:31:38 +0000 (12:31 -0800)]
Update copyright years to 2016
[ci skip]
Bass Jobsen [Fri, 1 Jan 2016 16:17:22 +0000 (17:17 +0100)]
add .nav-justified class
Bass Jobsen [Fri, 1 Jan 2016 16:15:24 +0000 (17:15 +0100)]
add new CSS classes to the navbar
Chris Rebert [Thu, 31 Dec 2015 23:15:55 +0000 (15:15 -0800)]
README: Add badges for Packagist and Atmosphere
[ci skip]
Chris Rebert [Thu, 31 Dec 2015 20:33:42 +0000 (12:33 -0800)]
README: Add version numbers to install commands for consistency with HTML docs
Refs #18728
[ci skip]
Chris Rebert [Thu, 31 Dec 2015 19:42:13 +0000 (11:42 -0800)]
Merge pull request #18717 from supergibbs/nuget_fixes_v4
Fixed NuGet link and bugs in MyGet script
Geremia Taglialatela [Thu, 31 Dec 2015 18:59:40 +0000 (19:59 +0100)]
Fix margins in highlights
Chris Rebert [Wed, 30 Dec 2015 18:38:50 +0000 (10:38 -0800)]
Merge pull request #18614 from patrickhlauke/docs-browsers-devices1
Docs: update browser support info
Patrick H. Lauke [Wed, 30 Dec 2015 10:37:09 +0000 (10:37 +0000)]
Split out to new para, into two sentences
Patrick H. Lauke [Tue, 29 Dec 2015 16:23:41 +0000 (16:23 +0000)]
Merge pull request #18699 from patrickhlauke/disabled-pointer-events
Add pointer-events:none to disabled pagination/pager links
Patrick H. Lauke [Tue, 29 Dec 2015 16:20:24 +0000 (16:20 +0000)]
Merge pull request #18716 from SamHH/v4-dev
Add max-width to file browser; fixes #18651
Supergibbs [Wed, 23 Dec 2015 20:46:49 +0000 (12:46 -0800)]
Fixed NuGet link and bugs in MyGet script
Sam A. Horvath-Hunt [Tue, 29 Dec 2015 14:41:21 +0000 (14:41 +0000)]
Add max-width to file browser; fixes #18651
Johann-S [Sun, 27 Dec 2015 20:11:17 +0000 (21:11 +0100)]
[Tab] Add documentation for method show