mirror of
https://github.com/zadam/trilium.git
synced 2026-01-01 12:14:24 +01:00
style(next): recent changes list: remove the dash between time and note title
This commit is contained in:
parent
04e96eefe4
commit
7be83f78c2
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user