From 4c8d2f14a641c8a980af7252117723c41050cb8e Mon Sep 17 00:00:00 2001 From: mathieucura Date: Sun, 10 Jan 2021 21:05:46 +0100 Subject: [PATCH] Update right panel handle for layers --- src/editor/svgedit.css | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/editor/svgedit.css b/src/editor/svgedit.css index 902c1439..9516d3e4 100644 --- a/src/editor/svgedit.css +++ b/src/editor/svgedit.css @@ -88,12 +88,13 @@ hr { display: inline-block; position: absolute; background-color: --main-bg-color; - font-weight: bold; + color: #fff; + font-weight: 100; left: 0; top: 40%; width: 1em; - padding: 5px 1px 5px 5px; - margin-left: 3px; + padding: 5px 5px 5px 5px; + margin-left: 6px; cursor: pointer; border-radius: 5px; -moz-border-radius: 5px; @@ -102,10 +103,6 @@ hr { -webkit-user-select: none; } -#sidepanel_handle:hover { - font-weight: bold; -} - #sidepanel_handle * { cursor: pointer; -moz-user-select: none;