From a8a82e74252b05c0a0b4c27882c86b70edeceee4 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Fri, 13 Dec 2024 03:24:21 +0200 Subject: [PATCH] style(next): recent changes list: optimize --- src/public/stylesheets/theme-next/shell.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/public/stylesheets/theme-next/shell.css b/src/public/stylesheets/theme-next/shell.css index 833de38da..a9e6851ae 100644 --- a/src/public/stylesheets/theme-next/shell.css +++ b/src/public/stylesheets/theme-next/shell.css @@ -1117,13 +1117,11 @@ body .calendar-dropdown-widget .calendar-body a:hover { /* Item title link */ -/* Note: Links with the "href" attribute starting with "javascript:" are not meant to be note - titles, but action links such as "undelete". */ -.recent-changes-content ul li a:not([href^="javascript:"]) { +.recent-changes-content ul li .note-title a { color: currentColor; } -.recent-changes-content ul li a:not([href^="javascript:"]):hover { +.recent-changes-content ul li .note-title a:hover { text-decoration: underline; }