Skip to content

Commit 667962e

Browse files
Álvaro Velad Galvánjoeyparrish
authored andcommitted
fix(UI): Add cursor pointer to range elements (#4059)
Since range elements are special input elements, they must reflect user interaction, so when the user hovers over the range element, the cursor must be a pointer. Issue #3220
1 parent 612133e commit 667962e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ui/less/range_elements.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@
5757
/* The track should fill the range element. */
5858
width: 100%;
5959

60+
/* Since range elements are special input elements, they must reflect user
61+
* interaction, so when the user hovers over the range element, the cursor
62+
* must be a pointer. */
63+
cursor: pointer;
64+
6065
/* The track should be tall enough to contain the thumb without clipping it.
6166
* It is very tricky to make the thumb show outside the track on IE 11, and
6267
* it is incompatible with our background gradients. */

0 commit comments

Comments
 (0)