@playkit-js/playkit-js-ui 0.82.2 → 0.82.3-canary.0-e91db3b
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/playkit-ui.js +1 -1
- package/dist/playkit-ui.js.map +1 -1
- package/package.json +1 -1
- package/src/components/cvaa-overlay/_cvaa-overlay.scss +2 -2
- package/src/components/pre-playback-play-overlay/_pre-playback-play-overlay.scss +3 -3
- package/src/components/slider/_slider.scss +2 -2
- package/src/styles/_shell.scss +2 -2
package/package.json
CHANGED
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
&:focus {
|
|
38
|
-
outline:
|
|
39
|
-
box-shadow: 0 0 0
|
|
40
|
-
outline-offset:
|
|
38
|
+
outline: 2px solid $tab-focus-color !important;
|
|
39
|
+
box-shadow: 0 0 0 2px white !important;
|
|
40
|
+
outline-offset: 2px;
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
}
|
package/src/styles/_shell.scss
CHANGED
|
@@ -78,8 +78,8 @@
|
|
|
78
78
|
.player.nav {
|
|
79
79
|
* {
|
|
80
80
|
&:focus {
|
|
81
|
-
outline:
|
|
82
|
-
box-shadow: 0 0 0
|
|
81
|
+
outline: 2px solid $tab-focus-color !important;
|
|
82
|
+
box-shadow: 0 0 0 2px white !important;
|
|
83
83
|
outline-offset: 2px;
|
|
84
84
|
}
|
|
85
85
|
}
|