mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 11:02:27 +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 */
|
/* Item title link */
|
||||||
|
|
||||||
/* Note: Links with the "href" attribute starting with "javascript:" are not meant to be note
|
.recent-changes-content ul li .note-title a {
|
||||||
titles, but action links such as "undelete". */
|
|
||||||
.recent-changes-content ul li a:not([href^="javascript:"]) {
|
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
.recent-changes-content ul li a:not([href^="javascript:"]):hover {
|
.recent-changes-content ul li .note-title a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user