From ded78eda678b6d9e4f5726195ed46d11c509ad64 Mon Sep 17 00:00:00 2001 From: cha0s Date: Sun, 28 Jun 2020 13:06:46 -0500 Subject: [PATCH] fix: ui --- src/client/index.scss | 1 + src/client/sidebar-icons.raw.scss | 3 +++ src/client/sidebar.raw.scss | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/client/index.scss b/src/client/index.scss index 14a0371..2a0afb1 100644 --- a/src/client/index.scss +++ b/src/client/index.scss @@ -193,6 +193,7 @@ select { padding: 0 0.5em; justify-content: space-evenly; .text { + height: 1.25em; padding: 0 0.5em; } } diff --git a/src/client/sidebar-icons.raw.scss b/src/client/sidebar-icons.raw.scss index c203e45..a150437 100644 --- a/src/client/sidebar-icons.raw.scss +++ b/src/client/sidebar-icons.raw.scss @@ -18,6 +18,9 @@ fill: #ffffff; } } + &:focus { + box-shadow: none; + } &.expanded { border-left: 3px solid var(--active-color); } diff --git a/src/client/sidebar.raw.scss b/src/client/sidebar.raw.scss index e9c0e77..040206a 100644 --- a/src/client/sidebar.raw.scss +++ b/src/client/sidebar.raw.scss @@ -54,7 +54,7 @@ .rstcustom__node { &:hover { - background-color: rgba(0, 0, 0, 0.05); + background-color: rgba(255, 255, 255, 0.025); } button { top: 0.75em;