aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-02-14 01:30:57 -0500
committerThedro Neely <thedroneely@gmail.com>2020-02-14 01:30:57 -0500
commitc0b99414bd5672cd486924e7ccdf9da9ac912539 (patch)
tree7860c16651696e00629577ca256767dbf5485018
parent1e9fa19dafc608f608fa25f09efc308ae428d617 (diff)
downloadgitea-templates-c0b99414bd5672cd486924e7ccdf9da9ac912539.tar.gz
gitea-templates-c0b99414bd5672cd486924e7ccdf9da9ac912539.tar.bz2
gitea-templates-c0b99414bd5672cd486924e7ccdf9da9ac912539.zip
public/css/override: Fix user activity menu
Always show heatmap
-rw-r--r--public/css/override.css4
1 files 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; }