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

Commit 32ad6a4

Browse files
committed
adding the keyboard shortcut link to the tools list
1 parent 924cb5e commit 32ad6a4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

core/styleguide/css/styleguide.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
right: 0;
220220
z-index: 2; }
221221
.sg-controls .sg-acc-panel.active {
222-
max-height: 19em; }
222+
max-height: 21em; }
223223
.sg-controls .sg-nav-phases .sg-acc-panel {
224224
min-width: 0; }
225225
.sg-controls .sg-nav-phases .sg-acc-panel.active {

core/styleguide/css/styleguide.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ $animate-quick: 0.2s;
317317
z-index: 2;
318318

319319
.sg-acc-panel.active {
320-
max-height: 19em;
320+
max-height: 21em;
321321
}
322322

323323
.sg-nav-phases .sg-acc-panel {

core/templates/partials/ishControls.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
<ul class="sg-acc-panel sg-right sg-checklist">
5454
{{^ ishControlsHide.tools-follow }}<li><a href="#" id="navSyncButton" class="sg-checkbox sg-iconitem 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-iconitem sg-auto-reload" data-state="off">Auto-reload</a></li>{{/ ishControlsHide.tools-reload }}
56+
{{^ ishControlsHide.tools-shortcuts }}<li><a href="http://pattern-lab.info/docs/advanced-keyboard-shortcuts.html" class="icon-keyboard sg-iconitem" target="_blank">Keyboard Shortcuts</a>{{/ ishControlsHide.tools-shortcuts }}
5657
{{^ ishControlsHide.tools-docs }}<li><a href="http://pattern-lab.info/docs/" class="icon-file sg-iconitem" target="_blank">Pattern Lab Docs</a>{{/ ishControlsHide.tools-docs }}
5758
</ul>
5859
</li>

0 commit comments

Comments
 (0)