From: Mischa POSLAWSKY Date: Fri, 6 Feb 2015 04:32:24 +0000 (+0100) Subject: browser: exempt legend table from title highlighting X-Git-Tag: v1.6~1 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/b6c59a517a1d5af38b4d71c52f79343e76f78358 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. --- 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}