From 7be83f78c23c50a075f9678db329deeb1b880602 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Fri, 13 Dec 2024 03:19:27 +0200 Subject: [PATCH] style(next): recent changes list: remove the dash between time and note title --- src/public/stylesheets/theme-next/shell.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/public/stylesheets/theme-next/shell.css b/src/public/stylesheets/theme-next/shell.css index 087cff492..833de38da 100644 --- a/src/public/stylesheets/theme-next/shell.css +++ b/src/public/stylesheets/theme-next/shell.css @@ -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);