Skip to content

Commit

Permalink
changes for progress thumb mozilaa and chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumit Rahinj authored and Sumit Rahinj committed Aug 25, 2021
1 parent dcc841e commit 25edde2
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dist/MediaPlayer.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/MediaPlayer.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ProgressBar.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ProgressBar.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/TranscriptEditor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/TranscriptEditor.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions packages/components/media-player/src/ProgressBar.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ $fit-thumb-in-slider: -7px;
height: 35px;
width: 35px;
position: relative;
margin-top: -1.8em;
margin-top: -2em;
box-sizing: border-box;
border: solid 1px transparent;
border-radius: 1px;
Expand All @@ -84,7 +84,6 @@ $fit-thumb-in-slider: -7px;
content: "";
pointer-events: none;
background: $bar-slider-filled;
border-radius: 50px;
}

&::-moz-range-thumb {
Expand All @@ -95,7 +94,7 @@ $fit-thumb-in-slider: -7px;
box-sizing: border-box;
border: solid 1px transparent;
border-radius: 1px;
transform: translateY(-2em) rotate(30deg) skewY(30deg) scaleX(0.76603);
transform: translateY(-2.2em) rotate(30deg) skewY(30deg) scaleX(0.76603);
box-shadow: inset -1px -1px #3a3534;
background: linear-gradient(
-45deg,
Expand Down

0 comments on commit 25edde2

Please sign in to comment.