mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 19:22:31 +08:00
style(next): recent changes list: make the "undelete" links look again like a link
This commit is contained in:
parent
cd30d7dd0f
commit
fff0c5cea0
@ -1111,11 +1111,13 @@ body .calendar-dropdown-widget .calendar-body a:hover {
|
|||||||
|
|
||||||
/* Item title link */
|
/* Item title link */
|
||||||
|
|
||||||
.recent-changes-content ul li a {
|
/* Note: Links with the "href" attribute starting with "javascript:" are not meant to be note
|
||||||
color: currentColor
|
titles, but action links such as "undelete". */
|
||||||
|
.recent-changes-content ul li a:not([href^="javascript:"]) {
|
||||||
|
color: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
.recent-changes-content ul li a:hover {
|
.recent-changes-content ul li a:not([href^="javascript:"]):hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user