Fix active toolbar tabs

This commit is contained in:
Julia Radzhabova 2019-06-05 13:47:23 +03:00
parent a078c0ccd6
commit 4a6f8b4950

View file

@ -329,15 +329,12 @@
&.active {
background-color: transparent;
font-weight: bold;
&:after {
opacity: 1;
bottom: 0;
}
> a {
font-weight: bold;
}
}
&:hover:not(.active) {
@ -347,6 +344,17 @@
> a {
color: @gray-deep;
&::after {
display:block;
content:attr(data-title);
font-weight:bold;
height:1px;
color:transparent;
overflow:hidden;
visibility:hidden;
margin-bottom:-1px;
}
}
}
}