Fix active toolbar tabs
This commit is contained in:
parent
a078c0ccd6
commit
4a6f8b4950
|
@ -329,15 +329,12 @@
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
font-weight: bold;
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
> a {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover:not(.active) {
|
&:hover:not(.active) {
|
||||||
|
@ -347,6 +344,17 @@
|
||||||
|
|
||||||
> a {
|
> a {
|
||||||
color: @gray-deep;
|
color: @gray-deep;
|
||||||
|
|
||||||
|
&::after {
|
||||||
|
display:block;
|
||||||
|
content:attr(data-title);
|
||||||
|
font-weight:bold;
|
||||||
|
height:1px;
|
||||||
|
color:transparent;
|
||||||
|
overflow:hidden;
|
||||||
|
visibility:hidden;
|
||||||
|
margin-bottom:-1px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue