Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 15b60c0

Browse files
committed
Updated Icon link titles
For View, Tools, Media Queries, and Search
1 parent 24208b5 commit 15b60c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

core/templates/partials/ishControls.mustache

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</li>
2222
{{^ ishControlsHide.mqs }}
2323
<li class="sg-mqs">
24-
<a href="#" class="mode-link sg-acc-handle" id="sg-size-mq" title="Media query values found in stylesheet">MQ</a>
24+
<a href="#" class="mode-link sg-acc-handle" id="sg-size-mq" title="Media queries in stylesheet">MQ</a>
2525
<ul class="sg-acc-panel sg-left" id="sg-mq">
2626
{{# mqs }}
2727
<li><a href="#">{{ . }}</a></li>
@@ -31,15 +31,15 @@
3131
{{/ ishControlsHide.mqs }}
3232
{{^ ishControlsHide.find }}
3333
<li class="sg-find">
34-
<a href="#" class="sg-acc-handle sg-control-trigger sg-icon sg-icon-search" id="sg-f-toggle" title="Find stuff"><span class="is-vishidden">F</span></a>
34+
<a href="#" class="sg-acc-handle sg-control-trigger sg-icon sg-icon-search" id="sg-f-toggle" title="Search Patterns"><span class="is-vishidden">Search Patterns</span></a>
3535
<ul class="sg-view sg-acc-panel sg-right sg-checklist" id="sg-find" style="margin-top: 33px;">
3636
<li><input class="typeahead" type="text" placeholder="search for a pattern..."></li>
3737
</ul>
3838
</li>
3939
{{/ ishControlsHide.find }}
4040
{{^ ishControlsHide.views-all }}
4141
<li class="sg-view">
42-
<a href="#" class="sg-acc-handle sg-control-trigger sg-icon sg-icon-eye" id="sg-t-toggle"><span class="is-vishidden">View</span></a>
42+
<a href="#" class="sg-acc-handle sg-control-trigger sg-icon sg-icon-eye" id="sg-t-toggle" title="View"><span class="is-vishidden">View</span></a>
4343
<ul class="sg-view sg-acc-panel sg-right sg-checklist" id="sg-view">
4444
{{^ ishControlsHide.views-annotations }}<li><a href="#" class="sg-checkbox" id="sg-t-annotations">Annotations</a></li>{{/ ishControlsHide.views-annotations }}
4545
{{^ ishControlsHide.views-code }}<li><a href="#" class="sg-checkbox" id="sg-t-code">Code</a></li>{{/ ishControlsHide.views-code }}
@@ -49,7 +49,7 @@
4949
{{/ ishControlsHide.views-all }}
5050
{{^ ishControlsHide.tools-all }}
5151
<li class="sg-tools">
52-
<a href="#" class="sg-acc-handle sg-tools-toggle sg-icon sg-icon-cog" id="sg-tools-toggle"><span class="is-vishidden">Tools</span></a>
52+
<a href="#" class="sg-acc-handle sg-tools-toggle sg-icon sg-icon-cog" id="sg-tools-toggle" title="Tools"><span class="is-vishidden">Tools</span></a>
5353
<ul class="sg-acc-panel sg-right sg-checklist">
5454
{{^ ishControlsHide.tools-follow }}<li><a href="#" id="navSyncButton" class="sg-checkbox sg-page-follow" data-state="off">Page Follow</a></li>{{/ ishControlsHide.tools-follow }}
5555
{{^ ishControlsHide.tools-reload }}<li><a href="#" id="contentSyncButton" class="sg-checkbox sg-auto-reload" data-state="off">Auto-reload</a></li>{{/ ishControlsHide.tools-reload }}

0 commit comments

Comments
 (0)