[common] refactoring

This commit is contained in:
Maxim Kadushkin 2019-02-06 16:44:36 +03:00
parent 5943c2ebd2
commit 2d613dae77

View file

@ -280,7 +280,8 @@
} }
} }
.style-off-tabs .toolbar { .style-off-tabs {
.toolbar {
@underscore_height: 2px; @underscore_height: 2px;
.tabs, .extra { .tabs, .extra {
@ -316,6 +317,11 @@
} }
} }
&:hover:not(.active) {
background-color: rgba(0, 0, 0, .05);
//background-color: @secondary;
}
> a { > a {
color: @gray-deep; color: @gray-deep;
} }
@ -352,7 +358,10 @@
} }
#rib-doc-name { #rib-doc-name {
color:@gray-deep; color: @gray-deep;
}
}
} }
} }