aboutsummaryrefslogtreecommitdiff
path: root/scss/_nav.scss
AgeCommit message (Expand)AuthorFilesLines
2023-06-25Generalize disabled nav links CSS rules (#38774)Julien Déramond1-14/+2
2023-02-13Remove comments from `scss/_nav.scss` (#38038)Julien Déramond1-5/+0
2023-01-02Change nav focus to focus-visible (#37784)Mark Otto1-1/+1
2022-12-29Focus ring helper and utilities (#33125)Mark Otto1-0/+5
2022-12-28Add .nav-underline modifier class (#33126)Mark Otto1-3/+40
2022-09-04Add workarounds for postcss values parser errorGeremia Taglialatela1-2/+2
2022-05-22Stylelint: Disable `custom-property-empty-line-before`Mark Otto1-1/+1
2022-05-05Handle disabled focused tabs with tab JavaScript plugin (#36169)Julien Déramond1-1/+8
2022-03-28Train PR: CSS variables for accordion, cards, navs, and modals (#36071)Mark Otto1-19/+45
2022-03-11Fix some instances of lazy Sass math when multiplying new CSS var based borde...Mark Otto1-2/+2
2021-12-14Update stylelint and stylelint-config-twbs-bootstrap (#35438)XhmikosR1-1/+1
2021-03-01fix(navs): ensure button will grow in fill/justified navGaël Poupard1-0/+7
2021-02-09Dynamic tabs: use buttons rather than links (#32630)Patrick H. Lauke1-0/+5
2020-07-11Add null variables for nav-linkMark Otto1-0/+4
2020-06-09Remove .nav-item from .nav-link to make it consistentRohit Sharma1-0/+2
2020-05-15Improve gradientsMartijn Cuppens1-1/+1
2020-04-06Add nav link transition (#29988)Martijn Cuppens1-0/+1
2020-03-20Remove redundant text decoration from hover statesMartijn Cuppens1-1/+1
2020-03-09Minor `.nav-tabs` optimization (#30288)Yogini Bende1-4/+1
2020-03-05$link-decoration: underline affects some components (#30262)Martijn Cuppens1-0/+1
2019-05-08Drop all hover mixinsMark Otto1-2/+4
2019-03-07Add <ol> to nav's comment (#28426)Shohei Yoshida1-1/+1
2018-11-04Made the disabled state for nav more obvious. (#27382)Arvind S1-0/+2
2017-11-06Nav Tabs use single variable to style `$nav-tabs-link-hover-border-color` and...Patrick Yeo1-2/+2
2017-10-02Nav Pills with open dropdown don't reflect the nav-pills active state. The ac...Patrick Yeo1-5/+5
2017-06-17limit active styles for nav-pills to immediate childrenMark Otto1-1/+1
2017-06-13(#22414) Renamed for consistency `$nav-disabled-link-color`, `$nav-tabs-activ...Patrick Yeo1-7/+7
2017-04-10Remove `cursor: not-allowed` stylesPatrick H. Lauke1-2/+1
2017-04-08Docs and CSS updates for #21807 (#22336)Mark Otto1-6/+1
2017-04-02Tabs/Scrollspy/.nav/.list-group/.active independent of markup (<nav>, .nav-it...Pierre Vanduynslager1-7/+11
2017-03-23Harmonize navbar-brand, navbar-text and nav-link heightPierre-Denis Vanduynslager1-1/+1
2017-03-19linting from beforeMark Otto1-1/+1
2017-03-19Fix justified nav styles and update nav docs for fill/justifyMark Otto1-1/+2
2017-03-03Remove 'hover' from nav-tabs-active-link-hover-color et al (#22087)Sean Beyer1-3/+3
2017-01-24Remove random cursor: default from pill nav (#21835)Mark Otto1-1/+0
2017-01-23Allow flex-based navs to wrap like they used to (#21824)Mark Otto1-0/+1
2016-12-28update navs to use `.show` instead of `.open` for dropdownsMark Otto1-2/+2
2016-12-28Remove plain-hover-focus mixins from navsMark Otto1-21/+10
2016-12-25Fixes #18228: Don't use `transparent` for bottom border, use bg colorMark Otto1-1/+1
2016-12-24Change up the "justified" nav optionsMark Otto1-29/+15
2016-12-24Make .nav flex-poweredMark Otto1-36/+3
2016-12-21Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389)Mark Otto1-8/+6
2016-11-25v4: Flexbox nav options (#21201)Mark Otto1-0/+22
2016-04-03Use @border-radius and add $nav-tabs-border-radius variablevsn4ik1-1/+1
2016-01-06Consolidate nav-tab dropdown styles with nav-tab stylesMark Otto1-12/+7
2016-01-06New $nav-pills-active-link-* variablesMark Otto1-2/+2
2016-01-06Revamp tabbed nav border variablesMark Otto1-3/+3
2016-01-06Add $nav-disabled-link-hover-bg variableMark Otto1-1/+1
2016-01-06Add $nav-item-inline-spacer variableMark Otto1-1/+1
2015-12-08Introduce $nav-item-margin variableChris Rebert1-3/+3