mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 10:22:29 +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 */
|
||||
|
||||
.recent-changes-content ul li a {
|
||||
color: currentColor
|
||||
/* 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:"]) {
|
||||
color: currentColor;
|
||||
}
|
||||
|
||||
.recent-changes-content ul li a:hover {
|
||||
.recent-changes-content ul li a:not([href^="javascript:"]):hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user