Skip to content
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

Download arrow points up, not down #143

Open
jonathancrabtree opened this issue Sep 20, 2022 · 0 comments
Open

Download arrow points up, not down #143

jonathancrabtree opened this issue Sep 20, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@jonathancrabtree
Copy link
Contributor

A minor issue raised by @victor73 for possible discussion: the arrow on our Download buttons points up (and to the right) not down, as one might perhaps expect:

Screen Shot 2022-09-20 at 10 57 10 AM

It's possible that it used to be an "Export" button rather than a "Download" button, which would explain the arrow direction, and the code suggests this might be the case:

                    <div class="col-md-4" id="sbc1-download-button-container">
                      <p id="sbc1-export" class="export-button"><a href="javascript: export_chart_data('sbc1')"><img src='images/download_button.png' style='width: 125px; height: 32px;' title='Export chart'></a></p>
                    </div>

In particular, note that the title/hovertext is "Export chart":

Screen Shot 2022-09-20 at 11 00 49 AM

@jonathancrabtree jonathancrabtree added the enhancement New feature or request label Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant