- 20 Mar, 2018 1 commit
-
-
Mike Rogers authored
* Making use of `prefers-reduced-motion` media query As discussed in #25249 - if a user (Who is using Safari / iOS) requests reduced motion in their system settings, we should avoid transitions. * Ignoring prefers reduced motion for CSS Linting * Updating copy clarifying the reduce motion functionality in accessibility.md
-
- 12 Mar, 2018 7 commits
-
-
ysds authored
-
ysds authored
-
Peter Etelej authored
Future-proof disabling of clicks on disabled `btn-link`. Fixes #25639 ensuring consistency between `btn-link` `<button>`s and `<a>`s when disabled.
-
Jacob Müller authored
-
Alexander Hjorth authored
-
ysds authored
-
Martijn Cuppens authored
* #22600: prevent display:block for visible content * allow transition for elements with show class
-
- 08 Mar, 2018 1 commit
-
-
Catalin Zalog authored
-
- 03 Mar, 2018 1 commit
-
-
Adam Kolinski authored
-
- 24 Feb, 2018 1 commit
-
-
Adam Bowles authored
This file no longer has intentional indentation errors
-
- 20 Feb, 2018 1 commit
-
-
Mark Otto authored
-
- 19 Feb, 2018 3 commits
-
-
ysds authored
-
Mark Otto authored
* added the styling * added the documentation * update for one rule per line * fix hound error: trailing whitespace * trimmed off vendor prefixes * Add note about track and thumb * Psuedo-elements must be split across multiple rulesets to have an affect * Fix firefox inner focus * Seems that FF is the only one affected by this * Add support for gradients * Add labels, clarify min/max changes * add step example * add custom range vars
-
Martijn Cuppens authored
-
- 12 Feb, 2018 1 commit
-
-
Martijn Cuppens authored
Fixes #25235
-
- 11 Feb, 2018 5 commits
-
-
Mark Otto authored
-
Mark Otto authored
* Remove clip-path from .sr-only utility as it causes perf regressions in Chrome * change snippet to example
-
m5o authored
* set color to `.form-control-plaintext` * fixes readability on dark themes like ‘darkly’ * https://bootswatch.com/darkly/index.html#forms * https://bootswatch.com/slate/index.html#forms * https://bootswatch.com/superhero/index.html#superhero * https://bootswatch.com/solar/index.html#forms /cc @thomaspark
-
m5o authored
* use $input-bg for $custom-select-bg
-
Andres Galante authored
-
- 07 Feb, 2018 1 commit
-
-
freezy authored
This checks if all variables are `!default`.
-
- 03 Feb, 2018 1 commit
-
-
Martijn Cuppens authored
-
- 02 Feb, 2018 1 commit
-
- 30 Jan, 2018 1 commit
-
-
Richard van Laak authored
-
- 22 Jan, 2018 3 commits
-
-
Mark Otto authored
* Move helpful code comments * Add .carousel-fade option to Sass * Document example of the fade carousel * more logical warning of the .active class on carousel items
-
Mark Otto authored
* Add .dropdown-item-text class * Add example of plain text within a .dropdown-menu, too * reorganize, simple/clearer headings
-
ysds authored
-
- 21 Jan, 2018 3 commits
-
-
Taufek Johar authored
Currently bootstrap only provides 4 variations of `width` and `height` css utilities, which are: 1. 25% 2. 50% 3. 75% 4. 100%. Here, I'm adding `auto` to the list. This is useful when we need to reset the width/height value back to the browser default value at some point.
-
Pierre-Denis Vanduynslager authored
-
- 20 Jan, 2018 1 commit
-
-
Mark Otto authored
-
- 19 Jan, 2018 1 commit
-
-
Andrew Luca authored
-
- 18 Jan, 2018 2 commits
-
-
Mark Otto authored
-
Mark Otto authored
* Prevent print utils from overriding all other display utils Fixes #25221. I agree with the referenced issue—this is unexpected and also causes a serious bug when mixed with other utility classes. This wasn't an issue in v3 given we had different utilities for hiding that weren't focused on display property. * Add printing changes to migration docs * unrelated heading sentence case change * List out all .d-print- classes
-
- 17 Jan, 2018 3 commits
-
-
Mark Otto authored
-
ysds authored
-
Andrew Luca authored
When changing `$input-border-width`, `$input-height-border` does not change and `select.form-control` `custom-select` `custom-file` will still have `$input-height` which is resolved from `$input-btn-border-width` This will work in cases when want controls with border, and buttons without. Temporary fix will be to override 2 variables ``` $input-border-width: 2px !default; // which is // $input-height-border: $input-btn-border-width * 2 !default; $input-height-border: $input-border-width * 2 !default; ```
-
- 16 Jan, 2018 2 commits
-
-
Casper Bornebusch authored
* Add order-*-last grid class * copy updates
-
Gustavo Straube authored
-