diff options
| author | Gijs Boddeus <[email protected]> | 2017-10-05 08:38:59 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-05 08:38:59 +0200 |
| commit | 8f483dc4322cc12849eda65246edfb47b5aaad0b (patch) | |
| tree | 34e7256c7beee1c880819d871d3728ae10d0aa9d | |
| parent | b14250f1963538f441322f4499bf677c5fc7263d (diff) | |
| parent | 7b715ee7e846d0e53d9839b91254676f3795f3bd (diff) | |
| download | bootstrap-8f483dc4322cc12849eda65246edfb47b5aaad0b.tar.xz bootstrap-8f483dc4322cc12849eda65246edfb47b5aaad0b.zip | |
Merge branch 'v4-dev' into yiq-function-update
| -rw-r--r-- | .github/ISSUE_TEMPLATE.md | 2 | ||||
| -rw-r--r-- | docs/4.0/examples/screenshots/equal-height-columns.jpg | bin | 129265 -> 0 bytes | |||
| -rw-r--r-- | docs/4.0/examples/screenshots/non-responsive.jpg | bin | 61060 -> 0 bytes | |||
| -rw-r--r-- | docs/4.0/examples/screenshots/theme.jpg | bin | 85405 -> 0 bytes | |||
| -rw-r--r-- | js/.eslintrc.json | 3 | ||||
| -rw-r--r-- | js/tests/.eslintrc.json | 3 | ||||
| -rw-r--r-- | scss/_navbar.scss | 26 |
7 files changed, 11 insertions, 23 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index d9fc88e2b..98b760eca 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -14,7 +14,7 @@ When reporting a bug, include: - Operating system and version (Windows, Mac OS X, Android, iOS, Win10 Mobile) - Browser and version (Chrome, Firefox, Safari, IE, MS Edge, Opera 15+, Android Browser) -- Reduced test cases and potential fixes using [JS Bin](https://jsbin.com/) +- Reduced test cases and potential fixes using [CodePen](https://codepen.io/) or [JS Bin](https://jsbin.com/) When suggesting a feature, include: diff --git a/docs/4.0/examples/screenshots/equal-height-columns.jpg b/docs/4.0/examples/screenshots/equal-height-columns.jpg Binary files differdeleted file mode 100644 index 63b043f48..000000000 --- a/docs/4.0/examples/screenshots/equal-height-columns.jpg +++ /dev/null diff --git a/docs/4.0/examples/screenshots/non-responsive.jpg b/docs/4.0/examples/screenshots/non-responsive.jpg Binary files differdeleted file mode 100644 index 4262d5dd0..000000000 --- a/docs/4.0/examples/screenshots/non-responsive.jpg +++ /dev/null diff --git a/docs/4.0/examples/screenshots/theme.jpg b/docs/4.0/examples/screenshots/theme.jpg Binary files differdeleted file mode 100644 index 2b966ff9a..000000000 --- a/docs/4.0/examples/screenshots/theme.jpg +++ /dev/null diff --git a/js/.eslintrc.json b/js/.eslintrc.json index 7316e6f22..fc5f6a491 100644 --- a/js/.eslintrc.json +++ b/js/.eslintrc.json @@ -3,8 +3,7 @@ "parser": "babel-eslint", "env": { "browser": true, - "es6": true, - "jquery": true + "es6": true }, "extends": "eslint:recommended", "plugins": ["compat"], diff --git a/js/tests/.eslintrc.json b/js/tests/.eslintrc.json index 460286508..1452045e2 100644 --- a/js/tests/.eslintrc.json +++ b/js/tests/.eslintrc.json @@ -1,7 +1,8 @@ { "env": { "es6": false, - "qunit": true + "qunit": true, + "jquery": true }, "globals": { "Util": false diff --git a/scss/_navbar.scss b/scss/_navbar.scss index a0ccc06fb..6b023e82e 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -74,13 +74,6 @@ position: static; float: none; } - - .dropdown-toggle { - &::after { - border-top: $caret-width solid; - border-bottom: 0; - } - } } @@ -151,18 +144,6 @@ padding-right: 0; padding-left: 0; } - - .dropup { - .dropdown-menu { - position: absolute; - top: auto; - bottom: 100%; - } - - .dropdown-toggle { - @include caret(up); - } - } } @include media-breakpoint-up($next) { @@ -203,6 +184,13 @@ .navbar-toggler { display: none; } + + .dropup { + .dropdown-menu { + top: auto; + bottom: 100%; + } + } } } } |
