mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-12 07:46:06 +00:00
Extend tag manager to edit icons assigned to tags
Add a dropdown for choosing available images for a tag. As part of this change we need to tag tiddlers that contain images typed as wikitext (these are inline SVG icons) so that we can display them in the dropdown.
This commit is contained in:
@@ -302,7 +302,7 @@ a.tw-tiddlylink-external:hover {
|
||||
background-color: <<colour untagged-background>>;
|
||||
}
|
||||
|
||||
.tw-tag-label svg {
|
||||
.tw-tag-label svg, .tw-tag-label img {
|
||||
height: 1em;
|
||||
width: 1em;
|
||||
fill: <<colour tag-foreground>>;
|
||||
|
Reference in New Issue
Block a user