Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request maplibre#290 from orangemug/fix/disable-gist
Browse files Browse the repository at this point in the history
Disable gist export
  • Loading branch information
orangemug authored May 8, 2018
2 parents dbcfb08 + 3487056 commit d92d599
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,7 @@ label:hover {
a {
color: white;
}

.hide {
display: none !important;
}

0 comments on commit d92d599

Please sign in to comment.