- 22 Aug, 2017 5 commits
-
-
Patrick Yeo authored
-
Patrick Yeo authored
Generate series of `.table-responsive-*` classes to accomodate overflowing tables in a variety of screen sizes
-
Patrick Yeo authored
-
Patrick Yeo authored
Rename `.table-inverse`, `.thead-inverse`, `.thead-default` to `.table-dark`, `.thead-dark`, `.thead-light` respectively
-
Patrick Yeo authored
(#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
-
- 21 Aug, 2017 2 commits
-
-
Patrick H. Lauke authored
-
Mark Otto authored
-
- 20 Aug, 2017 9 commits
-
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
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`.
-
gijsbotje authored
-
gijsbotje authored
-
Alex Chegodaev authored
-
Mark Otto authored
I never use this dang list and it just falls out of date far too easily. Dropping for my own sanity.
-
gijsbotje authored
-
- 18 Aug, 2017 1 commit
-
-
Jon Wolski authored
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)
-
- 15 Aug, 2017 5 commits
-
-
Andres Galante authored
-
Jacob Müller authored
* Remove remaining references to v4 Alpha This commit removes the remaining refrences to the v4 Alpha website and replaces them with the corresponding v4 Beta ones. **Note:** We have to hard code the current docs version at some places. Wouldn't it be good to have a `/docs/latest/` redirect to solve this "issue" in the future? * Don't update the domain in the CNAME file
-
Jurre authored
There is no _custom.scss file anymore.
- 14 Aug, 2017 1 commit
-
-
Andres Galante authored
-
- 13 Aug, 2017 8 commits
-
-
Tomáš Kout authored
-
Mark Otto authored
-
Mark Otto authored
* use a mixin there * revamp .btn-link to match default and outline variants * remove unnecessary properties
-
Mark Otto authored
move max-width: 100% on .container to the root of the make-container mixin so it's not repeated at compilation (#22947)
-
Mark Otto authored
-
Mark Otto authored
-
Patrick Yeo authored
-
Patrick Yeo authored
Apply `align-items: center;` to `.input-group` instead of input group sub components, causes `.input-group .form-control` and `.input-group-addon` to be large when next to a tall element
-
- 12 Aug, 2017 1 commit
-
-
razh authored
-
- 11 Aug, 2017 8 commits
-
-
Patrick Yeo authored
-
Patrick Yeo authored
-
Prateek Goel authored
* Fix to Chrome inheritance bug (#22872) * Remove box-sizing from html box-sizing removed from html and order of wild card selected and html selector swapped to maintain correctness of comments.
-
Patrick Yeo authored
Custom File `$custom-file-focus-box-shadow` should show even if box shadows are disabled Custom File variables should inherit from inputs
-
Prateek Goel authored
-
Prateek Goel authored
* add margin variable for breadcrumb * add margin variable for breadcrumb correction * breadcrumb margin variable changes after review
-
Patrick Yeo authored
-
Morgan Stone authored
* reduce # of spacing rules by combining x & y with t r b l * Remove unnecessary spaces
-