💄 Remove background color of tool buttons & reduce this zindex level.
This commit is contained in:
parent
dc1c68d5c9
commit
70cba4cc6a
@ -13,7 +13,7 @@
|
|||||||
transition: visibility .4s, background .4s;
|
transition: visibility .4s, background .4s;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: $zindex-4;
|
z-index: $zindex-4;
|
||||||
|
|
||||||
.search-active & {
|
.search-active & {
|
||||||
background: rgba(0, 0, 0, .3);
|
background: rgba(0, 0, 0, .3);
|
||||||
|
@ -1,9 +1,8 @@
|
|||||||
.tool-buttons {
|
.tool-buttons {
|
||||||
|
|
||||||
@include sidebar-toggle();
|
@include sidebar-toggle();
|
||||||
background: var(--body-bg-color);
|
background: none;
|
||||||
bottom: 55px;
|
bottom: 55px;
|
||||||
z-index: 100;
|
|
||||||
filter: alpha(opacity=0);
|
filter: alpha(opacity=0);
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user