mirror of
https://github.com/zadam/trilium.git
synced 2025-12-21 14:54:24 +01:00
feat(breadcrumb): maintain note color on hover
This commit is contained in:
parent
79d1a509e5
commit
d97b68fcd7
@ -15,6 +15,14 @@
|
|||||||
color: var(--main-text-color);
|
color: var(--main-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.tn-link {
|
||||||
|
color: var(--custom-color, inherit);
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: var(--custom-color, inherit);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
> span,
|
> span,
|
||||||
> span > span {
|
> span > span {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -26,7 +34,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: var(--custom-color, inherit);
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
max-width: 150px;
|
max-width: 150px;
|
||||||
@ -63,7 +70,6 @@
|
|||||||
a.breadcrumb-last-item,
|
a.breadcrumb-last-item,
|
||||||
a.breadcrumb-last-item:visited {
|
a.breadcrumb-last-item:visited {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: var(--custom-color, currentColor);
|
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user