- 25 Jul, 2018 5 commits
-
-
Martijn Cuppens authored
-
Martijn Cuppens authored
-
-
Andrew authored
* add 'lighter' and 'bolder' font weight classes these are 2 special values for font weight, that will give their content a font-weight value of 100 more or less than their inherited font-weight. probably doesn't fully fulfill this issue, https://github.com/twbs/bootstrap/issues/23969, but it's a start * Update .stylelintrc * add 'lighter' and 'bolder' variables per @mdo 's request.
-
- 24 Jul, 2018 1 commit
-
-
Mark Otto authored
-
- 21 Jul, 2018 2 commits
-
-
Martijn Cuppens authored
-
Mohammad Younes authored
-
- 20 Jul, 2018 7 commits
-
-
Joshua David authored
Nest `.modal` styling directly under `.modal-open` to avoid issues when bootstrap is nested.
-
Martijn Cuppens authored
-
ysds authored
-
ysds authored
* `svg:not(:root)` specificity is very high (https://github.com/necolas/normalize.css/issues/718) * Bootstrap do not support SVG documents (See #26878)
-
ysds authored
-
Mark Otto authored
Updates the properties and values for which we have existing variables to match our tooltips. Come 4.2, we'll create new tooltips for these.
-
- 15 Jul, 2018 5 commits
-
-
Lefteris Psitopoulos authored
-
Mark Otto authored
* Redo input height on .form-control - Use the already present -height variables on .form-control - Consolidate the select size and multiple overrides into the .form-control base class instead of sm/lg modifiers - Remove the Sass extends from input groups since it picks up too many selectors * Prevent height on textareas
-
ysds authored
* Fix focus box shadow of custom ranges * Put `:focus` selector right after `.custom-range` * Remove unnecessary `outline: none` * Fix box-shadow issues in IE/Edge * Better align * Fix thumb vertical positions in IE/Edge * Fix incorrect formula of thumb vertical positions in Webkit * Fix an incorrect comment * Fix incorrect box-shadow-width
-
Andrew Luca authored
Now `.custom-control` will have height equal to `$font-size-base` Fix custom checkbox and radio top position (we can't subtract rem from unit) `$line-height-base - $custom-control-indicator-size` is not valid Because `$line-height-base` is a unitless variable and `$custom-control-indicator-size` is a unit (rem) variable
-
Mark Otto authored
-
- 12 Jul, 2018 1 commit
-
-
Mark Otto authored
-
- 10 Jul, 2018 1 commit
-
-
Andrew authored
-
- 09 Jul, 2018 1 commit
-
-
Mark Otto authored
-
- 24 Jun, 2018 2 commits
-
-
Mark Otto authored
- Fixes #25656 where custom selects had the wrong focus shadow - Fixes #26668 where custom selects had no inset shadow (also closes #26572 which had the wrong form classes on the first example anyway)
-
Martijn Cuppens authored
-
- 07 Jun, 2018 1 commit
-
-
Ryan Worth authored
Feature request #26681
-
- 03 Jun, 2018 1 commit
-
-
Patrick H. Lauke authored
-
- 02 Jun, 2018 1 commit
-
-
Martijn Cuppens authored
-
- 22 May, 2018 2 commits
-
-
ysds authored
-
Martijn Cuppens authored
-
- 18 May, 2018 1 commit
-
-
domq authored
By applying the transition: CSS property only to classes that are active during sliding, we avoid an unnecessary, non-zero-time animation that although mostly invisible, does interfere with e.g. z-index based parallax
-
- 07 May, 2018 1 commit
-
-
ysds authored
-
- 30 Apr, 2018 2 commits
- 24 Apr, 2018 6 commits