From 568553394d0a8b34668a75c9839a0f1f426469b2 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sun, 6 Oct 2019 21:10:46 +0200 Subject: theme: Switch to docsy theme --- .../vendor/bootstrap/site/_data/breakpoints.yml | 29 ++ .../vendor/bootstrap/site/_data/browser-bugs.yml | 451 +++++++++++++++++++++ .../bootstrap/site/_data/browser-features.yml | 139 +++++++ .../assets/vendor/bootstrap/site/_data/colors.yml | 26 ++ .../vendor/bootstrap/site/_data/examples.yml | 55 +++ .../assets/vendor/bootstrap/site/_data/grays.yml | 18 + .../assets/vendor/bootstrap/site/_data/nav.yml | 86 ++++ .../vendor/bootstrap/site/_data/theme-colors.yml | 16 + .../vendor/bootstrap/site/_data/translations.yml | 19 + 9 files changed, 839 insertions(+) create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_data/breakpoints.yml create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_data/browser-bugs.yml create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_data/browser-features.yml create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_data/colors.yml create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_data/examples.yml create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_data/grays.yml create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_data/nav.yml create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_data/theme-colors.yml create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_data/translations.yml (limited to 'themes/docsy/assets/vendor/bootstrap/site/_data') diff --git a/themes/docsy/assets/vendor/bootstrap/site/_data/breakpoints.yml b/themes/docsy/assets/vendor/bootstrap/site/_data/breakpoints.yml new file mode 100644 index 0000000..3c8cfe2 --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/site/_data/breakpoints.yml @@ -0,0 +1,29 @@ +- breakpoint: xs + abbr: "" + name: Extra small + min-width: 0px + container: "" + +- breakpoint: sm + abbr: -sm + name: Small + min-width: 576px + container: 540px + +- breakpoint: md + abbr: -md + name: Medium + min-width: 768px + container: 720px + +- breakpoint: lg + abbr: -lg + name: Large + min-width: 992px + container: 960px + +- breakpoint: xl + abbr: -xl + name: Extra large + min-width: 1200px + container: 1140px diff --git a/themes/docsy/assets/vendor/bootstrap/site/_data/browser-bugs.yml b/themes/docsy/assets/vendor/bootstrap/site/_data/browser-bugs.yml new file mode 100644 index 0000000..ceb2e5f --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/site/_data/browser-bugs.yml @@ -0,0 +1,451 @@ +- + browser: > + Edge + summary: > + Visual artifacts in scrollable modal dialogs + upstream_bug: > + Edge#9011176 + origin: > + Bootstrap#20755 + +- + browser: > + Edge + summary: > + Native browser tooltip for `title` shows on first keyboard focus (in addition to custom tooltip component) + upstream_bug: > + Edge#6793560 + origin: > + Bootstrap#18692 + +- + browser: > + Edge + summary: > + Hovered element still remains in `:hover` state after scrolling away. + upstream_bug: > + Edge#5381673 + origin: > + Bootstrap#14211 + +- + browser: > + Edge + summary: > + CSS `border-radius` sometimes causes lines of bleed-through of the `background-color` of the parent element. + upstream_bug: > + Edge#3342037 + origin: > + Bootstrap#16671 + +- + browser: > + Edge + summary: > + `background` of `` is only applied to first child cell instead of all cells in the row + upstream_bug: > + Edge#5865620 + origin: > + Bootstrap#18504 + +- + browser: > + Edge + summary: > + `@-ms-viewport{width: device-width;}` has side-effect of making scrollbars auto-hide + upstream_bug: > + Edge#7165383 + origin: > + Bootstrap#18543 + +- + browser: > + Edge + summary: > + Background color from lower layer bleeds through transparent border in some cases + upstream_bug: > + Edge#6274505 + origin: > + Bootstrap#18228 + +- + browser: > + Edge + summary: > + Hovering over descendant SVG element fires `mouseleave` event at ancestor + upstream_bug: > + Edge#7787318 + origin: > + Bootstrap#19670 + +- + browser: > + Edge + summary: > + Active `position: fixed;` `