mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Fix query plan styles to correct rendering (#4739)
This commit is contained in:
@@ -175,6 +175,8 @@ div[class|='qp-icon'] {
|
|||||||
div.qp-node .qp-tt,
|
div.qp-node .qp-tt,
|
||||||
.qp-noCssTooltip div.qp-node:hover .qp-tt {
|
.qp-noCssTooltip div.qp-node:hover .qp-tt {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
position: absolute;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.qp-node:hover .qp-tt {
|
div.qp-node:hover .qp-tt {
|
||||||
@@ -204,7 +206,7 @@ div.qp-node:hover .qp-tt {
|
|||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.qp-root svg {
|
.qp-root svg {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@@ -213,4 +215,4 @@ div.qp-node:hover .qp-tt {
|
|||||||
z-index: 0;
|
z-index: 0;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user