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

View File

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