style(next): recent changes list: remove the dash between time and note title

This commit is contained in:
Adorian Doran 2024-12-13 03:19:27 +02:00
parent 04e96eefe4
commit 7be83f78c2

View File

@ -1085,6 +1085,12 @@ body .calendar-dropdown-widget .calendar-body a:hover {
color: var(--active-item-text-color);
}
.recent-changes-content li > span:first-child::after {
/* Remove the dash between time and note title */
content: "" !important;
}
.recent-changes-content ul li:not(.deleted-note):hover {
border-radius: 8px;
background: var(--hover-item-background-color);