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:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user