We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a6ea7 commit fcb6f61Copy full SHA for fcb6f61
ad.py
@@ -317,6 +317,14 @@ def html(_args):
317
position: relative;
318
}
319
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
328
tr > th:first-child {
329
font-family: "Fira Sans", sans-serif;
330
font-weight: 700;
@@ -360,14 +368,6 @@ def html(_args):
360
368
top: 0;
361
369
display: none;
362
370
363
-
364
-td:hover {
365
- background-color: #f6f6f6;
366
-}
367
-td:hover > div.model-definition {
- display: block;
371
""")
372
373
0 commit comments