From c6d59195714a893f279213612e16a0f54d448168 Mon Sep 17 00:00:00 2001 From: cha0s Date: Wed, 15 Jul 2020 16:51:21 -0500 Subject: [PATCH] ui: fade fix --- src/client/bar.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/bar.scss b/src/client/bar.scss index 68e24f4..e276a5f 100644 --- a/src/client/bar.scss +++ b/src/client/bar.scss @@ -64,6 +64,7 @@ } .closed &.active { background-color: #303030; + transition: none; &:hover { background-color: #2a2a2a; }