mozilla / wptview

Webapp for displaying the results of web-platform-tests
BSD 3-Clause "New" or "Revised" License
14 stars 18 forks source link

Cursor should change to pointer when hovering over Import dropdown icon #101

Closed udiboy1209 closed 8 years ago

udiboy1209 commented 8 years ago

The two triangles are text, technically. So when I hover over them, my mouse becomes a text cursor which is default behavior. It should become a pointer (hand symbol).

The fix is pretty easy, just adding cursor: pointer somewhere in the css/html

martiansideofthemoon commented 8 years ago

@udiboy1209 , yeah easy fix, could you do it?

martiansideofthemoon commented 8 years ago

@udiboy1209 , could you put the commit in a new PR?