Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0d8d4906 authored by Akhil's avatar Akhil 🙂
Browse files

Merge branch 'dev/fix-search-icon' into 'main'

Fix search icon in NC 32

See merge request !240
parents 10131cec c9165c1f
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -465,10 +465,13 @@ input.primary,
    background: var(--notification-icon) no-repeat center;
    background-size: 17px;
}

#header #unified-search svg {
    color: var(--color-main-text);
    mask: unset;
}


.notifications-button.hasNotifications {
    opacity: 0.6 !important;
}