- 30 Apr, 2019 1 commit
-
-
Martijn Cuppens authored
- Line height & font family from html were directly overridden by body, so they were redundant thus removed - The remaining properties are moved to body - Shim for IE10 tags removed - hr cleanup - Combined styles from reboot & type - Changed from borders to background - This allows us to keep the color inherited. - Opacity can be used to change the intensity - Size attribute will not change the height instead of making the hr look like an input field - Better variable names - headings cleanup - Moved all element styling to reboot - Type will now extend the element styling. This way we will save some redundant code - small & mark are also moved to reboot. type does not contain any element styling anymore - font weight removed from small, this did not really made sense
-
- 12 Mar, 2019 1 commit
-
-
Patrick H. Lauke authored
instead, only apply outline suppression if the browser wouldn't normally apply the focus outline, using the (currently experimental) `:focus-visible` pseudo-class
-
- 07 Feb, 2019 1 commit
-
-
Martijn Cuppens authored
-
- 04 Jan, 2019 2 commits
-
-
Martijn Cuppens authored
-
Martijn Cuppens authored
-
- 27 Dec, 2018 1 commit
-
-
XhmikosR authored
-
- 23 Dec, 2018 1 commit
-
-
Martijn Cuppens authored
-
- 12 Dec, 2018 1 commit
-
-
Patrick H. Lauke authored
Edge/Mobile appears to have moved support for `-ms-viewport` behind a flag at some point, instead supporting meta viewport directives. Removing this altogether also fixes issues in IE11 on high-dpi displays - see https://github.com/twbs/bootstrap/issues/21780
-
- 06 Dec, 2018 1 commit
-
-
Gijs Rogé authored
The default font weight value for <strong> <br> in reboot was set by a fixed value we now use the variable $font-weight-bolder to let users override this value.
-
- 04 Dec, 2018 1 commit
-
-
acidrums4 authored
-
- 18 Nov, 2018 1 commit
-
-
Martijn Cuppens authored
-
- 04 Nov, 2018 2 commits
-
-
Martijn Cuppens authored
-
Varunram authored
diff credits: @client9
-
- 22 Oct, 2018 1 commit
-
-
Martijn Cuppens authored
-
- 02 Sep, 2018 1 commit
-
-
Martijn Cuppens authored
-
- 20 Jul, 2018 3 commits
-
-
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
-
- 24 Jun, 2018 1 commit
-
-
Martijn Cuppens authored
-
- 24 Apr, 2018 1 commit
-
-
nickg authored
-
- 15 Apr, 2018 1 commit
-
-
Patrick H. Lauke authored
`<dialog>`, in browsers that support it, has user agent styles of `dialog { display:block; ...} dialog:not([open]) { display:none; }` by forcing it to `display:block` in the shim, the dialog is shown even when closed. There's no clean way to shim this for non-supporting browsers, but arguably these browsers would have further problems with pure `<dialog>` usage anyway, and it's up to authors to then use different elements/shims.
-
- 12 Mar, 2018 1 commit
-
-
Jacob Müller authored
-
- 19 Feb, 2018 1 commit
-
-
ysds authored
-
- 11 Feb, 2018 1 commit
-
-
Andres Galante authored
-
- 11 Jan, 2018 1 commit
-
-
Patrick H. Lauke authored
Due to a severe performance bug in Chrome (see https://bugs.chromium.org/p/chromium/issues/detail?id=800522) and due to the fact that (with the exception of IE/Edge on Windows desktop with touchscreen) all modern browsers now optimize the click delay away anyway, this optimization is not needed. Closes https://github.com/twbs/bootstrap/issues/24670
-
- 28 Dec, 2017 1 commit
-
-
Andres Galante authored
-
- 06 Nov, 2017 1 commit
-
-
XhmikosR authored
* use `background-color` instead of the shorthand * use `outline: 0` consistently * fix transform order * remove quotes from `SFMono-Regular`
-
- 22 Oct, 2017 1 commit
-
-
XhmikosR authored
The option is set to `always-single-line` in stylelint-config-standard which we extend.
-
- 06 Oct, 2017 1 commit
-
-
XhmikosR authored
-
- 04 Oct, 2017 1 commit
-
-
Simon Knox authored
-
- 03 Oct, 2017 1 commit
-
-
XhmikosR authored
-
- 27 Sep, 2017 1 commit
-
-
Mark Otto authored
-
- 26 Sep, 2017 2 commits
-
-
Prateek Goel authored
-
XhmikosR authored
* use a trailing slash when possible * use https when possible * remove a few redirected links * consistently use `https://popper.js.org/` * fix `iconUrl` in nuget files * change Jekyll Windows guide to the official one
-
- 21 Aug, 2017 1 commit
-
-
Patrick H. Lauke authored
-
- 15 Aug, 2017 1 commit
-
-
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
-
- 11 Aug, 2017 3 commits
-
-
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.
-
Prateek Goel authored
-
Mark Otto authored
Set explicit text-align on <body> element so we can use inherit to override the default <th> text-align value
-
- 05 May, 2017 1 commit
-
-
Patrick H. Lauke authored
For IE10 (and any older browsers) support , so at least the layout doesn't fall apart if author is using them.
-