ui: Uses the default cursor instead of a pointer for upstream rows (#5785)

This commit is contained in:
John Cowen 2019-05-07 14:09:57 +01:00 committed by GitHub
parent 54548d5ffd
commit 45bb711535
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
html.template-instance.template-show #upstreams table tr {
cursor: default;
}