| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-05-22 | Stylelint: Disable `custom-property-empty-line-before` | Mark Otto | 1 | -2/+0 | |
| 2022-03-31 | Adding @include everytime it's not the case | louismaxime.piton | 1 | -2/+1 | |
| 2022-03-31 | Reuse all breadcrumb CSS vars available | Julien Déramond | 1 | -2/+2 | |
| 2022-03-13 | Add additional root variables, rename `$variable-prefix` to `$prefix` (#35981) | Mark Otto | 1 | -19/+19 | |
| * Add additional root variables, rename $variable-prefix to $prefix - Adds new root CSS variables for border-radius, border-width, border-color, and border-style - Adds new root CSS variables for heading-color, link-colors, code color, and highlight color - Replaces most instances of Sass variables (for border-radius, border-color, border-style, and border-width) for CSS variables inside _variables.scss - Updates $mark-padding to be an even pixel number - Renames $variable-prefix to $prefix throughout * Bundlewatch | |||||
| 2022-03-11 | Convert breadcrumb to CSS variables | Mark Otto | 1 | -8/+23 | |
| 2020-12-04 | feat(RTL): implement RTL | Gaël Poupard | 1 | -1/+1 | |
| Using RTLCSS directives, renaming things to use logical names and following best practices. | |||||
| 2020-12-01 | Use $variable-prefix | Martijn Cuppens | 1 | -1/+1 | |
| 2020-12-01 | Update breadcrumb docs and dividers | Mark Otto | 1 | -1/+1 | |
| - Add CSS custom property with fallback to Sass variable - Update docs to mention the new CSS custom property - Rewrite some of the docs to use divider instead of separator, and add some context here and there | |||||
| 2020-09-29 | 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]> | |||||
| 2020-03-18 | Remove underline hack for breadcrumbs | Martijn Cuppens | 1 | -5/+1 | |
| 2020-03-18 | Revert "Revert "Remove IE-specific breadcrumb CSS hack"" | XhmikosR | 1 | -10/+0 | |
| This reverts commit 15d242d21ad67fa5b762eb5bdfbcdfb68b9bcce1. | |||||
| 2019-11-28 | Fix breadcrumb spacing with whitespace (#29745) | 719media | 1 | -0/+2 | |
| 2019-10-03 | Add variable for `$breadcrumb-font-size` (#29467) | astrahov | 1 | -0/+1 | |
| 2019-07-19 | Use escape-svg() function (#29077) | Martijn Cuppens | 1 | -1/+1 | |
| * Use escape-svg() function * Update theming.md | |||||
| 2019-03-18 | Revert "Remove IE-specific breadcrumb CSS hack" | XhmikosR | 1 | -0/+10 | |
| This reverts commit 9fda96e197abc9eba24962443ed79bc11fef485c. | |||||
| 2019-02-20 | Remove IE-specific breadcrumb CSS hack | Mark Otto | 1 | -10/+0 | |
| 2019-02-20 | Change breadcrumb item padding variable name (#28125) | astrahov | 1 | -2/+2 | |
| 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 | |
