Merge pull request #2038 from basecamp/jump-menu-empty-state

Add blank slate to the main menu
This commit is contained in:
Andy Smith
2025-12-09 18:12:53 -06:00
committed by GitHub
2 changed files with 13 additions and 0 deletions
+9
View File
@@ -219,6 +219,15 @@
}
}
.nav__blank-slate {
font-size: var(--text-small);
margin: 1rem auto;
.nav:has(.popup__item:not([hidden])) & {
display: none;
}
}
.nav__footer {
background-color: var(--color-canvas);
border-block-start: 1px solid var(--color-ink-lighter);
+4
View File
@@ -25,4 +25,8 @@
</div>
<%= yield %>
<div class="nav__blank-slate blank-slate blank-slate--empty">
Nothing matches that filter
</div>
</div>