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