Fix missing semicolon in Snow White (#9625)

* Fix missing comma in Snow White

* Update change note
This commit is contained in:
XLBilly 2026-02-04 17:09:39 +08:00 committed by GitHub
parent bffa0bb95a
commit 455f1be3fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -4,5 +4,5 @@ release: 5.4.0
tags: $:/tags/ChangeNote
change-type: enhancement
change-category: theme
github-links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/9243
github-links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/9243 https://github.com/TiddlyWiki/TiddlyWiki5/pull/9625
github-contributors: Leilei332

View file

@ -46,7 +46,7 @@ tags: [[$:/tags/Stylesheet]]
}
.tc-tiddler-frame .tc-edit-tags input.tc-edit-texteditor {
box-shadow: none
box-shadow: none;
border: none;
outline: none;
}