diff --git a/scss/topic-cards.scss b/scss/topic-cards.scss index 2a5f30f..3a58aee 100644 --- a/scss/topic-cards.scss +++ b/scss/topic-cards.scss @@ -631,6 +631,12 @@ } } +// bulk-select overrule for j/k nav +.topic-list tr.selected td:first-of-type, +.topic-list-item.selected td:first-of-type { + box-shadow: none; +} + // User Messages body.user-messages-page { .topic-list-body {