mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-17 15:24:50 +00:00
Merge pull request #782 from pmario/edit-tags-dom
removes the p-tags for the tag edit dropdown in tiddler edit mode
This commit is contained in:
commit
5a5fe75289
@ -24,11 +24,8 @@ background-color:$(backgroundColor)$;
|
||||
</div>
|
||||
|
||||
<div class="tc-block-dropdown-wrapper">
|
||||
|
||||
<$reveal state=<<qualify "$:/state/popup/tags-auto-complete">> type="nomatch" text="" default="">
|
||||
|
||||
<div class="tc-block-dropdown">
|
||||
|
||||
<$linkcatcher set="$:/temp/NewTagName" setTo="" message="tm-add-tag">
|
||||
<$list filter="[!is[shadow]tags[]search{$:/temp/NewTagName}sort[title]]">
|
||||
<$link>
|
||||
@ -40,9 +37,7 @@ background-color:$(backgroundColor)$;
|
||||
</$link>
|
||||
</$list>
|
||||
</$linkcatcher>
|
||||
|
||||
</div>
|
||||
|
||||
</$reveal>
|
||||
</div>
|
||||
</$fieldmangler>
|
||||
|
@ -932,7 +932,7 @@ canvas.tc-edit-bitmapeditor {
|
||||
min-width: 280px;
|
||||
border: 1px solid <<colour dropdown-border>>;
|
||||
background-color: <<colour dropdown-background>>;
|
||||
padding: 0 0 0 0;
|
||||
padding: 7px 0;
|
||||
margin: 4px 0 0 0;
|
||||
white-space: nowrap;
|
||||
z-index: 1000;
|
||||
|
Loading…
Reference in New Issue
Block a user