From 16d1140a0d94465fce01cd5ea215c34096f7e1d4 Mon Sep 17 00:00:00 2001 From: Finn Krein Date: Mon, 24 May 2021 09:27:49 +0200 Subject: [PATCH] Remove unneeded css for selectionRect --- client-data/board.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/client-data/board.css b/client-data/board.css index f83dbb6c..7f3e5b8e 100644 --- a/client-data/board.css +++ b/client-data/board.css @@ -276,10 +276,6 @@ circle.opcursor { transition: 0s; } -#board #selectionRect { - fill: none; -} - /* Internet Explorer specific CSS */ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { #chooseColor { @@ -288,4 +284,4 @@ circle.opcursor { label.tool-name[for=chooseColor] { line-height: 10px; } -} \ No newline at end of file +}