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

Commit 10131cec authored by Ronak Patel's avatar Ronak Patel
Browse files

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

unified-search svg icon

See merge request !238
parents 5c366213 95c30c2b
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -465,7 +465,9 @@ input.primary,
    background: var(--notification-icon) no-repeat center;
    background-size: 17px;
}

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

.notifications-button.hasNotifications {
    opacity: 0.6 !important;
@@ -1472,6 +1474,11 @@ body .icon-view-list {
#content-vue.app-calendar .app-sidebar-tabs__tab a {
    color: var(--icon-inactive-color);
}
#content-vue.app-notes #app-settings .settings-button__icon,
#content-vue.app-calendar #app-settings .settings-button__icon {
    display: flex;
    text-align: center;
}

.CodeMirror .CodeMirror-line::selection,
.CodeMirror .CodeMirror-line > span::selection,