From c0b99414bd5672cd486924e7ccdf9da9ac912539 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Fri, 14 Feb 2020 01:30:57 -0500 Subject: public/css/override: Fix user activity menu Always show heatmap --- public/css/override.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/override.css b/public/css/override.css index 2d0e1f4..99bfc03 100644 --- a/public/css/override.css +++ b/public/css/override.css @@ -47,7 +47,8 @@ a, .ui.breadcrumb a { color: #0366d6; } /* * Override explore repos header names font weight */ -.ui.secondary.pointing.menu .active.item { font-weight: 400 !important } +.ui.secondary.pointing.menu .active.item { font-weight: 700 !important; border-bottom: 1px solid !important; } +#user-heatmap { display: block; } /* @@ -122,7 +123,6 @@ a, .ui.breadcrumb a { color: #0366d6; } * User Profile */ .user.profile .ui.secondary.stackable.pointing.menu { justify-content: center; } -.user.profile .ui.secondary.stackable.pointing.menu a { text-decoration: underline; } .user.profile .ui.secondary.stackable.pointing.menu i { display: none; } -- cgit v1.2.3