TiddlyWiki / TiddlyWiki5

A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc.
https://tiddlywiki.com/
Other
8.07k stars 1.19k forks source link

Fix tag-pill editor style assignment #8739

Open pmario opened 1 week ago

pmario commented 1 week ago

This PR fixes #8737

grafik

github-actions[bot] commented 1 week ago

Confirmed: pmario has already signed the Contributor License Agreement (see contributing.md)

netlify[bot] commented 1 week ago

Deploy Preview for tiddlywiki-previews ready!

Name Link
Latest commit 22a2bd2e04bf128578a32e183b51353eec3a783b
Latest deploy log https://app.netlify.com/sites/tiddlywiki-previews/deploys/6734d9f2deade60008e225ca
Deploy Preview https://deploy-preview-8739--tiddlywiki-previews.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

pmario commented 1 week ago

The test tiddler code

title: my-tag
tags: my-tag $:/tags/Stylesheet
color: my-tag

span.tc-tag-label[style*='my-tag'] {
  border:1px solid #08c;
  background-color:white;
  color:#08f !important;
  font-size:1rem;
  font-weight:bold;
}
pmario commented 1 week ago

@Jermolene -- This is a fix for https://github.com/TiddlyWiki/TiddlyWiki5/issues/8737 if it is considered a regression

pmario commented 5 days ago

@CodaCodr -- Can you please test this one. https://deploy-preview-8739--tiddlywiki-previews.netlify.app/

CodaCodr commented 5 days ago

PASS

image