projects
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ac08df
)
add border radius to bottom of navbar dropdown
author
Dan Allen
<dan@opendevise.com>
Thu, 18 Jul 2019 01:37:23 +0000
(19:37 -0600)
committer
Dan Allen
<dan@opendevise.com>
Thu, 18 Jul 2019 01:37:23 +0000
(19:37 -0600)
src/css/header.css
patch
|
blob
|
history
diff --git
a/src/css/header.css
b/src/css/header.css
index
61a90dc
..
8c19082
100644
(file)
--- 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;
}