style(next): recent changes list: optimize

This commit is contained in:
Adorian Doran 2024-12-13 03:24:21 +02:00
parent 008e3a4dd8
commit a8a82e7425

View File

@ -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;
}