From f134ec2cc7042a8aa3c7e664d1078b8c05c0dcdf Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 15 Oct 2013 10:26:10 -0400 Subject: [PATCH] Eliminate blank space in Structure hover state --- css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index 42b956ac6..1f8342d6b 100644 --- a/css/app.css +++ b/css/app.css @@ -1100,7 +1100,7 @@ a:hover .icon.out-link { background-position: -500px -14px;} .inspector-hidden, .inspector-hover label input[type="checkbox"], .inspector-hover label input[type="radio"], -.inspector-hover .toggle-list label:not(.active), +.inspector-hover .toggle-list label, .inspector-hover .toggle-list label span, .inspector-hover .inspector-inner .add-tag, .inspector-hover .inspector-inner .add-relation,