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

Commit 1f997902 authored by Akhil's avatar Akhil 🙂
Browse files

Merge branch 'dev/hide-contacts-again' into 'main'

Hide contacts again

See merge request !53
parents 04635c98 fc4adc33
Loading
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -2862,6 +2862,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll {
        color: transparent;
        padding: 4px 14px 4px 0;
        margin-left: 20px;
        display: none;
    }
    #rl-app #rl-right .dropdown-menu.show li a {
        text-align: left;
@@ -4645,3 +4646,11 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll {
        left: 0%;
        width: fit-content;
    }

    #rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show li[data-bind="visible: allowContacts"] {
        display: none;
    }

    #rl-app #V-PopupsCompose header .pull-right a.btn[data-i18n="[title]GLOBAL/CONTACTS"]{
        display: none !important;
    }
 No newline at end of file