]> gitweb.factorcode.org Git - factor.git/commitdiff
Revert "help.html: remove tr:hover background-color"
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 11 Jan 2022 00:03:00 +0000 (16:03 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 11 Jan 2022 00:03:00 +0000 (16:03 -0800)
This reverts commit 1e37e6b941b2e263a09e605a8a7019c10e242c9d.

basis/help/html/stylesheet.css

index 7a5ffff5ee91b8653ec2abaede5d64d26445fe75..0bc89019b0e3f60ec3266f834c48e216e5f33cbf 100644 (file)
@@ -36,6 +36,10 @@ table {
     margin-bottom: 5px;
 }
 
+tr:hover {
+    background-color: #f5f5f5;
+}
+
 .navbar {
     margin: 0;
     padding: 15px;