From 60062448083d1613c71d23a06f53a57a1350a169 Mon Sep 17 00:00:00 2001 From: Akhil Date: Tue, 5 Sep 2023 17:52:16 +0000 Subject: [PATCH] Revert "Merge branch 'dev/snappy-255' into 'dev/hide-contact-2'" This reverts merge request !47 --- style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/style.css b/style.css index 3a7aac7..d31d2f6 100644 --- a/style.css +++ b/style.css @@ -2862,7 +2862,6 @@ 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; @@ -3287,9 +3286,6 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { vertical-align: middle; padding-top: 10px; } - #rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show li[data-bind="visible: allowContacts"] { - display: none; - } #rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show li a { vertical-align: middle; display: flex; -- GitLab