Fixed icon style bug for Explore menu

no issue

- the circle component of the Explore icon was overriden with other style definitions
This commit is contained in:
Peter Zimon 2022-10-25 11:27:23 +02:00
parent a7f5ee0ad5
commit 441ec742c0

View File

@ -484,6 +484,10 @@
fill: var(--black);
}
.gh-nav-list svg circle {
fill: none !important;
}
.gh-nav-button-expand {
display: flex;
align-items: center;