@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playkit-js/playkit-js-ui",
3
- "version": "0.82.2",
3
+ "version": "0.82.3-canary.0-e91db3b",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "kaltura",
@@ -57,8 +57,8 @@
57
57
  cursor: pointer;
58
58
 
59
59
  &:focus {
60
- outline: 1px solid #2684FF;
61
- box-shadow: 0 0 0 1px white;
60
+ outline: 2px solid #2684FF;
61
+ box-shadow: 0 0 0 2px white;
62
62
  outline-offset: 1px;
63
63
  }
64
64
  }
@@ -35,9 +35,9 @@
35
35
  }
36
36
 
37
37
  &:focus {
38
- outline: 3px solid $tab-focus-color !important;
39
- box-shadow: 0 0 0 3px white !important;
40
- outline-offset: 3px;
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
  }
@@ -1,7 +1,7 @@
1
1
  .slider {
2
2
  height: 8px;
3
- border-radius: 4px;
4
- background-color: rgba(255, 255, 255, 0.2);
3
+ border-radius: 8px;
4
+ background-color: rgba(255, 255, 255, 0.6);
5
5
 
6
6
  .progress {
7
7
  background-color: $primary-color;
@@ -78,8 +78,8 @@
78
78
  .player.nav {
79
79
  * {
80
80
  &:focus {
81
- outline: 1px solid $tab-focus-color !important;
82
- box-shadow: 0 0 0 1px white !important;
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
  }