Skip to content

Commit 5e31f24

Browse files
author
Duke
committedOct 8, 2015
remove user-select and outline from player
1 parent 58935b4 commit 5e31f24

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎app/styles/_player.sass

+9
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,15 @@
6666
width: auto
6767
flex: 1 0 auto
6868
padding: 5px
69+
*
70+
-webkit-touch-callout: none
71+
-webkit-user-select: none
72+
-khtml-user-select: none
73+
-moz-user-select: none
74+
-ms-user-select: none
75+
user-select: none
76+
outline: 0
77+
6978

7079
.mejs-container
7180
height: 110px !important

0 commit comments

Comments
 (0)
Please sign in to comment.