Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update from official repo #3

Merged
merged 47 commits into from
Aug 25, 2017
Merged

update from official repo #3

merged 47 commits into from
Aug 25, 2017

Commits on Aug 17, 2017

  1. Configuration menu
    Copy the full SHA
    27637cf View commit details
    Browse the repository at this point in the history
  2. Fix error in Alerts component doc (#23522)

    Jonathan Berger authored and XhmikosR committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    a77f515 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58b54b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2bd8fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58994a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2017

  1. Update reboot.md (#23521)

    XhmikosR authored Aug 18, 2017
    Configuration menu
    Copy the full SHA
    94cb75a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74d9639 View commit details
    Browse the repository at this point in the history
  3. Remove color property from badge class

    I suggest removing `color: #FFF` from the `badge` class, because it is
    provided by the `badge-<modifier>` classes along with a
    background-color, whereas there is no corresponding background-color
    provided on the `badge` class itself.
    
    Background
    ----------
    
    According to the documentation:
    
    > [badge] Requires one of the contextual, color modifier classes for `color` and
    > `background-color`.
    
    That is, color and background color should be provided by a modifier
    class, rather than the badge class itself.
    
    e.g. `<span class='badge badge-primary'>4</span>`
    
    In general, providing a `color` property without also providing a
    `background-color` should be avoided. [W3 QA tips]
    
    In this context, this is a problem only if someone creates a `badge`
    without providing a modifier. Such an omition may be difficult to trouble-shoot,
    because this will most likely yield white text on a white background.
    
    [W3 QA tips](https://www.w3.org/QA/Tips/color)
    Jon Wolski committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    f07d870 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41bcab6 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2017

  1. Configuration menu
    Copy the full SHA
    d5db28d View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2017

  1. Restore grid offset classes

    Fixes #23360 by restoring just the offset class generation to our grid
    framework mixins. Also restores the `make-col-offset` mixin.
    
    Docs have been restored to illustrate this behavior and merged with the
    newer margin utilities examples.
    mdo committed Aug 20, 2017
    Configuration menu
    Copy the full SHA
    fd8c052 View commit details
    Browse the repository at this point in the history
  2. Update redirect.html

    XhmikosR authored and mdo committed Aug 20, 2017
    Configuration menu
    Copy the full SHA
    f67805c View commit details
    Browse the repository at this point in the history
  3. Changed Typography title to Text

    simPod authored and mdo committed Aug 20, 2017
    Configuration menu
    Copy the full SHA
    b5a2441 View commit details
    Browse the repository at this point in the history
  4. fixed package.json jspm section.

    Albert Willemsen authored and mdo committed Aug 20, 2017
    Configuration menu
    Copy the full SHA
    f822307 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6fc9dde View commit details
    Browse the repository at this point in the history
  6. Drop the variables file table of contents and update the comment at t…

    …he top
    
    I never use this dang list and it just falls out of date far too easily. Dropping for my own sanity.
    mdo committed Aug 20, 2017
    Configuration menu
    Copy the full SHA
    c4b3d81 View commit details
    Browse the repository at this point in the history
  7. added @content directive to media-breakpoint-only mixin for min and m…

    …ax cases
    Alex Chegodaev authored and mdo committed Aug 20, 2017
    Configuration menu
    Copy the full SHA
    1da730c View commit details
    Browse the repository at this point in the history
  8. dist

    mdo committed Aug 20, 2017
    Configuration menu
    Copy the full SHA
    25bbfcd View commit details
    Browse the repository at this point in the history
  9. fixes double border when .list-group.list-group-flush is preceded by …

    ….card-header
    gijsbotje authored and mdo committed Aug 20, 2017
    Configuration menu
    Copy the full SHA
    2ba0127 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bb32e91 View commit details
    Browse the repository at this point in the history
  11. Simplify selector and only override what we set

    1. Instead of having two selectors, we use the `.list-group-item` class and have coverage for list items and anchors.
    2. Rather than override all border values, we only override what we set with `border-top`.
    mdo committed Aug 20, 2017
    Configuration menu
    Copy the full SHA
    834ee9b View commit details
    Browse the repository at this point in the history
  12. Merge branch 'fix/badge-default-colors' of https://github.com/jonwols…

    …ki/bootstrap into jonwolski-fix/badge-default-colors
    mdo committed Aug 20, 2017
    Configuration menu
    Copy the full SHA
    c0434f6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    26e6d8b View commit details
    Browse the repository at this point in the history
  14. dist

    mdo committed Aug 20, 2017
    Configuration menu
    Copy the full SHA
    6bea2e2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    22f6ee5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d2973b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2017

  1. Remove trailing spaces (#23593)

    joneff authored and XhmikosR committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    721d948 View commit details
    Browse the repository at this point in the history
  2. Added missing dot (#23601)

    skmedix authored and XhmikosR committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    022b41e View commit details
    Browse the repository at this point in the history
  3. Rename grayscale function to gray

    mdo committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    bd3ca58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b6f45a View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2017

  1. (#22414) Rename variables $table-inverse-bg, `$table-inverse-accent…

    …-bg`, `$table-inverse-hover-bg`, `$table-inverse-border-color`, `$table-inverse-color` to `$table-dark-bg`, `$table-dark-accent-bg`, `$table-dark-hover-bg`, `$table-dark-border-color`, `$table-dark-color` for consistency
    pat270 authored and mdo committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    0759427 View commit details
    Browse the repository at this point in the history
  2. Rename .table-inverse, .thead-inverse, .thead-default to `.tabl…

    …e-dark`, `.thead-dark`, `.thead-light` respectively
    pat270 authored and mdo committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    3bf3bdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c95dcc View commit details
    Browse the repository at this point in the history
  4. .thead-dark and .thead-light border color should display the righ…

    …t border color
    pat270 authored and mdo committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    f7eb3c9 View commit details
    Browse the repository at this point in the history
  5. Generate series of .table-responsive-* classes to accomodate overf…

    …lowing tables in a variety of screen sizes
    pat270 authored and mdo committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    f66fa3f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c1865b4 View commit details
    Browse the repository at this point in the history
  7. Add pointer-events declarations

    make outer `.modal-dialog` pass through events for custom click
    handling, counteract it for the actual `.modal-content`
    patrickhlauke authored and mdo committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    6ca451e View commit details
    Browse the repository at this point in the history
  8. replaced basic line-heights variable with button's line-heights varia…

    …ble for button size classes
    Svyatoslav Polishchuk authored and mdo committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    70ca04b View commit details
    Browse the repository at this point in the history
  9. remove d-flex class from img tag in docs

    chiraggmodi authored and mdo committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    0492c3a View commit details
    Browse the repository at this point in the history
  10. Tweak ESLint rules.

    XhmikosR committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    ef8c77d View commit details
    Browse the repository at this point in the history
  11. Enable the no-return-assign rule.

    Johann-S authored and XhmikosR committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    6063b0d View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2017

  1. Configuration menu
    Copy the full SHA
    b72489a View commit details
    Browse the repository at this point in the history
  2. Update Popper.js to 1.12.3

    Johann-S authored and XhmikosR committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    a416d32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a6fc26 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2017

  1. Configuration menu
    Copy the full SHA
    4571ab0 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2017

  1. Configuration menu
    Copy the full SHA
    5a90b4a View commit details
    Browse the repository at this point in the history
  2. Fix sticky margin when a modal is opened (#23669)

    * Adjust margin for sticky elements on modal
    
    Previously white space was visible to the right of sticky elements due to right padding being added to the body. This fixes #23661.
    
    * Add unit tests for margin of sticky elements on modal
    TechDavid authored and Johann-S committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    ba6a6f1 View commit details
    Browse the repository at this point in the history