| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-10-27 | Suppress flexbox side effects in breadcrumb (#31700) | Martijn Cuppens | 1 | -3/+1 | |
| * Suppress flexbox side effects * Trailing whitesapce Co-authored-by: Mark Otto <[email protected]> Co-authored-by: XhmikosR <[email protected]> | |||||
| 2019-12-14 | Fix breadcrumb spacing with whitespace (#29745) | 719media | 1 | -0/+2 | |
| 2019-10-14 | Add variable for `$breadcrumb-font-size` (#29467) | astrahov | 1 | -0/+1 | |
| 2019-07-30 | Backport "Use escape-svg() function (#29077)" | Martijn Cuppens | 1 | -1/+1 | |
| Adapted for v4-dev. | |||||
| 2018-04-01 | Allow non-string content as breadcrumb divider (#25581) | Martijn Cuppens | 1 | -5/+8 | |
| * Allow url(), attr(), none,... as breadcrumb divider * Update breadcrumb divider docs | |||||
| 2018-03-12 | Allow customization of breadcrumb border radius (#25807) | Alexander Hjorth | 1 | -1/+1 | |
| 2017-10-02 | Switch to stylelint. (#23572) | XhmikosR | 1 | -0/+1 | |
| 2017-09-04 | changes floats to flex on breadcrumbs (#23683) | Andres Galante | 1 | -3/+2 | |
| 2017-08-10 | Add margin variable for breadcrumb (#23138) | Prateek Goel | 1 | -1/+1 | |
| * add margin variable for breadcrumb * add margin variable for breadcrumb correction * breadcrumb margin variable changes after review | |||||
| 2017-03-05 | Update spacer utilities (#22123) | Mark Otto | 1 | -1/+1 | |
| * Drop -x and -y as they're all the same - Also move -width to elsewhere in the vars because it makes no sense by spacers. - Update values of -x and -y across main Sass and docs Sass. * Update docs to reflect changes; link to spacing utils from options page | |||||
| 2016-01-17 | condense that comment, clean up formatting | Mark Otto | 1 | -9/+8 | |
| 2016-01-07 | In IE9-11, prevent breadcrumb separator from getting underlined on :hover ↵ | Chris Rebert | 1 | -1/+16 | |
| when not using <ol> markup Fixes #18733 in IE9-11 Also adds comments to the code explaining this and #18740. | |||||
| 2016-01-07 | In modern browsers, prevent breadcrumb separator from getting underlined on ↵ | Bass Jobsen | 1 | -0/+1 | |
| :hover when not using <ol> markup Fixes #18733, except in IE9-11 Closes #18740 | |||||
| 2015-12-23 | Refactor Breadcrumbs component | Chris Rebert | 1 | -10/+10 | |
| Use new `.breadcrumb-item` class instead of child selectors and `li` tag selectors, so as to no longer require the usage of `<ol>`-based markup. Rename variables to follow naming conventions: * $breadcrumb-padding-vertical => $breadcrumb-padding-y * $breadcrumb-padding-horizontal => $breadcrumb-padding-x Introduce new variable: $breadcrumb-item-padding [skip sauce] | |||||
| 2015-09-05 | remoe comment /cc @cvrebert | Mark Otto | 1 | -1/+1 | |
| 2015-09-04 | float the breadcrumb items to deal with that pesky inline-block madness | Mark Otto | 1 | -3/+3 | |
| 2015-08-24 | Use double colons for psuedo elements | Kevin Kirsche | 1 | -1/+1 | |
| Fix #17052 | |||||
| 2015-08-17 | clean out comments that aren't all that helpful | Mark Otto | 1 | -5/+0 | |
| 2015-08-12 | fix breadcrumbs libsass content | Thomas McDonald | 1 | -1/+2 | |
| 2015-06-22 | drop the base (hahaha), no but seriously drop the -base from our vars since ↵ | Mark Otto | 1 | -1/+1 | |
| it's cleaner | |||||
| 2015-04-29 | Remove $line-height-computed | Mark Otto | 1 | -1/+1 | |
| We have it set to `1` right now just to avoid compilation errors, but it’s been replaced everywhere with our new spacer classes anywho. We’ll likely want to remap that var to custom component vars though (e.g., `$pagination-margin` instead of `$spacer-y`). | |||||
| 2015-01-19 | fix broken breadcrumb divider | Mark Otto | 1 | -1/+1 | |
| 2014-12-11 | fix all validation, turn off some settings, add sort order | Mark Otto | 1 | -2/+2 | |
| 2014-12-02 | convert to scss | Mark Otto | 1 | -0/+27 | |
