[tools] winetest: Remove the unused td.arrow CSS style.

Francois Gouget fgouget at codeweavers.com
Thu Jul 1 12:50:30 CDT 2021


The up/down arrows are now positioned using the ralign class rather
than a table.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 winetest/report.css | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/winetest/report.css b/winetest/report.css
index 80be53dbe..b558c6ff7 100644
--- a/winetest/report.css
+++ b/winetest/report.css
@@ -65,10 +65,6 @@ table.output td {
     text-align: left;
 }
 
-td.arrow :link    { color: #ffffff; text-decoration: none; }
-td.arrow :visited { color: #ffffff; text-decoration: none; }
-td.arrow :hover   { color: #ffffff; text-decoration: underline; }
-
 .ralign {
     display: inline-block;
     float: right;
-- 
2.20.1



More information about the wine-devel mailing list