aboutsummaryrefslogtreecommitdiff
path: root/scss/_breadcrumb.scss
AgeCommit message (Collapse)AuthorFilesLines
2020-10-27Suppress flexbox side effects in breadcrumb (#31700)Martijn Cuppens1-3/+1
* Suppress flexbox side effects * Trailing whitesapce Co-authored-by: Mark Otto <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2019-12-14Fix breadcrumb spacing with whitespace (#29745)719media1-0/+2
2019-10-14Add variable for `$breadcrumb-font-size` (#29467)astrahov1-0/+1
2019-07-30Backport "Use escape-svg() function (#29077)"Martijn Cuppens1-1/+1
Adapted for v4-dev.
2018-04-01Allow non-string content as breadcrumb divider (#25581)Martijn Cuppens1-5/+8
* Allow url(), attr(), none,... as breadcrumb divider * Update breadcrumb divider docs
2018-03-12Allow customization of breadcrumb border radius (#25807)Alexander Hjorth1-1/+1
2017-10-02Switch to stylelint. (#23572)XhmikosR1-0/+1
2017-09-04changes floats to flex on breadcrumbs (#23683)Andres Galante1-3/+2
2017-08-10Add margin variable for breadcrumb (#23138)Prateek Goel1-1/+1
* add margin variable for breadcrumb * add margin variable for breadcrumb correction * breadcrumb margin variable changes after review
2017-03-05Update spacer utilities (#22123)Mark Otto1-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-17condense that comment, clean up formattingMark Otto1-9/+8
2016-01-07In IE9-11, prevent breadcrumb separator from getting underlined on :hover ↵Chris Rebert1-1/+16
when not using <ol> markup Fixes #18733 in IE9-11 Also adds comments to the code explaining this and #18740.
2016-01-07In modern browsers, prevent breadcrumb separator from getting underlined on ↵Bass Jobsen1-0/+1
:hover when not using <ol> markup Fixes #18733, except in IE9-11 Closes #18740
2015-12-23Refactor Breadcrumbs componentChris Rebert1-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-05remoe comment /cc @cvrebertMark Otto1-1/+1
2015-09-04float the breadcrumb items to deal with that pesky inline-block madnessMark Otto1-3/+3
2015-08-24Use double colons for psuedo elementsKevin Kirsche1-1/+1
Fix #17052
2015-08-17clean out comments that aren't all that helpfulMark Otto1-5/+0
2015-08-12fix breadcrumbs libsass contentThomas McDonald1-1/+2
2015-06-22drop the base (hahaha), no but seriously drop the -base from our vars since ↵Mark Otto1-1/+1
it's cleaner
2015-04-29Remove $line-height-computedMark Otto1-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-19fix broken breadcrumb dividerMark Otto1-1/+1
2014-12-11fix all validation, turn off some settings, add sort orderMark Otto1-2/+2
2014-12-02convert to scssMark Otto1-0/+27