web: make sidebar fold button visible
This commit is contained in:
parent
62c1e4303b
commit
60460b23dc
|
|
@ -85,8 +85,10 @@
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.sidebar-fold-button {
|
.sidebar-fold-button {
|
||||||
border: 0;
|
border: 1px solid var(--line);
|
||||||
background: transparent;
|
background: var(--bg-raised);
|
||||||
|
box-shadow: var(--shadow-soft);
|
||||||
|
color: var(--text-strong);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.sidebar-icon {
|
.sidebar-icon {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user