mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -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);
|
||||
}
|
||||
|
||||
.gh-nav-list svg circle {
|
||||
fill: none !important;
|
||||
}
|
||||
|
||||
.gh-nav-button-expand {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
Loading…
Add table
Reference in a new issue