From ae5c11f3640569d0895d5302d5ebcd53d3690144 Mon Sep 17 00:00:00 2001 From: Blake Erickson Date: Thu, 25 Jan 2024 12:17:26 -0700 Subject: [PATCH] FIX: Remove css that should not have been added (#25425) Accidentally added this css that didn't need to be added as part of this commit: 0dcdc66f58d0037487db3adaddbe07afa3c1f783 --- app/assets/stylesheets/desktop/topic-list.scss | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-list.scss b/app/assets/stylesheets/desktop/topic-list.scss index f14d5197ce4..12b9bf22ff6 100644 --- a/app/assets/stylesheets/desktop/topic-list.scss +++ b/app/assets/stylesheets/desktop/topic-list.scss @@ -200,22 +200,6 @@ } } -.arrow { - border: solid white; - border-width: 0 3px 3px 0; - display: inline-block; - padding: 3px; - margin-left: 4px; -} - -.down { - transform: rotate(45deg); - -webkit-transform: rotate(45deg); -} - -.bulk-select-actions { -} - .dismiss-container-top { display: flex; justify-content: flex-end;