Skip to content

Commit

Permalink
Tweak CSS for breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
mehaase committed Mar 7, 2018
1 parent 3c66a34 commit 6725946
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/components/breadcrumbs.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
:host{display:block}:host fa.separator{margin-left:0.5em;margin-right:0.5em}
:host{display:block}:host a{text-decoration:none}:host fa.separator{margin-left:0.5em;margin-right:0.5em}
4 changes: 4 additions & 0 deletions lib/src/components/breadcrumbs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
:host {
display: block;

a {
text-decoration: none;
}

fa.separator {
margin-left: 0.5em;
margin-right: 0.5em;
Expand Down

0 comments on commit 6725946

Please sign in to comment.