[fix] Breadcrumb hover.

This commit is contained in:
opi 2015-10-08 10:15:55 +02:00
parent 26bd71ce82
commit c11aba2ee9
2 changed files with 14 additions and 11 deletions

View file

@ -395,6 +395,7 @@ a.list-group-item-heading,
.pull-right;
}
/* Breadcrumbs from http://bootsnipp.com/snippets/featured/triangle-breadcrumbs-arrows */
.btn-breadcrumb {
.pull-left;
@ -407,6 +408,10 @@ a.list-group-item-heading,
}
&:hover {text-decoration: none;}
padding:6px 12px 6px 24px;
&:first-child {padding:6px 6px 6px 10px;}
&:last-child {padding:6px 18px 6px 24px;}
}
}
@ -432,16 +437,14 @@ a.list-group-item-heading,
border-left: 10px solid rgb(173, 173, 173);
margin-left: 1px;
}
&:hover {
&:after {
border-left: 10px solid #ebebeb;
}
.btn-breadcrumb a {
padding:6px 12px 6px 24px;
&:before {
border-left: 10px solid #adadad;
}
.btn-breadcrumb a:first-child {
padding:6px 6px 6px 10px;
}
.btn-breadcrumb a:last-child {
padding:6px 18px 6px 24px;
}

File diff suppressed because one or more lines are too long