|
21 | 21 | </li>
|
22 | 22 | {{^ ishControlsHide.mqs }}
|
23 | 23 | <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> |
25 | 25 | <ul class="sg-acc-panel sg-left" id="sg-mq">
|
26 | 26 | {{# mqs }}
|
27 | 27 | <li><a href="#">{{ . }}</a></li>
|
|
31 | 31 | {{/ ishControlsHide.mqs }}
|
32 | 32 | {{^ ishControlsHide.find }}
|
33 | 33 | <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> |
35 | 35 | <ul class="sg-view sg-acc-panel sg-right sg-checklist" id="sg-find" style="margin-top: 33px;">
|
36 | 36 | <li><input class="typeahead" type="text" placeholder="search for a pattern..."></li>
|
37 | 37 | </ul>
|
38 | 38 | </li>
|
39 | 39 | {{/ ishControlsHide.find }}
|
40 | 40 | {{^ ishControlsHide.views-all }}
|
41 | 41 | <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> |
43 | 43 | <ul class="sg-view sg-acc-panel sg-right sg-checklist" id="sg-view">
|
44 | 44 | {{^ ishControlsHide.views-annotations }}<li><a href="#" class="sg-checkbox" id="sg-t-annotations">Annotations</a></li>{{/ ishControlsHide.views-annotations }}
|
45 | 45 | {{^ ishControlsHide.views-code }}<li><a href="#" class="sg-checkbox" id="sg-t-code">Code</a></li>{{/ ishControlsHide.views-code }}
|
|
49 | 49 | {{/ ishControlsHide.views-all }}
|
50 | 50 | {{^ ishControlsHide.tools-all }}
|
51 | 51 | <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> |
53 | 53 | <ul class="sg-acc-panel sg-right sg-checklist">
|
54 | 54 | {{^ ishControlsHide.tools-follow }}<li><a href="#" id="navSyncButton" class="sg-checkbox sg-page-follow" data-state="off">Page Follow</a></li>{{/ ishControlsHide.tools-follow }}
|
55 | 55 | {{^ 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