From b6c59a517a1d5af38b4d71c52f79343e76f78358 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Fri, 6 Feb 2015 05:32:24 +0100 Subject: [PATCH] browser: exempt legend table from title highlighting First td of support table is highlighted on hover, which applied to the legend makes the 'supported' cell unreadable. --- circus.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circus.css b/circus.css index afc5cb1..b2aed61 100644 --- a/circus.css +++ b/circus.css @@ -21,7 +21,7 @@ .ex { color: #D00} .legend .ex:hover { background: #000} -#browser tr:hover > td:first-of-type { background: #FFF } +#browser .mapped tr:hover > td:first-of-type { background: #FFF } .p:hover::after {color: #F00} -- 2.30.0