John Cowen daf283d315 Merge pull request #8080 from hashicorp/ui-staging
ui: UI Release Merge (1.8-beta-3: ui-staging merge)
2020-06-10 16:41:25 +00:00

22 lines
332 B
SCSS

%tooltip-panel {
margin: 0 !important;
}
%tooltip-panel dd > div {
top: auto !important;
}
%tooltip-panel dt {
cursor: pointer;
}
%tooltip-panel dd {
display: none;
position: relative;
padding-top: 10px;
margin-bottom: -10px;
}
%tooltip-panel:hover dd {
display: block;
}
%tooltip-panel dd > div {
width: 250px;
}