remove(highlights): remove 'Show context' functionality from highlight items

This commit is contained in:
Gigi
2025-10-05 22:12:41 +01:00
parent ce2ccd54b3
commit 73da428cd7
2 changed files with 0 additions and 31 deletions

View File

@@ -1542,31 +1542,6 @@ body {
line-height: 1.5;
}
.highlight-context {
margin-top: 0.5rem;
}
.highlight-context summary {
cursor: pointer;
font-size: 0.875rem;
color: #888;
user-select: none;
transition: color 0.2s ease;
}
.highlight-context summary:hover {
color: #aaa;
}
.context-text {
margin: 0.5rem 0 0 0;
padding: 0.75rem;
background: #252525;
border-radius: 6px;
font-size: 0.875rem;
color: #aaa;
line-height: 1.5;
}
.highlight-meta {
display: flex;