fix: graph icon

This commit is contained in:
Tienson Qin
2023-11-16 18:58:06 +08:00
parent 6277f76557
commit ba82d990a8
2 changed files with 37 additions and 21 deletions

View File

@@ -166,6 +166,18 @@
position: relative;
}
.graph-icon .ui__icon {
padding: 0;
width: unset;
margin-right: 0px;
}
.graph-icon {
padding: 2px;
margin-left: 1px;
margin-right: 9px;
}
&:hover {
background-color: or(--ls-left-sidebar-hover-background, --lx-gray-04, --ls-primary-background-color);
color: or(--ls-left-sidebar-text-color-hover, --lx-gray-12);