From 971f025af45e803be9afb395535cb034bb38dcc2 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Sat, 22 Jul 2017 22:48:14 +0000 Subject: [PATCH] CRM-20945 Remove underline on active pager step --- css/searchForm.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/searchForm.css b/css/searchForm.css index 9fa0195089..920607eb53 100644 --- a/css/searchForm.css +++ b/css/searchForm.css @@ -55,3 +55,8 @@ color: #2A71B4; font-weight: normal; } + +/* CRM-20945 Remove underline to show active pager */ +.crm-container #alpha-filter a.active { + border-bottom: none; +} -- 2.25.1