From 37744b60be9ea76b7b01d37d4ac746ad9a632536 Mon Sep 17 00:00:00 2001 From: Mary Kate Date: Sun, 16 Aug 2020 10:58:51 -0500 Subject: [PATCH] corners on DMs --- app/styles/overflow_hacks.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/styles/overflow_hacks.scss b/app/styles/overflow_hacks.scss index c00096b72..ef72b6863 100644 --- a/app/styles/overflow_hacks.scss +++ b/app/styles/overflow_hacks.scss @@ -26,11 +26,7 @@ button.column-header__button.active { } } -.focusable:focus .status.status-direct { - border-radius: 0 0 10px 10px; -} - -.status.status-direct:not(.read) { +.load-more:hover { border-radius: 0 0 10px 10px; }