Skip to content

Commit

Permalink
Add cursor pointer for clock face and disable text selection
Browse files Browse the repository at this point in the history
  • Loading branch information
javivelasco committed Aug 29, 2015
1 parent 0f8f7e8 commit 9585b35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/clock/style.styl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ SMALL_KNOB_SIZE = 14px

:local(.face)
border-radius : 50%
cursor : pointer
position : relative
z-index : Z_INDEX_HIGH

Expand All @@ -26,6 +27,7 @@ SMALL_KNOB_SIZE = 14px
pointer-events : none
position : relative
text-align : center
user-select : none
width : NUMBER_SIZE

&.active
Expand Down

0 comments on commit 9585b35

Please sign in to comment.