From 056c190c377307cc5887611bf32cfb24d93a8a26 Mon Sep 17 00:00:00 2001 From: "Hartung, Michael" <michael.hartung@uni-hamburg.de> Date: Mon, 20 Jun 2022 19:03:25 +0200 Subject: [PATCH] analysis tab header style --- src/stylesheets/theme-styles.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stylesheets/theme-styles.scss b/src/stylesheets/theme-styles.scss index ebb76995..63a68518 100644 --- a/src/stylesheets/theme-styles.scss +++ b/src/stylesheets/theme-styles.scss @@ -82,6 +82,7 @@ .tabs li.is-active a, .tabs.is-toggle li.is-active a, .tabs a:hover { border-color: var(--drgstn-primary) !important; color: var(--drgstn-text-primary) !important; + border-bottom: solid; } .content h4, .content h6 { -- GitLab