You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jacobmarshall
This does work but the documentation fails to mention that you have to add the class to the CSS yourself. (Bootstrap doesn't have a .pointer-cursor class)
@brynzky
You have to add the following to your pages CSS file
.pointer-cursor {
cursor: pointer;
}
EDIT: I know this is an old Issue, but I figured this needed to be stated since the documentation doesn't really make a mention of it.
Also Wouldn't it make more sense that by default the non active elements have the Pointer Cursor?
That is the expected behavior after all.
No description provided.
The text was updated successfully, but these errors were encountered: