mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-03-12 01:33:31 -07:00
Fix missing semicolon in Snow White (#9625)
* Fix missing comma in Snow White * Update change note
This commit is contained in:
parent
bffa0bb95a
commit
455f1be3fb
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue