Skip to content

Commit 1fd1e70

Browse files
authored
Merge pull request #154 from ASU/UDS-464-Breadcrumbs-Remove-link-underline-for-breadcrumbs
perf(bootstrap4-theme): uds-464 - redesigned all blockquotes and test…
2 parents e5530e8 + ea89995 commit 1fd1e70

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/bootstrap4-theme/src/scss/extends/_breadcrumb.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
ol.breadcrumb {
22
.breadcrumb-item {
3+
a {
4+
text-decoration: none;
5+
}
36
// Get spacing around the / dividers right.
47
//padding-left: $uds-component-breadcrumb-ol-breadcrumb-breadcrumb-item-padding-left-px;
58
&:first-of-type {

0 commit comments

Comments
 (0)