Theme mouse action's active nav item to point on it's configuration.

This commit is contained in:
Arpad Csanyi
2016-05-13 16:59:31 +02:00
parent aca98e4760
commit 1f7e46bc8c

View File

@@ -127,7 +127,29 @@
.mouse {
&__action {
&--type {
border-right: 1px solid #000;
.nav {
border-right: 1px solid #ccc;
li.active {
a {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
&:after {
content: '';
display: block;
position: absolute;
width: 0;
height: 0;
top: 0;
right: -4rem;
border-color: transparent transparent transparent #337ab7;
border-style: solid;
border-width: 2rem;
}
}
}
}
}
&--config {