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

Mouse point on labels make them disappear #673

Closed
saralavanip opened this issue Dec 1, 2015 · 3 comments
Closed

Mouse point on labels make them disappear #673

saralavanip opened this issue Dec 1, 2015 · 3 comments
Assignees
Labels

Comments

@saralavanip
Copy link
Contributor

Steps:

1.Visit https://apinf.io
2.Sign in
3.Select 'API Backends' from menu
4.Click on 'Add API Backends'
5.Go to 'Manage API backends'
6.Click on 'View' button
7.Click on 'View usage instructions'
8.Click on the link for 'profile page' and copy the API key
9.Click on the link given for making API call
10. Add the Frontend prefix and API key
11.Select 'Analytics' from menu

Result: Mouse point on labels in the table make them disappear.

Screenshot:

table_not_responsive2

@jykae
Copy link
Contributor

jykae commented Jan 5, 2016

This was fixed with this:

a.dynatable-sort-header:hover {
color: darkblue;
text-decoration: underline;
}
I also added "display" class to table to fit it in the white area.

@jykae
Copy link
Contributor

jykae commented Jan 5, 2016

@brylie brylie closed this as completed in c6a2a9d Jan 7, 2016
@brylie brylie removed the in progress label Jan 7, 2016
@saralavanip
Copy link
Contributor Author

Verified on latest develop version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants