From 9d4cf2bccc2b8b146cab166a036bf5cae74bacce Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Sun, 26 May 2024 05:08:11 +0300 Subject: [PATCH] Remove unused .browse_status css class --- app/assets/stylesheets/common.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index c3f2b36ad..381967f6a 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -580,10 +580,6 @@ tr.turn { .routing_marker { width: 15px; cursor: move; } -.browse_status { - display: none; -} - /* Rules for the history sidebar */ #sidebar .changesets { -- 2.45.2