From 8a6c34fa78cf4fa52332d90448dae50087f2b510 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Tue, 3 Oct 2023 17:44:37 +0300 Subject: [PATCH] Remove border css class used by previous version of paginator --- 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 1f5d0398e..a2b723ccb 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -101,10 +101,6 @@ time[title] { border-color: $grey !important; } -.border-lightgrey { - border-color: $lightgrey !important; -} - /* Rules for the header */ #menu-icon { -- 2.39.5