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
#spine nav li.parent.active>a:hover {
cursor: default;
}
In previous versions of the Spine, users could not close an active session so we removed the pointer cursor. This is no longer the case and pointer should be the default cursor for all anchors.
The text was updated successfully, but these errors were encountered:
In previous versions of the Spine, users could not close an active
session so we removed the pointer cursor. This is no longer the case and
pointer should be the default cursor for all anchors.
Fixes#391.
In previous versions of the Spine, users could not close an active session so we removed the
pointer
cursor. This is no longer the case andpointer
should be the default cursor for all anchors.The text was updated successfully, but these errors were encountered: