From ead36e1dc7352d1869e0a2c4f9db3ed547840aa3 Mon Sep 17 00:00:00 2001 From: XPoet Date: Thu, 26 Nov 2020 09:41:53 +0800 Subject: [PATCH] style: update side tools button style --- source/css/layout/_partial/side-tools-container.styl | 1 + 1 file changed, 1 insertion(+) diff --git a/source/css/layout/_partial/side-tools-container.styl b/source/css/layout/_partial/side-tools-container.styl index fcd97fa..582bec1 100644 --- a/source/css/layout/_partial/side-tools-container.styl +++ b/source/css/layout/_partial/side-tools-container.styl @@ -14,6 +14,7 @@ $tools-item-width = 30px; cursor: pointer; box-shadow: 1px 1px 3px var(--shadow-color); border-right: none; + border-radius: 1px; &:hover { transition();