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

Commit 42aca0e5 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN Committed by Ronak Patel
Browse files

high contrast mode fix

parent 1d6de6d9
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
@@ -1764,6 +1764,11 @@ body.theme--highcontrast svg.material-design-icon__svg {
body.theme--dark #header #appmenu li a {
    opacity: 1;
}
body.theme--light.theme--highcontrast #header #appmenu li a {
    opacity: 1;
    filter: invert(0);
}

body.theme--highcontrast #header #appmenu li a {
    opacity: 1;
    filter: invert(1);
@@ -1771,11 +1776,12 @@ body.theme--highcontrast #header #appmenu li a {
body.theme--highcontrast #header #appmenu li a.active {
    filter: invert(0);
}
body.theme--dark.theme--highcontrast #header #appmenu li .icon-more-white {
body.theme--highcontrast #header #appmenu li .icon-more-white {
    background-image: var(--icon-more-000);
}
body.theme--dark.theme--highcontrast #header .header-menu.unified-search a.header-menu__trigger,
body.theme--dark.theme--highcontrast #header .notifications-button.hasNotifications {
body.theme--highcontrast #header .notifications-button.hasNotifications,
body.theme--highcontrast #unified-search .header-menu__trigger {
    opacity: 1 !important;
}
body.theme--dark.theme--highcontrast #header #appmenu li:hover a,