Tabs: Beautify tabs hover
This commit is contained in:
parent
8ebc04f2c1
commit
ca02547bf6
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue