File tree 3 files changed +4
-11
lines changed 3 files changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ cloudinary.videoPlayer('player', {
66
66
## Documentation
67
67
- [ Documentation] ( https://cloudinary.com/documentation/cloudinary_video_player )
68
68
- [ API Reference] ( https://cloudinary.com/documentation/video_player_api_reference )
69
- - [ Demo ] ( https://demo. cloudinary.com/video-player/ )
69
+ - [ Demos ] ( https://cloudinary.com/demos?filter=videos )
70
70
- [ Code Examples] ( https://cloudinary.github.io/cloudinary-video-player/ )
71
71
- [ Video Player Studio] ( https://studio.cloudinary.com/ )
72
72
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ $icon-font-path: '../icon-font' !default;
7
7
8
8
// Import Video.js style
9
9
@import ' ~video.root.js/dist/video-js.min.css' ;
10
- @include meta .load-css (' mixins/skin' );
11
10
@include meta .load-css (' icons' );
12
11
@include meta .load-css (' components/loading-button.scss' );
13
12
@include meta .load-css (' components/text-tracks.scss' );
@@ -34,11 +33,12 @@ $icon-font-path: '../icon-font' !default;
34
33
35
34
// focus and hover states
36
35
.vjs-control ,
37
- .vjs-big-play-button ,
38
36
.vjs-icon-close ,
39
37
.vjs-volume-bar {
40
- & :focus {
38
+ & :focus ,
39
+ & :focus :before {
41
40
outline : none ;
41
+ text-shadow : 0 0 1em var (--color-text );
42
42
}
43
43
}
44
44
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments