1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-04-18 04:41:31 +00:00

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
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;
}