Skip to content

Commit

Permalink
Merge pull request #6635 from bgeuken/cleanup_breadcrumb_css
Browse files Browse the repository at this point in the history
Cleanup breadcrumb CSS
  • Loading branch information
coolo committed Dec 18, 2018
2 parents 47ab53f + fecef2e commit dfa42b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
@@ -1,18 +1,11 @@
ol.breadcrumb {
padding-top: 0.5rem;

& li.breadcrumb-item {
& li {
font-size: 0.9rem;

& a {
color: $gray-600;
}
}

& li.breadcrumb-anchor {
font-size: 0.9rem;
& a {
color: $gray-600;
}
}
}
@@ -1,5 +1,5 @@
- home_title = @configuration ? @configuration['title'] : 'Open Build Service'
- unless current_page?(root_path)
%li.breadcrumb-anchor
%li
= link_to(root_path, title: home_title) do
%i.fas.fa-home.mr-2

0 comments on commit dfa42b3

Please sign in to comment.