Remove the text-editor box-shadow (reverting) (#3615)

This commit is contained in:
BurningTreeC 2018-12-03 10:05:52 +01:00 committed by Jeremy Ruston
parent d4716a6f2b
commit bc124c0645
1 changed files with 0 additions and 4 deletions

View File

@ -50,10 +50,6 @@ textarea.tc-edit-texteditor {
font-family: {{$:/themes/tiddlywiki/vanilla/settings/editorfontfamily}};
}
.tc-tiddler-frame.tc-tiddler-edit-frame iframe.tc-edit-texteditor {
<<box-shadow "1px 1px 5px rgba(0, 0, 0, 0.3)">>
}
canvas.tc-edit-bitmapeditor {
<<box-shadow "2px 2px 5px rgba(0, 0, 0, 0.5)">>
}