From baf5e7c968d171cecb2c356420c102f2e9da1048 Mon Sep 17 00:00:00 2001 From: abakkk Date: Fri, 16 Oct 2020 12:15:12 +0200 Subject: [PATCH] hide square area outline Hide the square area outline when the drawing area is not reactive. Fix 58677dc1. --- stylesheet.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheet.css b/stylesheet.css index edc6e7d..3811393 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -1,10 +1,10 @@ /* square area */ -.draw-on-your-screen-square-area { +.draw-on-your-screen .draw-on-your-screen-square-area { outline: 2px solid rgba(255, 0, 0, 0.7); } -.draw-on-your-screen-square-area:insensitive { +.draw-on-your-screen:insensitive .draw-on-your-screen-square-area { outline: none; }