[common] refactoring
This commit is contained in:
parent
5943c2ebd2
commit
2d613dae77
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -356,6 +362,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.toolbar-fullview-panel {
|
.toolbar-fullview-panel {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
Loading…
Reference in a new issue