From a40c8ea1fc168483b6b8200b6c8771588e711cee Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Tue, 16 Jul 2019 05:32:51 +0000 Subject: [PATCH] Remove redundant styles --- architype.css | 40 ---------------------------------------- 1 file changed, 40 deletions(-) diff --git a/architype.css b/architype.css index 5fe382b..9f9320e 100644 --- a/architype.css +++ b/architype.css @@ -349,46 +349,6 @@ body { z-index: 1; } -.gridNode.highlight { - border-color: var(--focus); - border-width: 3px; -} - -.gridGraphLabel { - height: 100%; - width: 100%; - font-size: 30px; - text-align: center; -} - -.gridGraphLabel.highlight { - color: var(--focus); -} - -.gridGroup { - width: 100%; - height: 100%; - background: var(--group-background); - justify-content: flex-start; - border: 1px dashed var(--line); - z-index: 1; -} - -.gridGroup.highlight { - border-color: var(--focus); - border-width: 3px; -} - -.gridGroupLabel { - max-width: 90%; - max-height: 90%; - justify-content: center; - font-size: 20px; - overflow: hidden; - overflow-wrap: anywhere; - z-index: 1; -} - .gridGroupLabel.highlight { color: var(--focus); }