washingtonstateuniversity / WSU-spine

The spine that binds together wsu.edu
14 stars 7 forks source link

Remove `default` cursor override. #391

Closed jeremyfelt closed 7 years ago

jeremyfelt commented 8 years ago
#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.