Skip to content

Commit

Permalink
Disable gist, see <maplibre#269>
Browse files Browse the repository at this point in the history
  • Loading branch information
orangemug committed May 8, 2018
1 parent dbcfb08 commit 3487056
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modals/ExportModal.jsx
Expand Up @@ -258,7 +258,7 @@ class ExportModal extends React.Component {
</Button>
</div>

<div className="maputnik-modal-section">
<div className="maputnik-modal-section hide">
<h4>Save style</h4>
<Gist mapStyle={this.props.mapStyle} onStyleChanged={this.props.onStyleChanged}/>
</div>
Expand Down
4 changes: 4 additions & 0 deletions src/styles/_base.scss
Expand Up @@ -76,3 +76,7 @@ label:hover {
a {
color: white;
}

.hide {
display: none !important;
}

0 comments on commit 3487056

Please sign in to comment.