mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 14:43:08 +03: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
@ -484,6 +484,10 @@
|
||||
fill: var(--black);
|
||||
}
|
||||
|
||||
.gh-nav-list svg circle {
|
||||
fill: none !important;
|
||||
}
|
||||
|
||||
.gh-nav-button-expand {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
Loading…
Reference in New Issue
Block a user