Skip to content

Commit fcb6f61

Browse files
committed
Fix CSS
1 parent e9a6ea7 commit fcb6f61

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

ad.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,14 @@ def html(_args):
317317
position: relative;
318318
}
319319
320+
tr > td:first-child:hover {
321+
background-color: #f6f6f6;
322+
}
323+
324+
tr > td:first-child:hover > div.model-definition {
325+
display: block;
326+
}
327+
320328
tr > th:first-child {
321329
font-family: "Fira Sans", sans-serif;
322330
font-weight: 700;
@@ -360,14 +368,6 @@ def html(_args):
360368
top: 0;
361369
display: none;
362370
}
363-
364-
td:hover {
365-
background-color: #f6f6f6;
366-
}
367-
368-
td:hover > div.model-definition {
369-
display: block;
370-
}
371371
""")
372372

373373

0 commit comments

Comments
 (0)