Skip to content

Commit

Permalink
changes for comment icons
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 25edde2 commit 0336c88
Show file tree
Hide file tree
Showing 14 changed files with 37 additions and 33 deletions.
4 changes: 2 additions & 2 deletions 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/TimedTextEditor.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 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.

4 changes: 2 additions & 2 deletions 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.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 4 additions & 20 deletions packages/components/media-player/src/ProgressBar.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,8 @@ $fit-thumb-in-slider: -7px;
border: solid 1px transparent;
border-radius: 1px;
transform: translateY(-0.8em) rotate(30deg) skewY(30deg) scaleX(0.86603);
box-shadow: inset -1px -1px #3a3534;
background: linear-gradient(
-45deg,
#3a3534 20%,
#60858a 50%,
#3a3534 50%,
#3a3534 calc(50% + 1px),
rgba(0, 0, 0, 0) calc(50% + 1px)
)
no-repeat content-box;
box-shadow: inset -1px -1px #23a1ff;
background: #23a1ff;
filter: drop-shadow(0 0 #3a3534);
}

Expand All @@ -95,16 +87,8 @@ $fit-thumb-in-slider: -7px;
border: solid 1px transparent;
border-radius: 1px;
transform: translateY(-2.2em) rotate(30deg) skewY(30deg) scaleX(0.76603);
box-shadow: inset -1px -1px #3a3534;
background: linear-gradient(
-45deg,
#3a3534 20%,
#60858a 50%,
#3a3534 50%,
#3a3534 calc(50% + 1px),
rgba(0, 0, 0, 0) calc(50% + 1px)
)
no-repeat content-box;
box-shadow: inset -1px -1px #23a1ff;
background: #23a1ff;
filter: drop-shadow(0 0 #3a3534);
}
}
14 changes: 14 additions & 0 deletions packages/components/timed-text-editor/WrapperBlock.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,20 @@ class WrapperBlock extends React.Component {
return (
<div className="mainwrapperBlock">
<div className={style.WrapperBlock}>
<div className="chaticon">
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M21.6 0H2.4C1.0764 0 0 1.0764 0 2.4V24L4.8 19.2H21.6C22.9236 19.2 24 18.1236 24 16.8V2.4C24 1.0764 22.9236 0 21.6 0ZM14.4 13.2H6V10.8H14.4V13.2ZM18 8.4H6V6H18V8.4Z"
fill="#495057"
/>
</svg>
</div>
<div
className={[style.markers, style.unselectable].join(" ")}
contentEditable={false}
Expand Down
3 changes: 3 additions & 0 deletions packages/components/timed-text-editor/commentbox.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0336c88

Please sign in to comment.