From 7d31a659ab74488ead3d031dbf43f599c27336f7 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Sat, 17 Sep 2022 10:09:35 +0300 Subject: [PATCH] Remove unused pager secondary nav css --- app/assets/stylesheets/common.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 53b561b63..3e0edf3ab 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1428,7 +1428,7 @@ abbr.geo { border-bottom: none; } -/* General styles for action lists / subnavs / pager navs */ +/* General styles for action lists / subnavs */ nav.secondary-actions { @@ -1441,10 +1441,6 @@ nav.secondary-actions { margin-bottom: 0; margin-left: -1px; padding: 0; - &.pager { - display: inline-block; - margin-right: 60px; - } > li { flex-basis: auto; list-style: none; -- 2.45.1