.tc-tagged-locked svg.tc-image-edit-button {
display: none;
}.tc-tagged-locked svg.tc-image-edit-button {
display: none;
}
Hi Ton,
thanks, this looks like the perfect solution.
Cu
Jonathan
Von: Ton Gerner [mailto:ton.g...@gmail.com]
Gesendet: Samstag, 26. September 2015 16:25
An: TiddlyWiki < >
Cc: jonath...@wolke7.net
Betreff: Re: [TW5] Hide the edit button in tagged tiddlers
Hi Jonathan,
You can style certain tagged tiddlers in a special way, see
Hi Ton,Looks neatly pragmatic...
.tc-tagged-locked svg.tc-image-edit-button {
display: none;
}This works well, although I feel likeTiddlyWiki should put the css classon the button and not on the svg.
svg.tw-image-new-button, svg.tw-image-options-button, svg.tw-image-save-button, svg.tw-image-edit-button, svg.tw-image-delete-button, svg.tw-image-cancel-button, svg.tw-image-done-button {
display: none;
}Best wishes,— tb