Skip to content
This repository was archived by the owner on Jan 14, 2022. It is now read-only.

Commit bae2c79

Browse files
author
mhayes
committed
Foundation build to bower-foundation
1 parent ea87852 commit bae2c79

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

css/foundation.css

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/foundation.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scss/foundation/components/_breadcrumbs.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,8 @@ $crumb-slash: "/" !default;
125125
}
126126
}
127127
}
128+
129+
/* Accessibility - hides the forward slash */
130+
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
131+
content: "/";
132+
}

0 commit comments

Comments
 (0)