mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 10:22:29 +08:00
style(next): recent changes list: optimize
This commit is contained in:
parent
008e3a4dd8
commit
a8a82e7425
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user