From 0e3e32f06cf9e4d9df7410c1cddb699e201612ce Mon Sep 17 00:00:00 2001 From: Kris Date: Wed, 4 Mar 2020 13:50:48 -0500 Subject: [PATCH] Remove some legacy tiger-striping css --- app/assets/stylesheets/mobile/topic-list.scss | 9 --------- 1 file changed, 9 deletions(-) diff --git a/app/assets/stylesheets/mobile/topic-list.scss b/app/assets/stylesheets/mobile/topic-list.scss index 5b6de216e5e..516c864c045 100644 --- a/app/assets/stylesheets/mobile/topic-list.scss +++ b/app/assets/stylesheets/mobile/topic-list.scss @@ -345,15 +345,6 @@ tr.category-topic-link { } } - .topic-list > tbody > tr { - &:nth-child(odd) { - background-color: $secondary; - } - &:nth-child(even) { - background-color: $secondary; - } - } - th .badge-category { margin: 0; }