Skip to content

Commit 8697230

Browse files
updated inactive icons color
1 parent 1db31a3 commit 8697230

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Sidebar/LinksGroup/LinksGroup.module.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
.headerLink {
44
overflow-x: hidden;
5-
5+
66
@media (min-width: map_get($grid-breakpoints, lg)) and (min-height: $screen-lg-height), (max-width: map_get($grid-breakpoints, md) - 1px) {
77
font-size: 13px;
88
}
@@ -50,7 +50,7 @@
5050
justify-content: center;
5151
align-items: center;
5252
transition: all .35s ease;
53-
color: var(--sidebar-icon-bg);
53+
color: unset;
5454
background-color: transparent;
5555
position: absolute;
5656
top: 3px;

0 commit comments

Comments
 (0)