style: transparent nav buttons, tighter calendar breadcrumb

Drops the default button background/shadow from the header 'more', calendar
nav and Today buttons, and tightens breadcrumb spacing so Q/month/year read
as inline links rather than buttons.
This commit is contained in:
2026-09-07 20:18:30 -04:00
parent d22b53253e
commit ec3ad7d384
+23 -1
View File
@@ -189,6 +189,7 @@
.waypoint-calendar .waypoint-day.today.has-note::after {
background-color: var(--text-accent);
}
/* ── Recent Files ── */
.waypoint-recent-filter {
@@ -309,6 +310,27 @@
display: none;
}
[data-type="waypoint-view"] button.waypoint-header-more,
button.waypoint-calendar-nav-btn,
button.waypoint-calendar-today-btn {
background-color: transparent;
box-shadow: none;
}
.waypoint-calendar-breadcrumb {
gap: 4px;
.waypoint-clickable {
padding: 0px;
&:hover {
background-color: transparent;
}
}
}
/* ── Drag-and-drop ── */
.waypoint-bm-dragging {
@@ -389,4 +411,4 @@
background: var(--background-modifier-active-hover);
border-bottom: 2px solid var(--text-accent);
margin-bottom: -9px;
}
}