aboutsummaryrefslogtreecommitdiff
path: root/scss/_navbar.scss
AgeCommit message (Expand)AuthorFilesLines
2017-01-02update rest of docs, remove navbar specific modifiers, fix docs example cssMark Otto1-29/+0
2017-01-02Remove .navbar-divider; it's undocumented and wasn't updated with the flexbox...Mark Otto1-19/+0
2016-12-28lintingMark Otto1-1/+1
2016-12-28redo order of css, add contents at topMark Otto1-128/+150
2016-12-28line break for readibilityMark Otto1-0/+1
2016-12-28reflect nav changes here in the responsive viewsMark Otto1-10/+10
2016-12-28don't let the toggle grow when it's the only flex childMark Otto1-0/+1
2016-12-28set the direction to column (aka, vertical) for mobile viewsMark Otto1-0/+1
2016-12-28remove extra line breakMark Otto1-1/+0
2016-12-28bring over styles from .nav for .navbar-navMark Otto1-3/+7
2016-12-28drop the flex-grow: 10 in favor of auto margin utilsMark Otto1-1/+0
2016-12-28limit linter override to the affected rulesetMark Otto1-2/+2
2016-12-28remove plain-hover-focus from navbar navsMark Otto1-6/+2
2016-12-27forgot to add display flex to the navbar, so utils weren't applyingMark Otto1-0/+1
2016-12-22remove .hidden-* classes from .navbar-toggler and make that part of the .navb...Mark Otto1-0/+4
2016-12-22more lintingMark Otto1-1/+1
2016-12-22lintingMark Otto1-1/+1
2016-12-22Redo navbar-togglerMark Otto1-7/+22
2016-12-22fixes #18115: move forward with one naming scheme for inversed color schemes,...Mark Otto1-10/+10
2016-12-22fixes #18053 by removing container padding at lower breakpoints on responsive...Mark Otto1-0/+5
2016-12-22removeMark Otto1-2/+0
2016-12-22Fix vertical alignment a bitMark Otto1-0/+2
2016-12-22move all nav link and collapse and container behaviors to the toggleable clas...Mark Otto1-26/+24
2016-12-22move flex to navbar container only; otherwise it affects things negatively el...Mark Otto1-1/+1
2016-12-22flexbox shizMark Otto1-9/+11
2016-12-22no need for a clearfix given no more floatsMark Otto1-2/+0
2016-12-22move padding on nav links and brand to be responsive padding, keeping mobile ...Mark Otto1-3/+14
2016-12-22remove width 100% from positioning, remove rounded corners for utilsMark Otto1-11/+0
2016-12-22remove justified, replacing with modifier later if needed; combine rulesMark Otto1-8/+0
2016-12-22flexbox this thingMark Otto1-100/+23
2016-12-22indentationMark Otto1-2/+2
2016-12-22exploring table based navbar againMark Otto1-45/+114
2016-11-28Remove lots of duplication + minor cleanup (#21238)Starsam801-3/+2
2016-11-27Rename `.navbar-toggleable-xs` to `.navbar-toggleable` + more cleanup (#21226)Starsam801-69/+33
2016-11-26add disabled classes to light and dark navbar nav-linksMark Otto1-0/+8
2016-10-30Fixes #20975: removed trailing whitespaceValentine Abanosimov1-1/+1
2016-10-30Fixes #20975: removed trailing whitespaceValentine Abanosimov1-1/+1
2016-10-30Fixes #20975: made navbar-text color on navbar-dark equal to non-hovered link...Valentine Abanosimov1-0/+8
2016-10-18remove .navbar-brand > img selector that sets display block (will be replaced...Mark Otto1-4/+0
2016-10-18more consistent navbar-brand line-heightMark Otto1-0/+1
2016-10-17lintMark Otto1-1/+1
2016-10-17add navbar-brand and navbar-nav styles to the toggleableMark Otto1-6/+23
2016-10-17set the border color on the togglerMark Otto1-0/+2
2016-10-17Fix sass map navbar-toggleableMark Otto1-1/+2
2016-10-16Iterate over breakpoints to generate .navbar-toggleable classesMark Otto1-19/+12
2016-09-15Merge branch 'v4-dev' into v4-navbarsMark Otto1-1/+58
2016-09-11Removing a redundant background-color declaration. (#20698)Chris Garcia1-1/+0
2016-09-11Swap for custom svg background that we can embed to set the color of the stro...Mark Otto1-7/+13
2016-09-11Merge branch 'v4-hamburger-fix2' of https://github.com/patrickhlauke/bootstra...Mark Otto1-1/+7
2016-09-04Disable important flag on Sass linter (#20627)Mark Otto1-2/+0