From d339d6a1bbf8ed97bf976fd8d0a74c0c63d8c1e2 Mon Sep 17 00:00:00 2001 From: Thomas Nordquist Date: Mon, 15 Apr 2019 11:05:38 +0200 Subject: [PATCH] Remove dead code --- app/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/index.html b/app/index.html index 46557a2..1499bfa 100644 --- a/app/index.html +++ b/app/index.html @@ -80,8 +80,6 @@ } .Resizer.vertical { - /* width: 11px; - margin: 0 -5px; */ width: 2px; margin: 0px -8px 0px 0px; border-left: 4px solid rgba(128, 128, 128, 0); @@ -93,6 +91,7 @@ border-left: 4px solid rgba(130, 130, 130, 1); border-right: 4px solid rgba(140, 140, 140, 1); } + .Resizer.disabled { cursor: not-allowed; }