On Wed, 19 Oct 2022 21:00:06 GMT, Jonathan Gibbons <[email protected]> wrote:
>> I'm not that familiar with css syntax. Can you be more concrete on how you
>> wish this written?
>
> I'm suggesting something like the following, although I have not explicitly
> tested it:
>
>
> .module-graph span, .sealed-graph span {
> display:none;
> position:absolute;
> }
> .module-graph:hover span, .sealed-graph:hover span {
> display:block;
> margin: -100px 0 0 100px;
> z-index: 1;
> }
Fixed. Thank you for helping me with the CSS syntax. I have verified that it
looks good for both existing module graphs and the new sealed graphs.
-------------
PR: https://git.openjdk.org/jdk/pull/10761