From 70cba4cc6a7c0a602f83afd69111758e221ba4d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=87=A1=E6=A2=A6=E6=98=9F=E5=B0=98?= Date: Wed, 28 Sep 2022 21:06:30 +0800 Subject: [PATCH] :lipstick: Remove background color of tool buttons & reduce this zindex level. --- assets/css/_common/components/third-party/search.scss | 2 +- assets/css/_common/components/tool-buttons.scss | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/assets/css/_common/components/third-party/search.scss b/assets/css/_common/components/third-party/search.scss index e88eec0..d9a3e6a 100644 --- a/assets/css/_common/components/third-party/search.scss +++ b/assets/css/_common/components/third-party/search.scss @@ -13,7 +13,7 @@ transition: visibility .4s, background .4s; visibility: hidden; width: 100%; - z-index: $zindex-4; + z-index: $zindex-4; .search-active & { background: rgba(0, 0, 0, .3); diff --git a/assets/css/_common/components/tool-buttons.scss b/assets/css/_common/components/tool-buttons.scss index 0fc3c1f..ae29f0b 100644 --- a/assets/css/_common/components/tool-buttons.scss +++ b/assets/css/_common/components/tool-buttons.scss @@ -1,9 +1,8 @@ .tool-buttons { @include sidebar-toggle(); - background: var(--body-bg-color); + background: none; bottom: 55px; - z-index: 100; filter: alpha(opacity=0); font-size: 12px;