mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-26 03:51:14 -08:00
'more' toolbar button highlights when selected
This commit is contained in:
parent
cb0eba73c2
commit
536c697c9f
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ tags: $:/tags/ViewToolbar
|
|||
\define config-title()
|
||||
$:/config/Buttons/Hide/$(listItem)$
|
||||
\end
|
||||
<$button popup=<<qualify "$:/state/popup/more">> title={{$:/language/Buttons/More/Hint}} aria-label={{$:/language/Buttons/More/Caption}} class="btn-invisible">
|
||||
<$button popup=<<qualify "$:/state/popup/more">> title={{$:/language/Buttons/More/Hint}} aria-label={{$:/language/Buttons/More/Caption}} class="btn-invisible" selectedClass="tw-selected">
|
||||
<$list filter="[<tw-config-toolbar-icons>prefix[yes]]">
|
||||
{{$:/core/images/down-arrow}}
|
||||
</$list>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue