mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
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:
parent
a7f5ee0ad5
commit
441ec742c0
1 changed files with 4 additions and 0 deletions
|
@ -484,6 +484,10 @@
|
||||||
fill: var(--black);
|
fill: var(--black);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-nav-list svg circle {
|
||||||
|
fill: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
.gh-nav-button-expand {
|
.gh-nav-button-expand {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
Loading…
Add table
Reference in a new issue