From 3a175c277c1585757f281cc7eab82201515af8e1 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Thu, 16 Mar 2017 16:29:36 -0400 Subject: [PATCH] Relax wireframe rules to breathe interpolation can happen --- css/70_fills.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/70_fills.css b/css/70_fills.css index 6d564417a..9402eec5d 100644 --- a/css/70_fills.css +++ b/css/70_fills.css @@ -10,15 +10,15 @@ .low-zoom.fill-wireframe path.shadow, .fill-wireframe path.shadow { - stroke-width: 8 !important; + stroke-width: 12; } .fill-wireframe path.shadow.related:not(.selected), .fill-wireframe path.shadow.hover:not(.selected) { - stroke-opacity: 0.4 !important; + stroke-opacity: 0.4; } .fill-wireframe path.shadow.selected { - stroke-opacity: 0.6 !important; + stroke-opacity: 0.6; } .fill-wireframe .point,