feat(breadcrumb_badges): proper link handling support

This commit is contained in:
Elian Doran
2025-12-10 09:47:05 +02:00
parent b014ea8950
commit 40b5e4d549
3 changed files with 15 additions and 7 deletions

View File

@@ -23,5 +23,10 @@
&.temporarily-editable-badge { --color: #4fa52b; }
&.read-only-badge { --color: #e33f3b; }
&.share-badge { --color: #3b82f6; }
a {
color: inherit;
text-decoration: none;
}
}
}