- 20 Jul, 2018 1 commit
-
-
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.
-
- 10 Apr, 2017 1 commit
-
-
Patrick H. Lauke authored
-
- 18 Mar, 2017 1 commit
-
-
naicko authored
* Fixed some linting issues * Run npm tasks after scss cleanup * Revert "Run npm tasks after scss cleanup" This reverts commit 1103a0da. * Property sort order for grid * Let's respest the property order in the mixins * Respect property sort order in reboot file * ::-ms-expand is a vendor-prefix, add it to the scss-lint disable * Revert hover mixin comment * Fixed missing mixin hover-focus
-
- 24 Jan, 2017 1 commit
-
-
Mark Otto authored
* Remove most of custom cursor: pointer; implementations * turns out that's not so much of a thing
-
- 21 Jan, 2017 1 commit
-
-
Mark Otto authored
* Get this party started by removing mention of Normalize.css * Nuke the old comment, consolidate to a single line and number as appropriate * Bring over styles for HTML element from Normalize to Reboot * Move margin override for body element from Normalize to Reboot * Drop the block reset for HTML5 elements in IE9- from Normalize given we dropped IE9 support * Building on previous commit, do the same thing for figure, figcaption, and main * Remove IE9- display from Normalize given our browser support * Drop IE8 figure margin because we're IE10+ * No need for the h1 overrides because we reset these font and margin styles anyway in _type.scss already * Drop Safari 6 b and strong normalization because we're Safari 8+ * Remove mark styles for IE9- from Normalize * Remove old iOS audio fixes from Normalize * Remove IE9- display for progress from Normalize * Remove more IE9- rules from Normalize * One more IE9- display removal for canvas element * Move pre overrides from Normalize to Reboot * Move over some link resets to Reboot, drop others - Move over background-color and text-decoration - Drop focus outline change given it affects the offset on hover of focused links * Move over more code element resets, consolidate with pre overrides, too * Move over sub and sup wholesale * Move over img normalization to Reboot * Move over SVG override too * - Drop dupe hidden, but add comment for it - Move over template - Move over summary * Remove bulk of @viewport comment * edit down that code comment * consolidate html-based normalizations * update comments * Consolidate abbr styles * move over more type elements * move over hr changes * move over form controls and more * move over button resets * move over firefox button changes * move over search changes and more * we nuke all these styles for fieldsets anyway, so outright remove them * no need for those, we override them * move over legend, fieldset, progress * line break * delete normalize file * linting * update comment * clarify docs mentions of normalize and reboot * remove normalize excludes from linter * remove normalize excludes from cli task * linting * callout license since we forked part of normalize * Improve comments, move table background reset to .table class instead of in reboot * trailing space
-
- 16 Jan, 2017 1 commit
-
-
Mark Otto authored
don't set focus styles on the anchor, just set hover styles
-
- 04 Jan, 2017 1 commit
-
-
Mark Otto authored
-
- 31 Dec, 2016 1 commit
-
-
Mark Otto authored
-
- 02 Dec, 2016 1 commit
-
-
Chris Rebert authored
Reboot: Update <fieldset> comment to clarify that the default weirdness is part of the standard. (#21261) Refs https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements [skip sauce]
-
- 01 Dec, 2016 2 commits
-
-
Chris Rebert authored
Refs https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7165383/ [ci skip]
-
Chris Rebert authored
Refs https://bugs.webkit.org/show_bug.cgi?id=139848 [ci skip]
-
- 29 Nov, 2016 1 commit
-
-
Mark Otto authored
Remove the border-bottom from abbr elements since that's covered with an underline in Normalize.css. Updates the docs to match and tweaks some code comments, too.
-
- 25 Oct, 2016 1 commit
-
-
tomhorvat authored
-
- 03 Oct, 2016 4 commits
-
-
Bardi Harborow authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
Only override input border-radius as part of .form-control to avoid bug with iOS Safari (alt fix for #20247) (#20695)
-
- 05 Sep, 2016 1 commit
-
-
Mark Otto authored
-