Tabs: Beautify tabs hover

This commit is contained in:
Florian Strohmaier 2019-08-22 16:48:58 +02:00 committed by Johannes Meyer
parent 8ebc04f2c1
commit ca02547bf6
1 changed files with 8 additions and 5 deletions

View File

@ -22,10 +22,17 @@
}
.tabs > li {
margin-right: 0.5em;
&:not(:last-child) {
margin-right: 0.5em;
}
> a {
color: @body-bg-color;
&:hover {
text-decoration: none;
background: rgba(0,0,0,.1);
}
}
&.active > a,
@ -33,10 +40,6 @@
background-color: @body-bg-color;
color: @text-color;
}
&:last-child {
margin-right: 0;
}
}
.tabs > .dropdown-nav-item > a,