mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-29 08:38:30 -06:00
style(next): recent changes list: remove the dash between time and note title
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user