diff --git a/app/assets/stylesheets/desktop/topic-list.scss b/app/assets/stylesheets/desktop/topic-list.scss index 3f53b0d2ccd..29ffd35ab16 100644 --- a/app/assets/stylesheets/desktop/topic-list.scss +++ b/app/assets/stylesheets/desktop/topic-list.scss @@ -177,15 +177,6 @@ th.posts { position: relative; } - > tbody > tr { - border-bottom: none; - &:nth-child(odd) { - background-color: darken($secondary, 3%); - } - &:nth-child(even) { - background-color: $secondary; - } - } th.stats { width: 90px; }