💄 Remove background color of tool buttons & reduce this zindex level.

This commit is contained in:
凡梦星尘
2022-09-28 21:06:30 +08:00
parent dc1c68d5c9
commit 70cba4cc6a
2 changed files with 2 additions and 3 deletions

View File

@@ -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);