Fix active toolbar tabs
This commit is contained in:
parent
a078c0ccd6
commit
4a6f8b4950
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue