Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Remove cursor: pointer CSS rule from Datagrid <th> elements #1240

Merged
merged 1 commit into from
May 6, 2015

Conversation

jwarby
Copy link

@jwarby jwarby commented Apr 15, 2015

Commit 36f77bb7, which added support for selectable rows in the Datagrid component also added a th { cursor: pointer } CSS rule. This rule makes the cursor style incorrect when hovering over the datagrid header and footer:

issue-th-cursor

This fix removes that CSS rule. I've checked that all of the controls in the header/footer still get the pointer cursor as expected. The cursor when hovering over a row when the enableSelect option is set to true is also still a pointer as expected.

@swilliamset swilliamset self-assigned this Apr 17, 2015
@swilliamset swilliamset modified the milestone: 2.6.6 Apr 17, 2015
swilliamset pushed a commit that referenced this pull request May 6, 2015
Remove `cursor: pointer` CSS rule from Datagrid <th> elements
@swilliamset swilliamset merged commit 08a8e99 into ExactTarget:fuelux2 May 6, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants