[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;
.tabs, .extra {
@ -316,6 +317,11 @@
}
}
&:hover:not(.active) {
background-color: rgba(0, 0, 0, .05);
//background-color: @secondary;
}
> a {
color: @gray-deep;
}
@ -356,6 +362,9 @@
}
}
}
}
.toolbar-fullview-panel {
position: absolute;
bottom: 0;