Merge pull request #3013 from urbanrotnik/ur-sci-5084-smart-annotation-missing-icon

Fix cursor on SmartAnnotation [SCI-5084]
This commit is contained in:
Urban Rotnik 2021-01-04 11:18:13 +01:00 committed by GitHub
commit 216db90e4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -178,3 +178,9 @@
text-decoration: none;
}
}
.atwho-user-container {
.atwho-user-popover {
cursor: pointer;
}
}