fix(directory): fixed the color of fast navigation
This commit is contained in:
@@ -120,13 +120,10 @@
|
|||||||
margin-left: 1rem;
|
margin-left: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item_icon {
|
.item_icon svg {
|
||||||
transition: fill cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
|
transition: fill cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
|
||||||
|
width: 1rem;
|
||||||
svg {
|
fill: var(--text-color);
|
||||||
width: 1rem;
|
|
||||||
fill: var(--text-color);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
@@ -135,7 +132,7 @@
|
|||||||
.text {
|
.text {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
.item_icon {
|
.item_icon svg {
|
||||||
fill: currentColor;
|
fill: currentColor;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user