Skip to content

Fixed keyboard shortcut for M link #64

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/styleguide/bower_components/prism.min.js

Large diffs are not rendered by default.

28 changes: 0 additions & 28 deletions dist/styleguide/css/styleguide.css
Original file line number Diff line number Diff line change
Expand Up @@ -869,16 +869,13 @@
@media all and (min-width: 42em) {
.sg-pattern-extra-inner {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%;
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
Expand Down Expand Up @@ -931,18 +928,15 @@
*/
.sg-pattern-extra-code {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
font-size: 90%;
padding: 0.5rem;
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
/**
Expand All @@ -956,7 +950,6 @@
margin: 0 !important;
line-height: 1 !important;
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
border-radius: 0 6px 6px 6px !important;
Expand Down Expand Up @@ -1035,17 +1028,14 @@
\*------------------------------------*/
.sg-tabs {
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
font: "HelveticaNeue", "Helvetica", "Arial", sans-serif !important;
Expand Down Expand Up @@ -1098,16 +1088,13 @@

.sg-tabs-content {
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
border: 1px solid #ccc;
Expand All @@ -1118,16 +1105,13 @@
.sg-tabs-panel {
display: none;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
position: relative;
Expand Down Expand Up @@ -1160,12 +1144,10 @@
width: 100%;
height: 50%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
/**
Expand Down Expand Up @@ -1211,7 +1193,6 @@
}
.sg-modal .sg-pattern-extra {
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
max-height: none;
Expand Down Expand Up @@ -1272,16 +1253,13 @@
*/
.sg-modal-content {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
overflow-y: auto;
Expand All @@ -1293,16 +1271,13 @@
*/
.sg-modal-content-inner {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
Expand Down Expand Up @@ -1380,15 +1355,12 @@
counter-increment: the-count;
font-size: 85%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 14px;
Expand Down
2 changes: 1 addition & 1 deletion dist/styleguide/css/styleguide.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/styleguide/js/patternlab-pattern.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/styleguide/js/patternlab-viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1470,7 +1470,7 @@ window.addEventListener("message", receiveIframeMessage, false);
});

jwerty.key('ctrl+shift+m', function(e) {
goLarge();
goMedium();
return false;
});

Expand Down
2 changes: 1 addition & 1 deletion dist/styleguide/js/patternlab-viewer.min.js

Large diffs are not rendered by default.

Loading