I don’t know if I’m explaining myself well in the title, but basically I have this piece of code in a stylesheet tiddler:
[data-tag-title^="#"] .tc-tag-label {
border-radius: 3px;
}
This causes all tags prefixed with “#” to have a different border-radius property than the default. (Custom styles by data-tags).
But this doesn’t persist if I go to the tiddler editor tagged with the tag prefixed with “#”.
How can I make the custom style persist also in the tiddler editor?