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:
+23
-1
@@ -189,6 +189,7 @@
|
|||||||
.waypoint-calendar .waypoint-day.today.has-note::after {
|
.waypoint-calendar .waypoint-day.today.has-note::after {
|
||||||
background-color: var(--text-accent);
|
background-color: var(--text-accent);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ── Recent Files ── */
|
/* ── Recent Files ── */
|
||||||
|
|
||||||
.waypoint-recent-filter {
|
.waypoint-recent-filter {
|
||||||
@@ -309,6 +310,27 @@
|
|||||||
display: none;
|
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 ── */
|
/* ── Drag-and-drop ── */
|
||||||
|
|
||||||
.waypoint-bm-dragging {
|
.waypoint-bm-dragging {
|
||||||
@@ -389,4 +411,4 @@
|
|||||||
background: var(--background-modifier-active-hover);
|
background: var(--background-modifier-active-hover);
|
||||||
border-bottom: 2px solid var(--text-accent);
|
border-bottom: 2px solid var(--text-accent);
|
||||||
margin-bottom: -9px;
|
margin-bottom: -9px;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user