Fix Bug 34921.
This commit is contained in:
parent
4bb630132e
commit
08366384b1
|
@ -67,6 +67,10 @@ label {
|
|||
.cell {
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
.layout-resizer {
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
.tooltip.main-info {
|
||||
|
|
|
@ -55,6 +55,10 @@ label {
|
|||
border-top: 1px solid @gray-dark;
|
||||
border-left: 1px solid @gray-dark;
|
||||
}
|
||||
|
||||
.layout-resizer {
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
.tooltip.main-info {
|
||||
|
|
Loading…
Reference in a new issue