From f831128d486208b222a95b5a72e238064b5b32b4 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Fri, 30 Mar 2018 19:08:42 -0600 Subject: [PATCH] apply style to version links in explore panel to make them stand out more --- src/css/navigation-explore.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/css/navigation-explore.css b/src/css/navigation-explore.css index d5b634a..ea63fa1 100644 --- a/src/css/navigation-explore.css +++ b/src/css/navigation-explore.css @@ -75,18 +75,24 @@ } .navigation-explore .component .version a { + border: 1px solid #b0b0b0; + border-radius: 0.25em; color: #4a4a4a; white-space: nowrap; + padding: 0.05em 0.25em 0; } -.navigation-explore .component .version.is-current { +.navigation-explore .component .is-current a { + border-color: #4a4a4a; font-weight: 500; } -.navigation-explore .component .version.is-latest a::after { +/* +.navigation-explore .component .is-latest a::after { content: ' (latest)'; } +*/ .navigation-explore .component .version + .version { - padding-left: 0.5em; + padding-left: 0.375em; } -- 2.11.0