From 736cf3e4e6e1b973d01500748e0cab02cad77c21 Mon Sep 17 00:00:00 2001 From: futpib Date: Thu, 15 Nov 2018 18:53:48 +0300 Subject: [PATCH] Style fix --- index.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/index.css b/index.css index a04eb85..dad6e0a 100644 --- a/index.css +++ b/index.css @@ -227,9 +227,6 @@ div { stroke-width: 2px; stroke: var(--borders); } -.node.selected .volume-thumbnail-ruler-line { - stroke: var(--themeSelectedFgColor) -} .volume-thumbnail-volume-line { stroke-width: 2px; stroke: var(--successColor); @@ -261,7 +258,7 @@ div { margin-left: -50%; } -.volume-controls:hover { +.node.selected .volume-controls { border-color: var(--themeSelectedBgColor); }