| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-12-22 | fixes #18115: move forward with one naming scheme for inversed color ↵ | Mark Otto | 1 | -10/+10 | |
| schemes, renaming .navbar-dark to .navbar-inverse (matching .card-inverse in the process and restoring v3's inverted class name) | |||||
| 2016-12-22 | fixes #18053 by removing container padding at lower breakpoints on ↵ | Mark Otto | 1 | -0/+5 | |
| responsive navbars | |||||
| 2016-12-22 | remove | Mark Otto | 1 | -2/+0 | |
| 2016-12-22 | Fix vertical alignment a bit | Mark Otto | 1 | -0/+2 | |
| 2016-12-22 | move all nav link and collapse and container behaviors to the toggleable ↵ | Mark Otto | 1 | -26/+24 | |
| class generation area; this way the .navbar-toggleable-* goes on .navbar, easily affecting everything that needs updating for each breakpoint's use | |||||
| 2016-12-22 | move flex to navbar container only; otherwise it affects things negatively ↵ | Mark Otto | 1 | -1/+1 | |
| elsewhere | |||||
| 2016-12-22 | flexbox shiz | Mark Otto | 1 | -9/+11 | |
| 2016-12-22 | no need for a clearfix given no more floats | Mark Otto | 1 | -2/+0 | |
| 2016-12-22 | move padding on nav links and brand to be responsive padding, keeping mobile ↵ | Mark Otto | 1 | -3/+14 | |
| contents aligned better | |||||
| 2016-12-22 | remove width 100% from positioning, remove rounded corners for utils | Mark Otto | 1 | -11/+0 | |
| 2016-12-22 | remove justified, replacing with modifier later if needed; combine rules | Mark Otto | 1 | -8/+0 | |
| 2016-12-22 | flexbox this thing | Mark Otto | 1 | -100/+23 | |
| - drop the table styles, use flex - remove commented out code - consolidate styles a bit - add a huge flex-grow to the nav, making the assumption you want nav to take up most space | |||||
| 2016-12-22 | indentation | Mark Otto | 1 | -2/+2 | |
| 2016-12-22 | exploring table based navbar again | Mark Otto | 1 | -45/+114 | |
| 2016-11-28 | Remove lots of duplication + minor cleanup (#21238) | Starsam80 | 1 | -3/+2 | |
| * Remove comment that duplicated some code * Use transition mixin whenever possible * Create a new function to reduce duplication * Use the new `breakpoint-infix` method | |||||
| 2016-11-27 | Rename `.navbar-toggleable-xs` to `.navbar-toggleable` + more cleanup (#21226) | Starsam80 | 1 | -69/+33 | |
| * Clean up some utilities - Align CSS properties - In `_spacing.scss`, we had a comment saying what 'a' was for, but we removed that so this comment no longer applies * Remove '-xs' from `.navbar-toggleable-xs` and remove duplication * Fix outdated classes to use newer ones | |||||
| 2016-11-26 | add disabled classes to light and dark navbar nav-links | Mark Otto | 1 | -0/+8 | |
| 2016-10-30 | Fixes #20975: removed trailing whitespace | Valentine Abanosimov | 1 | -1/+1 | |
| 2016-10-30 | Fixes #20975: removed trailing whitespace | Valentine Abanosimov | 1 | -1/+1 | |
| 2016-10-30 | Fixes #20975: made navbar-text color on navbar-dark equal to non-hovered ↵ | Valentine Abanosimov | 1 | -0/+8 | |
| link color | |||||
| 2016-10-18 | remove .navbar-brand > img selector that sets display block (will be ↵ | Mark Otto | 1 | -4/+0 | |
| replaced with utils) | |||||
| 2016-10-18 | more consistent navbar-brand line-height | Mark Otto | 1 | -0/+1 | |
| 2016-10-17 | lint | Mark Otto | 1 | -1/+1 | |
| 2016-10-17 | add navbar-brand and navbar-nav styles to the toggleable | Mark Otto | 1 | -6/+23 | |
| 2016-10-17 | set the border color on the toggler | Mark Otto | 1 | -0/+2 | |
| 2016-10-17 | Fix sass map navbar-toggleable | Mark Otto | 1 | -1/+2 | |
| Follow up to 6e8ce0c7dc84c9373f6d760b82bea575cd5358b8. Uses the breakpoint-next mixin to snag the next breakpoint in the media query for proper styling. | |||||
| 2016-10-16 | Iterate over breakpoints to generate .navbar-toggleable classes | Mark Otto | 1 | -19/+12 | |
| - Moves .navbar-brand margin and float to media queries - Replaces the static media queries with an each loop to generate all the needed classes | |||||
| 2016-09-15 | Merge branch 'v4-dev' into v4-navbars | Mark Otto | 1 | -1/+58 | |
| 2016-09-11 | Removing a redundant background-color declaration. (#20698) | Chris Garcia | 1 | -1/+0 | |
| 2016-09-11 | Swap for custom svg background that we can embed to set the color of the ↵ | Mark Otto | 1 | -7/+13 | |
| stroke via Sass variable | |||||
| 2016-09-11 | Merge branch 'v4-hamburger-fix2' of ↵ | Mark Otto | 1 | -1/+7 | |
| https://github.com/patrickhlauke/bootstrap into patrickhlauke-v4-hamburger-fix2 | |||||
| 2016-09-04 | Disable important flag on Sass linter (#20627) | Mark Otto | 1 | -2/+0 | |
| 2016-07-26 | Update navbar-toggleable-* styles to incorporate changes from #20083 | Mark Otto | 1 | -22/+48 | |
| 2016-07-24 | Fixes #17990: clear the floats within .navbar-toggleable-* to avoid funky ↵ | Mark Otto | 1 | -0/+3 | |
| animation on close | |||||
| 2016-07-20 | change navbar-toggler to use SVG background image | Patrick H. Lauke | 1 | -1/+7 | |
| 2016-05-15 | Restore .navbar-text and add some basic examples to the docs /cc #18049 | Mark Otto | 1 | -0/+11 | |
| 2016-05-13 | more navbar variables | Mark Otto | 1 | -3/+3 | |
| 2016-05-12 | correction, -toggler-* | Mark Otto | 1 | -2/+2 | |
| 2016-05-12 | new var for -toggle-border-radius | Mark Otto | 1 | -1/+1 | |
| 2016-05-12 | add new variable for -toggle-font-size | Mark Otto | 1 | -1/+1 | |
| 2016-05-12 | Alternate fix to #18865: Change the .navbar-toggler color for light/dark ↵ | Mark Otto | 1 | -2/+4 | |
| navbars as we do with the .navbar-brand | |||||
| 2016-04-17 | Merge pull request #19248 from twbs/navbar-divider-border-width | Chris Rebert | 1 | -1/+1 | |
| .navbar-divider width: 1px=>$border-width | |||||
| 2016-02-16 | Extract $navbar-brand-padding-y variable | Chris Rebert | 1 | -2/+2 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-16 | .navbar-divider width: 1px=>$border-width | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-06 | linter overhaul | Mark Otto | 1 | -0/+2 | |
| 2015-12-08 | Rename 2 navbar variables to comply with updated naming convention | Chris Rebert | 1 | -3/+3 | |
| $navbar-padding-horizontal => $navbar-padding-x $navbar-padding-vertical => $navbar-padding-y [skip sauce] [skip validator] | |||||
| 2015-09-05 | Fixes #17230: Renames .navbar-static-top to .navbar-full and adds docs for it | Mark Otto | 1 | -2/+2 | |
| 2015-09-02 | Added .navbar-toggleable-md class | Luke Bonaccorsi | 1 | -0/+5 | |
| In Bootstrap 3, the menu collapsed on the -sm- breakpoint, I believe the equivalent of this breakpoint in Bootstrap 4 is actually the -md- breakpoint. The navbar currently has no option to collapse at the -md- breakpoint and I'd like to add this. | |||||
| 2015-08-24 | Use double colons for psuedo elements | Kevin Kirsche | 1 | -1/+1 | |
| Fix #17052 | |||||
| 2015-08-23 | fix remaining scss lint errors | Mark Otto | 1 | -1/+1 | |
