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

Commit f8d7d037 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

left border removed

parent b67cc8a2
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1227,13 +1227,13 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll {
#rl-app .messageListItem:hover,
#rl-app .messageListItem.focused:hover {
    background-color: var(--color-main-background-translucent);
    border-left-color: var(--color-primary-light-hover);
    border-left-color: transparent;
}

#rl-app .messageListItem.selected,
#rl-app .messageListItem.selected:hover {
    background-color: var(--color-background-blue) !important;
    border-left-color: var(--color-background-blue) !important;
    border-left-color: transparent !important;
}

#rl-app .messageListItem.unseen,