feat: use fg color for sidebar button bg
This commit is contained in:
parent
be4dfe1807
commit
9217c7775e
1 changed files with 2 additions and 1 deletions
|
|
@ -384,6 +384,7 @@ body[data-route^="Module"] .main-menu {
|
|||
margin-bottom: var(--margin-sm);
|
||||
display: inline-flex;
|
||||
vertical-align: top;
|
||||
|
||||
.btn {
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
|
|
@ -391,7 +392,7 @@ body[data-route^="Module"] .main-menu {
|
|||
padding: 0;
|
||||
border: 1px dashed var(--dark-border-color);
|
||||
box-shadow: none;
|
||||
background-color: transparent;
|
||||
background-color: var(--fg-color);
|
||||
.icon use {
|
||||
stroke: var(--text-muted);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue