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

Commit 92f189c4 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

regress fix

parent 955f411f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1792,11 +1792,11 @@ body.theme--dark.theme--highcontrast #header .app-menu li:focus a {
    opacity: 1;
}
#header-menu-user-menu .header-menu__content .account-menu-entry .list-item-content__name {
    color: var(--color-text-maxcontrast);
    color: var(--color-text-maxcontrast) !important;
}
#header-menu-user-menu .header-menu__content .account-menu-entry.list-item__wrapper--active .list-item {    
    background-color: var(--color-primary-element-light);
    color: var(--color-main-text);
    color: var(--color-main-text) !important;
}
#header-menu-user-menu .header-menu__content .account-menu-entry 
#user-menu.account-menu ul li a.active:not(:focus-visible),