mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-29 06:03:18 +00:00
Improved fix for #7529
The fix in cce23ac6cddbccc88a848dcc5c456e57c01b2c20 was affecting other editor dropdowns
This commit is contained in:
parent
86d45f1c3d
commit
f277493acd
@ -18,7 +18,7 @@ title: $:/core/ui/EditorToolbar/link-dropdown
|
|||||||
|
|
||||||
\define external-link()
|
\define external-link()
|
||||||
\whitespace trim
|
\whitespace trim
|
||||||
<$button class="tc-btn-invisible" style="width: auto; display: inline-block; background-colour: inherit;" actions=<<add-link-actions>>>
|
<$button class="tc-btn-invisible tc-btn-mini" style="width: auto; display: inline-block; background-colour: inherit;" actions=<<add-link-actions>>>
|
||||||
{{$:/core/images/chevron-right}}
|
{{$:/core/images/chevron-right}}
|
||||||
</$button>
|
</$button>
|
||||||
\end
|
\end
|
||||||
@ -45,7 +45,7 @@ title: $:/core/ui/EditorToolbar/link-dropdown
|
|||||||
<$reveal tag="span" state=<<storeTitle>> type="nomatch" text="">
|
<$reveal tag="span" state=<<storeTitle>> type="nomatch" text="">
|
||||||
<<external-link>>
|
<<external-link>>
|
||||||
 
|
 
|
||||||
<$button class="tc-btn-invisible" style="width: auto; display: inline-block; background-colour: inherit;">
|
<$button class="tc-btn-invisible tc-btn-mini" style="width: auto; display: inline-block; background-colour: inherit;">
|
||||||
<<cancel-search-actions>><$set name="cssEscapedTitle" value={{{ [<storyTiddler>escapecss[]] }}}><$action-sendmessage $message="tm-focus-selector" $param=<<get-focus-selector>>/></$set>
|
<<cancel-search-actions>><$set name="cssEscapedTitle" value={{{ [<storyTiddler>escapecss[]] }}}><$action-sendmessage $message="tm-focus-selector" $param=<<get-focus-selector>>/></$set>
|
||||||
{{$:/core/images/close-button}}
|
{{$:/core/images/close-button}}
|
||||||
</$button>
|
</$button>
|
||||||
|
@ -1388,9 +1388,8 @@ html body.tc-body.tc-single-tiddler-window {
|
|||||||
height: 1.2em;
|
height: 1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-editor-toolbar .tc-drop-down a,
|
.tc-editor-toolbar .tc-drop-down button.tc-btn-mini {
|
||||||
.tc-editor-toolbar .tc-drop-down button {
|
padding: 2px 4px;
|
||||||
padding: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-editor-toolbar button:hover {
|
.tc-editor-toolbar button:hover {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user