From b92a70a964c924870a7138c016e0f349e123e7c1 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Thu, 13 Oct 2016 14:48:42 +1100 Subject: [PATCH] CRM-19495 Ensure that no dots appear at the bottom of menu links in d8 (#9232) * CRM-19495 Ensure that no dots appear at the bottom of menu links in d8 * Switch to borer: 0 as per suggestion from coleman --- css/civicrmNavigation.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/civicrmNavigation.css b/css/civicrmNavigation.css index 0c0ee5f38b..3458bc3081 100644 --- a/css/civicrmNavigation.css +++ b/css/civicrmNavigation.css @@ -91,6 +91,7 @@ li.menu-separator.active{ display:block; font-weight:normal; text-decoration:none; + border:0; } * html div.menu-item { -- 2.25.1