FIX: Show schema info tooltips inline
This commit is contained in:
parent
344f6e357d
commit
47f8de9c35
|
@ -115,19 +115,16 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.popup {
|
.popup {
|
||||||
position: absolute;
|
padding: 4px;
|
||||||
padding: 5px;
|
position: relative;
|
||||||
padding-right: calc(5px + 2em);
|
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
background: $secondary;
|
background: $secondary;
|
||||||
left: -120px;
|
padding-right: calc(5px + 0.5em);
|
||||||
width: 180px;
|
|
||||||
top: 6px;
|
|
||||||
z-index: 10;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.popup ol {
|
.popup ol {
|
||||||
margin: 0;
|
padding: 0px;
|
||||||
|
position: relative;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
> li:before {
|
> li:before {
|
||||||
content: attr(value) ": ";
|
content: attr(value) ": ";
|
||||||
|
|
Loading…
Reference in New Issue