After upgrading to 5.3.1, style exception bug

After upgrading to 5.3.1, has the focus-visible related style changed? The borders of all color palettes are black. I think this is a bug

Comparing v5.3.0...v5.3.1 · Jermolene/TiddlyWiki5 · GitHub This is all the changes from 5.3.0 → 5.3.1, base.tid has almost no changes, I don’t know what caused it

See:

and

As of v5.3.1, this appears to still be an open issue and draft PR.

Until this is fixed in a future TWCore build you can apply some custom CSS to your TiddlyWiki by adding the following line to a tiddler tagged with $:/tags/Stylesheet, like this:

* :focus-visible { outline:2px solid <<colour primary>>; outline-offset:-2px; border-radius:0.25em; }

enjoy,
-e

3 Likes