-
Notifications
You must be signed in to change notification settings - Fork 67
uif-facepile mouse hover issue #427
Comments
It shouldn't be hard coded to a Pointer, but it should default to cursor:pointer when not linked. However, when a persona is linked, it should use the finger cursor. That's how it behaves in the Office UI Fabric demos: http://dev.office.com/fabric#/components/facepile |
Looked at this for a while and can't figure out where the Anyone else want to jump in? |
In the Office Fabric (React) version you linked to, the facepile is a The issue is that the styles used for ng-officeuifabric come from a different version. In this instance the class EDIT: Re-reading, I think there is some confusion on what effect |
The one I linked to above is the React version that uses the most current CSS... which we don't use. We can't because of conflicts with MDL1 & MDL2 (see #405). But that does make sense that they switch between using an Thoughts? |
As per @sjclemmy - I also don't think we are able to do anything about it, as at that point of time it was required to wrap persona with this class and thus the pointer. If we want to align what we have with React implementation, it might be a bigger refactor for persona & facepile components. |
Mouse hover on any face in face-pile will change css cursor to Pointer.
It should not do that since there is no action to perform on a face in face-pile.
Expected Behavior
Mouse hover over face: cursor: Pointer
Actual Behavior
Mouse hover over face: cursor: auto
Steps to Reproduce Behavior
Hover mouse over face in Basic Usage (http://ngofficeuifabric.com/demos/uifFacepile/)
The text was updated successfully, but these errors were encountered: