]> gitweb.factorcode.org Git - factor.git/commitdiff
help.html: change tr:hover color for div.a only
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 11 Jan 2022 00:03:45 +0000 (16:03 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 11 Jan 2022 00:03:45 +0000 (16:03 -0800)
basis/help/html/html.factor

index 219de21e5de96f4c8960ff3bb6430e5db4062b5e..1f49bc567f16f1f687a0b5e6d25886abf7efeda8 100644 (file)
@@ -128,6 +128,7 @@ M: pathname url-of
         "}" ?tail drop
         " border-bottom: 1px solid #ccc; width: calc(100% + 30px); margin: -15px; }"
         append swap pick set-nth
+        ".a tr:hover { background-color: #f5eed6; }" prefix
     ] [ drop ] if* ;
 
 : css-classes ( classes -- stylesheet )