From: Dan Allen Date: Thu, 18 Jul 2019 01:37:23 +0000 (-0600) Subject: add border radius to bottom of navbar dropdown X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=266a37a34a4d64d7ff7bb107c19f27261dc6b374;p=working%2Feg-antora.git add border radius to bottom of navbar dropdown --- diff --git a/src/css/header.css b/src/css/header.css index 61a90dc..8c19082 100644 --- a/src/css/header.css +++ b/src/css/header.css @@ -239,6 +239,8 @@ body { .navbar-dropdown { background-color: var(--navbar-menu-background); border: 1px solid var(--navbar-menu-border-color); + border-top: none; + border-radius: 0 0 0.25rem 0.25rem; display: none; top: 100%; left: 0; @@ -251,6 +253,10 @@ body { white-space: nowrap; } + .navbar-dropdown .navbar-item:last-child { + border-radius: inherit; + } + .navbar-dropdown a.navbar-item { padding-right: 3rem; }