-
Notifications
You must be signed in to change notification settings - Fork 0
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
Commits on Aug 17, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 27637cf - Browse repository at this point
Copy the full SHA 27637cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a77f515 - Browse repository at this point
Copy the full SHA a77f515View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58b54b6 - Browse repository at this point
Copy the full SHA 58b54b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2bd8fb - Browse repository at this point
Copy the full SHA d2bd8fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58994a1 - Browse repository at this point
Copy the full SHA 58994a1View commit details
Commits on Aug 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 94cb75a - Browse repository at this point
Copy the full SHA 94cb75aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74d9639 - Browse repository at this point
Copy the full SHA 74d9639View commit details -
Remove
color
property frombadge
classI 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 committedAug 18, 2017 Configuration menu - View commit details
-
Copy full SHA for f07d870 - Browse repository at this point
Copy the full SHA f07d870View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41bcab6 - Browse repository at this point
Copy the full SHA 41bcab6View commit details
Commits on Aug 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d5db28d - Browse repository at this point
Copy the full SHA d5db28dView commit details
Commits on Aug 20, 2017
-
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.
Configuration menu - View commit details
-
Copy full SHA for fd8c052 - Browse repository at this point
Copy the full SHA fd8c052View commit details -
Configuration menu - View commit details
-
Copy full SHA for f67805c - Browse repository at this point
Copy the full SHA f67805cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5a2441 - Browse repository at this point
Copy the full SHA b5a2441View commit details -
Configuration menu - View commit details
-
Copy full SHA for f822307 - Browse repository at this point
Copy the full SHA f822307View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fc9dde - Browse repository at this point
Copy the full SHA 6fc9ddeView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for c4b3d81 - Browse repository at this point
Copy the full SHA c4b3d81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1da730c - Browse repository at this point
Copy the full SHA 1da730cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25bbfcd - Browse repository at this point
Copy the full SHA 25bbfcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ba0127 - Browse repository at this point
Copy the full SHA 2ba0127View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb32e91 - Browse repository at this point
Copy the full SHA bb32e91View commit details -
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`.
Configuration menu - View commit details
-
Copy full SHA for 834ee9b - Browse repository at this point
Copy the full SHA 834ee9bView commit details -
Merge branch 'fix/badge-default-colors' of https://github.com/jonwols…
…ki/bootstrap into jonwolski-fix/badge-default-colors
Configuration menu - View commit details
-
Copy full SHA for c0434f6 - Browse repository at this point
Copy the full SHA c0434f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26e6d8b - Browse repository at this point
Copy the full SHA 26e6d8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bea2e2 - Browse repository at this point
Copy the full SHA 6bea2e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22f6ee5 - Browse repository at this point
Copy the full SHA 22f6ee5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2973b3 - Browse repository at this point
Copy the full SHA d2973b3View commit details
Commits on Aug 21, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 721d948 - Browse repository at this point
Copy the full SHA 721d948View commit details -
Configuration menu - View commit details
-
Copy full SHA for 022b41e - Browse repository at this point
Copy the full SHA 022b41eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd3ca58 - Browse repository at this point
Copy the full SHA bd3ca58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b6f45a - Browse repository at this point
Copy the full SHA 6b6f45aView commit details
Commits on Aug 22, 2017
-
(#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
Configuration menu - View commit details
-
Copy full SHA for 0759427 - Browse repository at this point
Copy the full SHA 0759427View commit details -
Rename
.table-inverse
,.thead-inverse
,.thead-default
to `.tabl……e-dark`, `.thead-dark`, `.thead-light` respectively
Configuration menu - View commit details
-
Copy full SHA for 3bf3bdf - Browse repository at this point
Copy the full SHA 3bf3bdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c95dcc - Browse repository at this point
Copy the full SHA 5c95dccView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7eb3c9 - Browse repository at this point
Copy the full SHA f7eb3c9View commit details -
Generate series of
.table-responsive-*
classes to accomodate overf……lowing tables in a variety of screen sizes
Configuration menu - View commit details
-
Copy full SHA for f66fa3f - Browse repository at this point
Copy the full SHA f66fa3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1865b4 - Browse repository at this point
Copy the full SHA c1865b4View commit details -
Add pointer-events declarations
make outer `.modal-dialog` pass through events for custom click handling, counteract it for the actual `.modal-content`
Configuration menu - View commit details
-
Copy full SHA for 6ca451e - Browse repository at this point
Copy the full SHA 6ca451eView commit details -
replaced basic line-heights variable with button's line-heights varia…
…ble for button size classes
Configuration menu - View commit details
-
Copy full SHA for 70ca04b - Browse repository at this point
Copy the full SHA 70ca04bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0492c3a - Browse repository at this point
Copy the full SHA 0492c3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef8c77d - Browse repository at this point
Copy the full SHA ef8c77dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6063b0d - Browse repository at this point
Copy the full SHA 6063b0dView commit details
Commits on Aug 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b72489a - Browse repository at this point
Copy the full SHA b72489aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a416d32 - Browse repository at this point
Copy the full SHA a416d32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a6fc26 - Browse repository at this point
Copy the full SHA 3a6fc26View commit details
Commits on Aug 24, 2017
-
Fix toggle for Tooltips/Popover which was called even if the Tooltip/…
…Popover was disabled
Configuration menu - View commit details
-
Copy full SHA for 4571ab0 - Browse repository at this point
Copy the full SHA 4571ab0View commit details
Commits on Aug 25, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5a90b4a - Browse repository at this point
Copy the full SHA 5a90b4aView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for ba6a6f1 - Browse repository at this point
Copy the full SHA ba6a6f1View commit details